/plugin/abc2/abc-libraries/abc2svg/ |
H A D | abcweb-1.js | 15 function dom_loaded(){var abc,new_page,src,a_inc={},errtxt='',app="abcweb",playing,abcplay,playconf={onend:function(){playing=false}},page,tune_lst,jsdir=document.currentScript?document.currentScript.src.match(/.*\//):(function(){var s_a=document.getElementsByTagName('script') 45 if(playing){abcplay.stop();if(!i) 52 playing=true
|
/plugin/mp3play2/ |
H A D | plugin.info.txt | 6 desc Dokuwiki Plugin for playing a mp3 stream of mp3 files
|
/plugin/abc2/ |
H A D | print.css | 15 .abc-player.playing {
|
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
H A D | JplayerMp3.as | 35 …private var playingTimer:Timer = new Timer(100, 0); // Internal: How often waiting/playing is chec… 181 checkPlaying(false); // Without forcing playing event. 242 if(wasPlaying) { // For when playing and then get a play(huge) 249 myStatus.isPlaying = true; // Set immediately before playing. Could affects events. 257 …checkPlaying(true); // Force the playing event unless waiting, which will be dealt with in the pla…
|
H A D | JplayerMp4.as | 231 myStream.pause(); // Since it is playing by default at this point. 236 if(wasPlaying) { // For when playing and then get a play(huge) 242 myStream.pause(); // Since it is playing by default at this point. 247 myStatus.isPlaying = true; // Set immediately before playing. Could affects events.
|
H A D | JplayerRtmp.as | 283 …// Under RTMP, this event code occurs every time the media starts playing and when a new position … 708 myStream.pause(); // Since it is playing by default at this point. 714 if(wasPlaying) { // For when playing and then get a play(huge) 721 myStream.pause(); // Since it is playing by default at this point. 727 myStatus.isPlaying = true; // Set immediately before playing. Could affects events.
|
/plugin/flowplay2/flowplayer/ |
H A D | javascript.txt | 74 Is the player currently playing? 199 Called when metadata for the currently playing clip has been received.
|
H A D | README.txt | 40 - Does not show NaN's in the time display when playing MP3 clips with autoPlay: false 73 …- setting autoPlay: true now starts playing when the 'play' button overlay is used as the first cl… 112 - Possibility to load a page for suggestions instead of just playing them in the same 253 - Stops playing in the launching player when the full screen player is opened. This 263 - Clicking on the video area did not start playing if splash not used and
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 2817 this.playing = false; 2823 if (this.playing) { 2826 this.playing = true; 2843 if (!this.playing) { 2846 this.playing = false; 2858 if (this.playing) { 3465 if (this.playing) { 3471 this.playing = true; 3477 if (!this.playing) { 3485 if (this.playing) { [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/ |
H A D | jplayer.pink.flag.min.css | 1 …playing .jp-type-single .jp-play{background:url(../image/jplayer.pink.flag.jpg) 0 -120px no-repeat…
|
H A D | jplayer.pink.flag.css | 155 .jp-state-playing .jp-type-single .jp-play { 158 .jp-state-playing .jp-type-single .jp-play:focus { 183 .jp-state-playing div.jp-type-playlist .jp-play { 186 .jp-state-playing div.jp-type-playlist .jp-play:focus {
|
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/ |
H A D | jplayer.pink.flag.scss | 170 .jp-state-playing .jp-type-single .jp-play { 174 .jp-state-playing .jp-type-single .jp-play:focus { 208 .jp-state-playing div.jp-type-playlist .jp-play { 212 .jp-state-playing div.jp-type-playlist .jp-play:focus {
|
/plugin/flowplay/flowplayer/ |
H A D | javascript.txt | 98 Is the player currently playing?
|
/plugin/jplayer/components/jplayer/ |
H A D | jplayer-built.js | 535 playing: "jp-state-playing", 1400 self._trigger($.jPlayer.event.playing); 1798 _updateButtons: function(playing) { argument 1799 if(playing === undefined) { 1800 playing = !this.status.paused; 1802 this.status.paused = !playing; 1805 if(playing) { 1822 if(playing) { 3139 if (!this.aurora.player.playing) {
|
/plugin/jplayer/components/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 535 playing: "jp-state-playing", 1400 self._trigger($.jPlayer.event.playing); 1798 _updateButtons: function(playing) { argument 1799 if(playing === undefined) { 1800 playing = !this.status.paused; 1802 this.status.paused = !playing; 1805 if(playing) { 1822 if(playing) { 3139 if (!this.aurora.player.playing) {
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 535 playing: "jp-state-playing", 1400 self._trigger($.jPlayer.event.playing); 1798 _updateButtons: function(playing) { argument 1799 if(playing === undefined) { 1800 playing = !this.status.paused; 1802 this.status.paused = !playing; 1805 if(playing) { 1822 if(playing) { 3139 if (!this.aurora.player.playing) {
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
H A D | jquery.jplayer.js | 535 playing: "jp-state-playing", 1400 self._trigger($.jPlayer.event.playing); 1798 _updateButtons: function(playing) { argument 1799 if(playing === undefined) { 1800 playing = !this.status.paused; 1802 this.status.paused = !playing; 1805 if(playing) { 1822 if(playing) { 3139 if (!this.aurora.player.playing) {
|
/plugin/revealjs/js/ |
H A D | reveal.js | 5807 this.playing = false; 5837 var wasPlaying = this.playing; 5839 this.playing = value; 5842 if( !wasPlaying && this.playing ) { 5865 if( this.playing ) { 5876 var progress = this.playing ? this.progress : 0, 5904 if( this.playing ) { 5916 if( this.playing ) { 5945 this.playing = false;
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/ |
H A D | jplayer.blue.monday.min.css | 1 …1px 0 no-repeat}.jp-state-playing .jp-play{background:url(../image/jplayer.blue.monday.jpg) 0 -42p…
|
H A D | jplayer.blue.monday.css | 157 .jp-state-playing .jp-play { 160 .jp-state-playing .jp-play:focus {
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/ |
H A D | popcorn.jplayer.min.js | 2 …unction(){f&&console.log("Trigger : playing"),m._trigger($.jPlayer.event.playing)},0)}),f&&console…
|
H A D | popcorn.jplayer.js | 339 jPlayerObj._trigger($.jPlayer.event.playing);
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/ |
H A D | popcorn.jplayer.js | 339 jPlayerObj._trigger($.jPlayer.event.playing);
|
/plugin/flowplayer/player/ |
H A D | README.txt | 251 …14: onBeforeStop was unnecessarily fired when calling setPlaylist() and the player was not playing, 344 - the API method setPlaylist() no longer starts playing if autoPlay: true, neither it starts buffer… 365 starts playing (when onBeforeBegin is fired) 405 - stopBuffering() now dispatches the onStop event first if the player is playing/paused/buffering a… 425 - playing a clip for the second time caused a doubled sound
|
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/ |
H A D | jplayer.blue.monday.scss | 170 .jp-state-playing .jp-play { 173 .jp-state-playing .jp-play:focus {
|