Home
last modified time | relevance | path

Searched refs:jPlayer (Results 26 – 36 of 36) sorted by last modified time

12

/plugin/jplayer/
H A Dcomposer.lock14 "url": "https://github.com/happyworm/jPlayer.git",
19 …"url": "https://api.github.com/repos/happyworm/jPlayer/zipball/34e55cd7694552447bd0dbc38d886fdc96d…
55 …"description": "jPlayer allows you to create a media player with a consistent interface and experi…
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md6 - New Feature: Implemented Pull Request [Introduce sass skins](https://github.com/happyworm/jPlayer
7 - Bug Fix: Fixed [Example Demo-04 does not work](https://github.com/happyworm/jPlayer/issues/274).
10 - jPlayer Repository Refactor: The skins source files are now in `src/skin` and the build skins fil…
11 - jPlayer Repository Refactor: All the circle player specific files are now in the `lib/circle-play…
12 - jPlayer Repository Refactor: Changed the html `examples` file extentions from `htm` to `html` for…
17 - Bug Fix: Fixed [Bug in IE8](https://github.com/happyworm/jPlayer/issues/269) reported by Denis.
22 - New Feature: Merged Pull Request [Composer support](https://github.com/happyworm/jPlayer/pull/235…
23 - New Feature: Merged Pull Request [Add Aurora.js solution](https://github.com/happyworm/jPlayer/pu…
37 …wser-compatibility fix for data URI scheme](https://github.com/happyworm/jPlayer/pull/239) by [smi…
43 - New Feature: Merged Pull Request to add [commonJS support](https://github.com/happyworm/jPlayer/p…
[all …]
H A DCLA.md3 …ials) to the project at [https://github.com/happyworm/jPlayer](https://github.com/happyworm/jPlaye…
H A DREADME.md1 # [jPlayer](http://jplayer.org/) : HTML5 Audio & Video for [jQuery](http://jquery.com/)
5 ## What is jPlayer?
7 ### jPlayer is a jQuery/Zepto plugin that allows you to: argument
16 ### jPlayer supports: argument
28 Install jPlayer via composer by adding the following lines to your `composer.json` in your project:
33 "happyworm/jPlayer": "2.*"
49 [jPlayer](http://jplayer.org/) is licensed under the [MIT license](http://opensource.org/licenses/M…
52 * [jPlayer.org](http://jplayer.org/)
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.js79 $(this.cssSelector.jPlayer).bind($.jPlayer.event.ready, function() {
84 $(this.cssSelector.jPlayer).bind($.jPlayer.event.ended, function() {
89 $(this.cssSelector.jPlayer).bind($.jPlayer.event.play, function() {
142 $(this.cssSelector.jPlayer).jPlayer(this.options);
289 $(self.cssSelector.jPlayer).jPlayer("play");
362 $(self.cssSelector.jPlayer).jPlayer("clearMedia");
399 $(self.cssSelector.jPlayer).jPlayer("clearMedia");
427 $(this.cssSelector.jPlayer).jPlayer("play");
430 $(this.cssSelector.jPlayer).jPlayer("play");
434 $(this.cssSelector.jPlayer).jPlayer("pause");
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js112 $.jPlayer.event = {};
187 $.jPlayer.timeFormat = {
272 $.jPlayer.browser = {
274 $.jPlayer.platform = {
307 $.jPlayer.browser.documentMode = $.jPlayer.getDocMode();
483 $.jPlayer.keys(true);
827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
1106 …if($.jPlayer.browser.msie && (Number($.jPlayer.browser.version) < 9 || $.jPlayer.browser.documentM…
1650 event.jPlayer = {};
3449 …var emulated = $.jPlayer.emulateMethods + " " + $.jPlayer.emulateStatus + " " + $.jPlayer.emulateO…
[all …]
H A Djquery.jplayer.min.js2jPlayer=function(c){var d="jPlayer",e="string"==typeof c,f=Array.prototype.slice.call(arguments,1)… function
3jPlayer.platform.android&&(c.androidFix.setMedia=!0)):j?(c.aurora.gate=!0,c._aurora_setAudio(b),c.…
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js336 .bind($.jPlayer.event.play, function() {
367 if(event.jPlayer.flash.used) {
372 $(this).jPlayer('setMedia', jpMedia).jPlayer('load');
391 for(var eventName in $.jPlayer.event) {
455 myPlayer.jPlayer('pause', val);
457 myPlayer.jPlayer('play', val);
499 myPlayer.jPlayer('mute', val);
509 myPlayer.jPlayer('volume', val);
528 myPlayer.jPlayer('play');
531 myPlayer.jPlayer('pause');
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js36 config.jPlayerId = config.jPlayer.attr("id");
159 config.jPlayer.bind($.jPlayer.event.ready + ".jPlayerInspector", function(e) {
278 …+ "&nbsp;swfPath: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "swfPath") + "',…
280 …+ "&nbsp;solution: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "solution") + "…
282 …+ "&nbsp;supplied: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "supplied") + "…
284 …+ "&nbsp;preload: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "preload") + "',…
286 …+ "&nbsp;volume: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "volume") + ",<br …
288 …+ "&nbsp;muted: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "muted") + ",<br />"
296 var cssSelector = $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "cssSelector");
307 …+ "&nbsp;errorAlerts: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "errorAlerts"…
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js112 $.jPlayer.event = {};
187 $.jPlayer.timeFormat = {
272 $.jPlayer.browser = {
274 $.jPlayer.platform = {
307 $.jPlayer.browser.documentMode = $.jPlayer.getDocMode();
483 $.jPlayer.keys(true);
827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
1106 …if($.jPlayer.browser.msie && (Number($.jPlayer.browser.version) < 9 || $.jPlayer.browser.documentM…
1650 event.jPlayer = {};
3449 …var emulated = $.jPlayer.emulateMethods + " " + $.jPlayer.emulateStatus + " " + $.jPlayer.emulateO…
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js336 .bind($.jPlayer.event.play, function() {
367 if(event.jPlayer.flash.used) {
372 $(this).jPlayer('setMedia', jpMedia).jPlayer('load');
391 for(var eventName in $.jPlayer.event) {
455 myPlayer.jPlayer('pause', val);
457 myPlayer.jPlayer('play', val);
499 myPlayer.jPlayer('mute', val);
509 myPlayer.jPlayer('volume', val);
528 myPlayer.jPlayer('play');
531 myPlayer.jPlayer('pause');
[all …]

12