Plugins - FlashObject
Add to favorites- Update
- Now use the lastest flashobject javascript (ver 1.5)
- Update
- Solved a little issue with params
This FlashObject Helper is based on the flash view helper plugin http://laszlo-plugin.rubyforge.org/
this plugin give an helper for: http://blog.deconcept.com/swfobject
simply do:
script/plugin install http://lipsiasoft.googlecode.com/svn/trunk/flashobject_helper
and it copy the javascript on your javascripts public dir and any thing.
for add the flash just do:
<%= flashobject_tag "/source/of/your/flash.swf", :size => "350x320" %>
for include the javascript you can add this on your layout (if u don’t have yet)
<%= javascript_include_tag :defaults %>
or if u only need the flashobject
<%= javascript_include_tag "flashobject" %>
http://blog.lipsiasoft.com/articles/2007/05/30/flash-helper
http://lipsiasoft.googlecode.com/svn/trunk/flashobject_helper
Rails' (MIT)
View Extensions

It's based on SwfObject (uses same javascript). Plugin (helper) created different person.
So is this independant from SwfObject?