forked from jplayer/jPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
23 lines (15 loc) · 771 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
jPlayer : the CSS styleable jQuery audio player plugin
http://www.happyworm.com/jquery/jplayer
What is jPlayer?
jPlayer is a jQuery plugin that allows you to:
* play and control audio files in your webpage
* create and style an audio player using just HTML and CSS
* add sound effects to your jQuery projects
* support more devices using HTML5
All of this with HTML5 <audio> support for compliant browsers that allow mp3 or ogg format, while supporting other browsers using mp3 format with no visible Flash.
Dual licensed under the MIT and GPL licenses.
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/copyleft/gpl.html
Developer Guide:
http://www.happyworm.com/jquery/jplayer/latest/developer-guide.htm
Author: Mark J Panaghiston