Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
examples | 2016-02-07 | ||
src | 2015-11-06 | ||
artwork | 2015-11-06 | ||
lib | 2015-11-06 | ||
dist | 2015-11-06 | ||
MIGRATION.md | 2015-11-06 | 2.2 kB | |
MIT-LICENSE.txt | 2015-11-06 | 1.1 kB | |
package.json | 2015-11-06 | 1.2 kB | |
README.md | 2015-11-06 | 2.0 kB | |
_gitignore | 2015-11-06 | 25 Bytes | |
_jamignore | 2015-11-06 | 65 Bytes | |
bower.json | 2015-11-06 | 927 Bytes | |
CHANGELOG.md | 2015-11-06 | 5.3 kB | |
CLA.md | 2015-11-06 | 2.9 kB | |
composer.json | 2015-11-06 | 937 Bytes | |
CONTRIBUTING.md | 2015-11-06 | 620 Bytes | |
Gruntfile.js | 2015-11-06 | 4.8 kB | |
Totals: 17 Items | 22.0 kB | 0 |
jPlayer : HTML5 Audio & Video for jQuery
Support for Zepto 1.0+ compiled with the data module.
What is jPlayer?
jPlayer is a jQuery/Zepto plugin that allows you to:
- play and control media files in your webpage.
- create a consistent interface and experience across all browsers.
- create and style a media player using just HTML and CSS.
- add audio and video to your jQuery/Zepto projects.
- support more devices using HTML5.
- support older browsers using a Flash fall-back/forward.
- 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), rtmp, flv.
(*) Optional counterpart formats to increase HTML5 cross-browser support.
Bower Install
- simple install using
bower install jplayer
- see http://bower.io/ for more information.
Composer install
Install jPlayer via composer by adding the following lines to your composer.json
in your project:
// ...
"require": {
// ...
"happyworm/jPlayer": "2.*"
// ...
}
// ...
"config": {
"component-dir": "your/desired/asset/path"
},
// ...
Then execute the following:
php composer.phar update
Composer will now download all components and install the needed files into your/desired/asset/path
, ready to use.
License
jPlayer is licensed under the MIT license.
More information:
Author:
Mark J Panaghiston @thepag happyworm.com