-
Notifications
You must be signed in to change notification settings - Fork 0
A rails plugin which provides a simple audio player based on the great WP AudioPlayer plugin
License
namxam/simpleaudioplayer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SimpleAudioPlayer ================= ATTENTION: This plugin is under active development and not finished! A working version is expected in the upcoming days. This is a very simple audio player based on the great flash / javascript system developed by http://wpaudioplayer.com/ Configuration ============= simple_audio_player_include_tag ':force => true' to force loading the include tags Example ======= app/views/layout/application.html.erb: <head> <%= simple_audio_player_include_tag -%> </head> app/controllers/example_controller.rb: ExampleController < ApplicationController uses_simple_audio_player :only => 'show', :config => { :width => 290, :initialvolume => 100 } end Copyright (c) 2009 Maximilian Schulz, released under the MIT license
About
A rails plugin which provides a simple audio player based on the great WP AudioPlayer plugin
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published