Hi
How to run multiple videos on after another in web based application
Thanks
Hi
How to run multiple videos on after another in web based application
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jan 7, 2023, 4:09 AM
To run multiple videos one after another in a web app, you can use the
HTML5 videoelement and itsendedevent.Here is an example of how you can do this:
This will play
video2whenvideo1ends, andvideo3whenvideo2ends.Alternatively, you can use a library like
plyrto create a video player that can play a playlist of videos.Aman GuptaPosted Jan 6, 2023, 2:39 PM
Hi Ramco,
Pls consider this link, it will be helpful for you.
https://answers.microsoft.com/en-us/windows/forum/all/playing-multiple-videos-one-after-the-other-in-the/921cedc0-c2d7-4017-b1e7-3882329503ab
Thanks