arturaz / ufo_helper
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
x11 (author)
Tue Mar 18 06:53:53 -0700 2008
README
= UFO helper Rails helper for Unobtrusive Flash Object (UFO). By Artūras Šlajus <x11@arturaz.net> (skype: arturaz_) == Usage Add "ufo" to your javascript_include_tag. Then add this to your .html.erb <div id="flash_movie">Flash</div> <%= ufo("flash_movie", "movies/flash", :width => 640, :height => 480) %> or <%= ufo_div("flash_movie", "movies/flash", :width => 640, :height => 480) %>

