How do I stop JWPlayer from automatically playing the next video in the playlist? -


Let's say that I have loaded more than a dozen videos into a jumbleplaylist on one page. I want the first video for autoplay - a simple task of changing one setting:

  auto start: true  

which I do not want, however, To complete the first video is for the next video in the playlist, which appears to happen automatically. I do not see anything in JWWlayer Docs about changing this setting.

Preventing a very short time before the video actually completes, and is not allowing it to go further, but I was thinking if there is a more beautiful solution than that.

Thank you!

Ah, look how young and stupid I was an hour ago.

'Stop the video for a while before actually being completed' I did very close to the end of the answer. JWPlayer has two main functions:

  complete ()  

and

  onBeforeComplete ()  

I tried to use it on full to prevent it from running, but it was not working. It will keep moving on to the next video if you have to do it in the video on your playlist, then you need to change, you must do it first () but there is no clear difference in real time.

I have set it to go to the selected video instead of one user on the playlist.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -