From f01a51e9db35177bfe4e9828d4fc410e0b5dcf20 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Tue, 1 Feb 2011 18:35:21 -0500 Subject: [PATCH] added readme --- README.mdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.mdown diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..bf149d1 --- /dev/null +++ b/README.mdown @@ -0,0 +1,18 @@ +# Flowplayer Helper for Rails 3 applications + +`gem 'flowplayer'` in your gem file + +##Usage + + + = 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 \ No newline at end of file