Searched refs:jPlayer (Results 1 – 25 of 36) sorted by relevance
12
36 config.jPlayerId = config.jPlayer.attr("id");159 config.jPlayer.bind($.jPlayer.event.ready + ".jPlayerInspector", function(e) {278 …+ " swfPath: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "swfPath") + "',…280 …+ " solution: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "solution") + "…282 …+ " supplied: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "supplied") + "…284 …+ " preload: '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "preload") + "',…286 …+ " volume: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "volume") + ",<br …288 …+ " muted: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "muted") + ",<br />"296 var cssSelector = $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "cssSelector");307 …+ " errorAlerts: " + $(this).data("jPlayerInspector").jPlayer.jPlayer("option", "errorAlerts"…[all …]
2 …jPlayer:b,idPrefix:"jplayer_inspector_",visible:!1};var c={init:function(b){var c=a(this),d=a.exte… property in a.jPlayerInspector.defaults
2 …jPlayer.options.loop},a(this.cssSelector.jPlayer).bind(a.jPlayer.event.ready,function(){e._init()}… class in a
79 $(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 …]
2 …jPlayer.status.duration!==s&&(s=a.jPlayer.status.duration,w())},b=function(a){u||100!==a.jPlayer.s…
336 .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 …]
89 this.player.jPlayer(this.options);92 if(event.jPlayer.html.used && event.jPlayer.html.audio.available) {95 $(this).jPlayer("setMedia", self.media);100 $(this).jPlayer("pauseOthers");106 self._timeupdate(event.jPlayer.status.currentPercentAbsolute);165 self.player.jPlayer("playHead", pc).jPlayer("play");170 self.player.jPlayer("playHead", pc).jPlayer("play");231 this.player.jPlayer("setMedia", this.media);234 this.player.jPlayer("play", time);237 this.player.jPlayer("pause", time);[all …]
112 $.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 …]
2 …jPlayer=function(c){var d="jPlayer",e="string"==typeof c,f=Array.prototype.slice.call(arguments,1)… function3 …jPlayer.platform.android&&(c.androidFix.setMedia=!0)):j?(c.aurora.gate=!0,c._aurora_setAudio(b),c.…
2157 $.jPlayer.event = {};2317 $.jPlayer.browser = {2319 $.jPlayer.platform = {2352 $.jPlayer.browser.documentMode = $.jPlayer.getDocMode();2528 $.jPlayer.keys(true);2872 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…3151 …if($.jPlayer.browser.msie && (Number($.jPlayer.browser.version) < 9 || $.jPlayer.browser.documentM…3695 event.jPlayer = {};5494 …var emulated = $.jPlayer.emulateMethods + " " + $.jPlayer.emulateStatus + " " + $.jPlayer.emulateO…5501 $.jPlayer.error = {[all …]
6 - 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 …]
1 # [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: argument16 ### jPlayer supports: argument28 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/)
6 - jPlayer Repository Refactor: The skins source files are now in `src/skin` and the build skins fil…7 - jPlayer Repository Refactor: All the circle player specific files are now in the `lib/circle-play…8 - jPlayer Repository Refactor: Changed the html `examples` file extentions from `htm` to `html` for…38 …jPlayer Repository Refactor: Added all download content to the repository and added a grunt build …
3 jPlayer is an open source project and you are welcome to contribute.22 …must [sign the Contributor License Agreement](https://www.clahub.com/agreements/happyworm/jPlayer).
3 …ials) to the project at [https://github.com/happyworm/jPlayer](https://github.com/happyworm/jPlaye…
2 * jPlayer Plugin for jQuery JavaScript Library13 package happyworm.jPlayer {18 // The event strings must match those in the JavaScript's $.jPlayer.event object50 // Events used internal to jPlayer's Flash.
2 * jPlayer Plugin for jQuery JavaScript Library13 package happyworm.jPlayer {16 public static const VERSION:String = "2.9.0"; // The version of the Flash jPlayer entity.
2 * jPlayer Plugin for jQuery JavaScript Library14 * id: (URL Encoded: String) Id of jPlayer instance36 import happyworm.jPlayer.*;92 jQuery = loaderInfo.parameters.jQuery + "('#" + loaderInfo.parameters.id + "').jPlayer";117 // Investigated and it is something to do with the way jPlayer inserts the Flash on the page.119 …// jPlayer Flash insertion is based on SWFObject 2.2 and the resaon behind this failure is not cle…122 var menuItem_jPlayer:ContextMenuItem = new ContextMenuItem("jPlayer " + JplayerStatus.VERSION);140 txLog.text = "jPlayer " + JplayerStatus.VERSION;502 log("jPlayer Flash Event: " + e.type + ": " + e.target);
8 To enable the [Aurora](https://github.com/audiocogs) solution inside jPlayer, the following files w…