arturaz / ufo_helper

ror plugin for UFO (deprecated)

This URL has Read+Write access

name age message
file README Loading commit data...
file init.rb
directory lib/
directory public/
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) %>