Forum Discussion
kristinaArg
1 year agoCommunity Member
Enable Next only when Online video finishes
Hello!
I have a YouTube video embedded on a slide using the embed code (not showing video controls). I would like the learner to finish watching the video first before they can progress. Is this po...
Nedim
1 year agoCommunity Member
Kelly's solution seems to work. Simple and elegant.
Alternatively, you could embed the YouTube video in an index.html file and add it as a Web Object in Storyline. This would give you access to YouTube's 'end of video' event, which could trigger a change in a custom variable (e.g., videoComplete) in Storyline from false to true when connected to Storyline's player. Based on this updated value, you can then enable the 'Next' button on the slide.