Jukebox - Rails
Zynga Jukebox is a component to handle the playback of music and sound effects across multiple web browsers and operating systems. It is designed for ultra-low performance environments, such as mobiles - and is even able to deliver Android 1.6+ via Flash fallback.
Installation
Add this line to your application's Gemfile:
gem 'jukebox-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jukebox-rails
Usage
Add to your application.js
file:
//= require jukebox
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Credits
Read more about Zynga Jukebox on http://zynga.github.com/jukebox/. Link is dead, sorry :(