Home
last modified time | relevance | path

Searched refs:jPlayer (Results 1 – 25 of 36) sorted by relevance

12

/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
Djquery.jplayer.inspector.js22 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 …]
Djplayer.playlist.js75 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/
Djquery.jplayer.inspector.min.js2jPlayer:b,idPrefix:"jplayer_inspector_",visible:!1};var c={init:function(b){var c=a(this),d=a.exte… property
Djquery.jplayer.inspector.js22 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 …]
Djplayer.playlist.js75 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 …]
Djplayer.playlist.min.js2jPlayer.options.loop},a(this.cssSelector.jPlayer).bind(a.jPlayer.event.ready,function(){e._init()}… class in a
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
Dpopcorn.jplayer.min.js2jPlayer.status.duration!==s&&(s=a.jPlayer.status.duration,w())},b=function(a){u||100!==a.jPlayer.s…
Dpopcorn.jplayer.js306 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/
Dpopcorn.jplayer.js306 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/
Dcircle.player.js89 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/
Djquery.jplayer.js39 $.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/
Djquery.jplayer.js39 $.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 …]
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/components/jplayer/
Djplayer-built.js39 $.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/
Djquery.jplayer.js39 $.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/
Drequire-built.js2084 $.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/
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…
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 …]
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/)
DMIGRATION.md6 - 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…
38jPlayer Repository Refactor: Added all download content to the repository and added a grunt build …
DCONTRIBUTING.md3 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).
DCLA.md3 …ials) to the project at [https://github.com/happyworm/jPlayer](https://github.com/happyworm/jPlaye…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DJplayerEvent.as2 * 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.
DJplayerStatus.as2 * 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/
DJplayer.as2 * 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/
DREADME.md8 To enable the [Aurora](https://github.com/audiocogs) solution inside jPlayer, the following files w…

12