| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
| D | jquery.jplayer.inspector.js | 22 jPlayer: undefined, // The jQuery selector of the jPlayer instance to inspect. property 36 config.jPlayerId = config.jPlayer.attr("id"); 51 $.each($.jPlayer.event, function(eventName,eventType) { 72 '<div id="' + config.eventId[$.jPlayer.event.ready] + '" style="' + eventStyle + '"></div>' 73 … + '<div id="' + config.eventId[$.jPlayer.event.setmedia] + '" style="' + eventStyle + '"></div>' 74 … + '<div id="' + config.eventId[$.jPlayer.event.flashreset] + '" style="' + eventStyle + '"></div>' 75 + '<div id="' + config.eventId[$.jPlayer.event.resize] + '" style="' + eventStyle + '"></div>' 76 + '<div id="' + config.eventId[$.jPlayer.event.repeat] + '" style="' + eventStyle + '"></div>' 77 + '<div id="' + config.eventId[$.jPlayer.event.click] + '" style="' + eventStyle + '"></div>' 78 … + '<div id="' + config.eventId[$.jPlayer.event.warning] + '" style="' + eventStyle + '"></div>' [all …]
|
| D | jplayer.playlist.js | 75 self.loop = event.jPlayer.options.loop; 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() { 90 $(this).jPlayer("pauseOthers"); 94 $(this.cssSelector.jPlayer).bind($.jPlayer.event.resize, function(event) { 95 if(event.jPlayer.options.fullScreen) { 117 if(self.shuffled && $(self.cssSelector.jPlayer).jPlayer("option", "useStateClassSkin")) { 142 $(this.cssSelector.jPlayer).jPlayer(this.options); 147 jPlayer: "#jquery_jplayer_1", property [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
| D | jquery.jplayer.inspector.min.js | 2 …jPlayer:b,idPrefix:"jplayer_inspector_",visible:!1};var c={init:function(b){var c=a(this),d=a.exte… property
|
| D | jquery.jplayer.inspector.js | 22 jPlayer: undefined, // The jQuery selector of the jPlayer instance to inspect. property 36 config.jPlayerId = config.jPlayer.attr("id"); 51 $.each($.jPlayer.event, function(eventName,eventType) { 72 '<div id="' + config.eventId[$.jPlayer.event.ready] + '" style="' + eventStyle + '"></div>' 73 … + '<div id="' + config.eventId[$.jPlayer.event.setmedia] + '" style="' + eventStyle + '"></div>' 74 … + '<div id="' + config.eventId[$.jPlayer.event.flashreset] + '" style="' + eventStyle + '"></div>' 75 + '<div id="' + config.eventId[$.jPlayer.event.resize] + '" style="' + eventStyle + '"></div>' 76 + '<div id="' + config.eventId[$.jPlayer.event.repeat] + '" style="' + eventStyle + '"></div>' 77 + '<div id="' + config.eventId[$.jPlayer.event.click] + '" style="' + eventStyle + '"></div>' 78 … + '<div id="' + config.eventId[$.jPlayer.event.warning] + '" style="' + eventStyle + '"></div>' [all …]
|
| D | jplayer.playlist.js | 75 self.loop = event.jPlayer.options.loop; 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() { 90 $(this).jPlayer("pauseOthers"); 94 $(this.cssSelector.jPlayer).bind($.jPlayer.event.resize, function(event) { 95 if(event.jPlayer.options.fullScreen) { 117 if(self.shuffled && $(self.cssSelector.jPlayer).jPlayer("option", "useStateClassSkin")) { 142 $(this.cssSelector.jPlayer).jPlayer(this.options); 147 jPlayer: "#jquery_jplayer_1", property [all …]
|
| D | jplayer.playlist.min.js | 2 …jPlayer.options.loop},a(this.cssSelector.jPlayer).bind(a.jPlayer.event.ready,function(){e._init()}… class in a
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/ |
| D | popcorn.jplayer.min.js | 2 …jPlayer.status.duration!==s&&(s=a.jPlayer.status.duration,w())},b=function(a){u||100!==a.jPlayer.s…
|
| D | popcorn.jplayer.js | 306 if(event.jPlayer.status.duration !== duration) { 307 duration = event.jPlayer.status.duration; 313 if(!canplaythrough && event.jPlayer.status.seekPercent === 100) { 317 jPlayerObj._trigger($.jPlayer.event.canplaythrough); 322 myPlayer.bind($.jPlayer.event.loadstart, function() { 325 jPlayerObj._trigger($.jPlayer.event.loadeddata); 328 .bind($.jPlayer.event.progress, function(event) { 332 .bind($.jPlayer.event.timeupdate, function(event) { 336 .bind($.jPlayer.event.play, function() { 339 jPlayerObj._trigger($.jPlayer.event.playing); [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/ |
| D | popcorn.jplayer.js | 306 if(event.jPlayer.status.duration !== duration) { 307 duration = event.jPlayer.status.duration; 313 if(!canplaythrough && event.jPlayer.status.seekPercent === 100) { 317 jPlayerObj._trigger($.jPlayer.event.canplaythrough); 322 myPlayer.bind($.jPlayer.event.loadstart, function() { 325 jPlayerObj._trigger($.jPlayer.event.loadeddata); 328 .bind($.jPlayer.event.progress, function(event) { 332 .bind($.jPlayer.event.timeupdate, function(event) { 336 .bind($.jPlayer.event.play, function() { 339 jPlayerObj._trigger($.jPlayer.event.playing); [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
| D | circle.player.js | 89 this.player.jPlayer(this.options); 91 this.player.bind($.jPlayer.event.ready + this.eventNamespace, function(event) { 92 if(event.jPlayer.html.used && event.jPlayer.html.audio.available) { 95 $(this).jPlayer("setMedia", self.media); 99 this.player.bind($.jPlayer.event.play + this.eventNamespace, function(event) { 100 $(this).jPlayer("pauseOthers"); 104 this.player.bind($.jPlayer.event.timeupdate + this.eventNamespace, function(event) { 106 self._timeupdate(event.jPlayer.status.currentPercentAbsolute); 111 this.player.bind($.jPlayer.event.progress + this.eventNamespace, function(event) { 131 this.player.bind($.jPlayer.event.ended + this.eventNamespace, function(event) { [all …]
|
| /plugin/jplayer/components/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 39 $.fn.jPlayer = function( options ) { function 73 $(this).data( name, new $.jPlayer( options, this ) ); 81 $.jPlayer = function( options, element ) { function in $ 104 $.jPlayer.emulateMethods = "load play pause"; 105 …$.jPlayer.emulateStatus = "src readyState networkState currentTime duration paused ended playbackR… 106 $.jPlayer.emulateOptions = "muted volume"; 109 $.jPlayer.reservedEvent = "ready flashreset resize repeat error warning"; 112 $.jPlayer.event = {}; 148 $.jPlayer.event[ this ] = 'jPlayer_' + this; 152 …$.jPlayer.htmlEvent = [ // These HTML events are bubbled through to the jPlayer event, without any… [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 39 $.fn.jPlayer = function( options ) { function 73 $(this).data( name, new $.jPlayer( options, this ) ); 81 $.jPlayer = function( options, element ) { function in $ 104 $.jPlayer.emulateMethods = "load play pause"; 105 …$.jPlayer.emulateStatus = "src readyState networkState currentTime duration paused ended playbackR… 106 $.jPlayer.emulateOptions = "muted volume"; 109 $.jPlayer.reservedEvent = "ready flashreset resize repeat error warning"; 112 $.jPlayer.event = {}; 148 $.jPlayer.event[ this ] = 'jPlayer_' + this; 152 …$.jPlayer.htmlEvent = [ // These HTML events are bubbled through to the jPlayer event, without any… [all …]
|
| D | jquery.jplayer.min.js | 2 …jPlayer=function(c){var d="jPlayer",e="string"==typeof c,f=Array.prototype.slice.call(arguments,1)… function 3 …jPlayer.platform.android&&(c.androidFix.setMedia=!0)):j?(c.aurora.gate=!0,c._aurora_setAudio(b),c.…
|
| /plugin/jplayer/components/jplayer/ |
| D | jplayer-built.js | 39 $.fn.jPlayer = function( options ) { function 73 $(this).data( name, new $.jPlayer( options, this ) ); 81 $.jPlayer = function( options, element ) { function in $ 104 $.jPlayer.emulateMethods = "load play pause"; 105 …$.jPlayer.emulateStatus = "src readyState networkState currentTime duration paused ended playbackR… 106 $.jPlayer.emulateOptions = "muted volume"; 109 $.jPlayer.reservedEvent = "ready flashreset resize repeat error warning"; 112 $.jPlayer.event = {}; 148 $.jPlayer.event[ this ] = 'jPlayer_' + this; 152 …$.jPlayer.htmlEvent = [ // These HTML events are bubbled through to the jPlayer event, without any… [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
| D | jquery.jplayer.js | 39 $.fn.jPlayer = function( options ) { function 73 $(this).data( name, new $.jPlayer( options, this ) ); 81 $.jPlayer = function( options, element ) { function in $ 104 $.jPlayer.emulateMethods = "load play pause"; 105 …$.jPlayer.emulateStatus = "src readyState networkState currentTime duration paused ended playbackR… 106 $.jPlayer.emulateOptions = "muted volume"; 109 $.jPlayer.reservedEvent = "ready flashreset resize repeat error warning"; 112 $.jPlayer.event = {}; 148 $.jPlayer.event[ this ] = 'jPlayer_' + this; 152 …$.jPlayer.htmlEvent = [ // These HTML events are bubbled through to the jPlayer event, without any… [all …]
|
| /plugin/jplayer/components/ |
| D | require-built.js | 2084 $.fn.jPlayer = function( options ) { function 2118 $(this).data( name, new $.jPlayer( options, this ) ); 2126 $.jPlayer = function( options, element ) { function in $ 2149 $.jPlayer.emulateMethods = "load play pause"; 2150 …$.jPlayer.emulateStatus = "src readyState networkState currentTime duration paused ended playbackR… 2151 $.jPlayer.emulateOptions = "muted volume"; 2154 $.jPlayer.reservedEvent = "ready flashreset resize repeat error warning"; 2157 $.jPlayer.event = {}; 2193 $.jPlayer.event[ this ] = 'jPlayer_' + this; 2197 …$.jPlayer.htmlEvent = [ // These HTML events are bubbled through to the jPlayer event, without any… [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/ |
| D | CHANGELOG.md | 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… 28 …native fullscreen api in Internet explorer](https://github.com/happyworm/jPlayer/pull/213) by [mat… 29 …ome on android mobile supports full screen](https://github.com/happyworm/jPlayer/pull/207) by [mat… [all …]
|
| D | README.md | 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: 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/)
|
| D | MIGRATION.md | 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 …
|
| D | CONTRIBUTING.md | 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).
|
| D | CLA.md | 3 …ials) to the project at [https://github.com/happyworm/jPlayer](https://github.com/happyworm/jPlaye…
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
| D | JplayerEvent.as | 2 * jPlayer Plugin for jQuery JavaScript Library 13 package happyworm.jPlayer { 18 // The event strings must match those in the JavaScript's $.jPlayer.event object 50 // Events used internal to jPlayer's Flash.
|
| D | JplayerStatus.as | 2 * jPlayer Plugin for jQuery JavaScript Library 13 package happyworm.jPlayer { 16 public static const VERSION:String = "2.9.0"; // The version of the Flash jPlayer entity.
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/ |
| D | Jplayer.as | 2 * jPlayer Plugin for jQuery JavaScript Library 14 * id: (URL Encoded: String) Id of jPlayer instance 36 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);
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/ |
| D | README.md | 8 To enable the [Aurora](https://github.com/audiocogs) solution inside jPlayer, the following files w…
|