forked from jplayer/jPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (22 loc) · 939 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
jPlayer : HTML5 Audio & Video for jQuery
http://www.jplayer.org/
What is jPlayer?
jPlayer is a jQuery plugin that allows you to:
* play and control media files in your webpage
* create and style a media player using just HTML and CSS
* add audio and video to your jQuery projects
* support more devices using HTML5
* support older browsers using a Flash Fallback
* control media on your website using a JavaScript API
jPlayer supports:
* HTML5: mp3, m4a (AAC), m4v (H.264), ogv*, oga*, wav*, webm*
* Flash: mp3, m4a (AAC), m4v (H.264)
(*) Optional counterpart formats to increase HTML5 x-browser support.
Dual licensed under the MIT and GPL licenses.
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/copyleft/gpl.html
Quick Start Guide:
http://www.jplayer.org/latest/quick-start-guide/
Developer Guide and API Reference:
http://www.jplayer.org/latest/developer-guide/
Author: Mark J Panaghiston