-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (19 loc) · 766 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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