2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Railsでswfファイルを扱う方法

Posted at

色々試したけど、

/app/assets/javascripts/test.swf

として、

ビューで

<embed src="<%= asset_path("test.swf") %>" type="application/x-shockwave-flash" />

とする。

何か他に良い方法があれば教えて下さい。
出来れば

/app/assets/swf
とか
/app/assets/flash
で管理したいですが…

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?