Flowplayer helper for rails 3
Go to file
Scott Davis f01a51e9db added readme 2011-02-01 18:35:21 -05:00
assets added jquery and prototype support 2011-02-01 17:58:56 -05:00
lib added jquery and prototype support 2011-02-01 17:58:56 -05:00
spec added jquery and prototype support 2011-02-01 17:58:56 -05:00
.DS_Store specs passing 2011-01-31 17:22:47 -05:00
Gemfile inital 2011-01-31 16:06:59 -05:00
Gemfile.lock specs passing 2011-01-31 17:22:47 -05:00
README.mdown added readme 2011-02-01 18:35:21 -05:00
Rakefile inital 2011-01-31 16:06:59 -05:00
flowplayer.gemspec specs passing 2011-01-31 17:22:47 -05:00
init.rb inital x2 2011-02-01 16:03:28 -05:00

README.mdown

Flowplayer Helper for Rails 3 applications

gem 'flowplayer' in your gem file

##Usage

<a id='my_video' style='display:block;width:512px;height312px;'>
= flowplayer_for :video, '/flowplayer.swf' do |player|
  - player.playlist [{:url => "video_still.jpg" }, {:url => "video_512x288.flv", :autoPlay => false, :autoBuffering => true }]
  - player.onLoad do
    - 'this.unmute();'

Configs are the same ones here

http://flowplayer.org/documentation/api/index.html

TODO

More documentation