/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | VideoProperties.php | 25 public $autoPlay; variable in Google\\Service\\Slides\\VideoProperties 44 public function setAutoPlay($autoPlay) argument 46 $this->autoPlay = $autoPlay; 53 return $this->autoPlay;
|
/plugin/flowplay/flowplayer/ |
H A D | flowPlayer.js | 156 autoPlay: true,
|
H A D | README.txt | 6 0.9.1 Added 'autoPlay' variable that can be used to specify whether the 92 when autoPlay=false 113 …- progress bar now goes to the start position (left) even when autoPlay=false and autoBuffering=fa… 148 - It was impossible to disable autoPlay and autoBuffering
|
/plugin/flowplay2/flowplayer/extras/ |
H A D | flowPlayer.js | 207 autoPlay: true,
|
/plugin/flowplay2/ |
H A D | playlist.js | 65 playerConfig.autoPlay = true;
|
/plugin/s5reloaded/ui/audio_support/ |
H A D | soundmanager2.js | 91 if (thisOptions.autoLoad || thisOptions.autoPlay) self.sounds[thisOptions.id].load(thisOptions); 92 …if (thisOptions.autoPlay) self.sounds[thisOptions.id].playState = 1; // we can only assume this so… 438 …self.playState = (oOptions.autoPlay||false); // if autoPlay, assume "playing" is true (no way to d… 443 …sm.o._load(self.sID,thisOptions.url,thisOptions.stream,thisOptions.autoPlay,thisOptions.whileloadi… 483 thisOptions.autoPlay = true; 504 if (!thisOptions.autoPlay) {
|
/plugin/flowplay2/flowplayer/ |
H A D | README.txt | 40 - Does not show NaN's in the time display when playing MP3 clips with autoPlay: false 43 - Does not produce sound in the beginning of clip when autoPlay: false and autoBuffering: true 44 - Now shows the first frame of video when autoPlay: false and autoBuffering: true 73 …- setting autoPlay: true now starts playing when the 'play' button overlay is used as the first cl… 74 in the playList. Setting autoPlay: false will make the player pause on and show the splash. 174 0.9.1 Added 'autoPlay' variable that can be used to specify whether the 264 when autoPlay=false 285 …- progress bar now goes to the start position (left) even when autoPlay=false and autoBuffering=fa… 320 - It was impossible to disable autoPlay and autoBuffering
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
H A D | jplayer.playlist.min.js | 2 …autoPlay:!1,loopOnPrevious:!1,shuffleOnLoop:!0,enableRemoveControls:!1,displayTime:"slow",addTime:… property in jPlayerPlaylist._options.playlistOptions
|
H A D | jplayer.playlist.js | 152 autoPlay: false, property in jPlayerPlaylist._options.playlistOptions 190 if(self.options.playlistOptions.autoPlay) {
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
H A D | jplayer.playlist.js | 152 autoPlay: false, property in jPlayerPlaylist._options.playlistOptions 190 if(self.options.playlistOptions.autoPlay) {
|
/plugin/imagecarousel/vendor/slick/ |
H A D | slick.min.js | 17 …autoPlay=a.proxy(e.autoPlay,e),e.autoPlayClear=a.proxy(e.autoPlayClear,e),e.changeSlide=a.proxy(e.… method in b 18 …autoPlay())},b.prototype.initADA=function(){var b=this;b.$slides.add(b.$slideTrack.find(".slick-cl…
|
/plugin/flowplayer/player/ |
H A D | README.txt | 344 - the API method setPlaylist() no longer starts playing if autoPlay: true, neither it starts buffer…
|
/plugin/s5reloaded/ui/thesis/ |
H A D | slides.js | 2491 function autoPlay() { function
|