How do I loop video in X5 Pro player?
Autore: Burton A.
Visite 1635,
Followers 1,
Condiviso 0
Hi, can anybody help me adjust the Pro version video player so that it loops the video continuously. I have it set to autoplay, but, I need it to loop the video over and over.
Thanks.
Postato il
Hello Burton,
At the moment it is not possible to have this feature in WebSite X5. I would like to suggest that you open an "Idea" Post where you describe to us the feature you would like to see implemented in the future releases of WebSite X5.
If you find a custom code to get this feature, this code can be added in WebSite X5 with the HTML code object in step 3. In this way, if you find scripts that suit your needs, you can easily use them inside the Software. Also if I cannot give support to third party custom code, I can explain you how to add it in WebSite X5.
Many thanks!
Autore
Thank You for the quick response. I'm not a programmer which is why I use your program, of course, but, there is a video player/website open source, www.videojs.com which in their support, shows a script for video loop. The link to several of the scripts/comments is: https://github.com/videojs/video.js/search?utf8=✓&q=loop+video I am not knowledgeable enough to figure it out, but, if anyone reads the post and can figure out how I might apply this simply to your Pro version 11, I would greatly appreciate it. ThankYou.
Hello Burton,
I would suggest you to use the setup description here:
https://github.com/videojs/video.js/blob/stable/docs/guides/setup.md
The video needs to be already online or you upload it with the html code object in the expert tab and then you use the file URL in your code.
Many thanks!
Autore
Hi, I'm going to try this and let you know. Thanks.