Copy link to clipboard
Copied
I have a training video that has 9 videos.
They have a home page where the user clicks on the start button, simple? OK.
Next are the nine videos. I want them to play one after the other.
This may be super simple but my videos to not play into each other?
Help!
Thanks so much.
-Kevin
Copy link to clipboard
Copied
Your best bet is to build the videos in an html page and insert that as a web object. You need to be able to listen for the end of one video to start the next.
Copy link to clipboard
Copied
Thanks for your answer, I will look into it.