Home
last modified time | relevance | path

Searched refs:autoPlay (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DVideoProperties.php25 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 DflowPlayer.js156 autoPlay: true,
H A DREADME.txt6 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 DflowPlayer.js207 autoPlay: true,
/plugin/flowplay2/
H A Dplaylist.js65 playerConfig.autoPlay = true;
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js91 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 DREADME.txt40 - 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 Djplayer.playlist.min.js2autoPlay:!1,loopOnPrevious:!1,shuffleOnLoop:!0,enableRemoveControls:!1,displayTime:"slow",addTime:… property in jPlayerPlaylist._options.playlistOptions
H A Djplayer.playlist.js152 autoPlay: false, property in jPlayerPlaylist._options.playlistOptions
190 if(self.options.playlistOptions.autoPlay) {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js152 autoPlay: false, property in jPlayerPlaylist._options.playlistOptions
190 if(self.options.playlistOptions.autoPlay) {
/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17autoPlay=a.proxy(e.autoPlay,e),e.autoPlayClear=a.proxy(e.autoPlayClear,e),e.changeSlide=a.proxy(e.… method in b
18autoPlay())},b.prototype.initADA=function(){var b=this;b.$slides.add(b.$slideTrack.find(".slick-cl…
/plugin/flowplayer/player/
H A DREADME.txt344 - the API method setPlaylist() no longer starts playing if autoPlay: true, neither it starts buffer…
/plugin/s5reloaded/ui/thesis/
H A Dslides.js2491 function autoPlay() { function