Forum Discussion
Enable Next button upon completion of Youtube video
As a follow-up to this, I have attached a sample .story file that demonstrates how to detect the YouTube video events, like reaching the end of a video. It uses some JavaScript to attach the YouTube api to the embedded YouTube video. The normal route of connecting the api to the existing video did not seem to work, so this removes the original video and reinserts it, with the api attached, which does work.
Forgot the link...
Demo: https://360.articulate.com/review/content/3209aaa8-4ee2-4dc1-b8b5-d369c10a5600/review
Would this work for a Vimeo video stream? I am assuming the player would have to be adjusted.
- Nathan_Hilliard3 months agoCommunity Member
See this example for the same basic functionality with Vimeo.
Demo: https://360.articulate.com/review/content/fe3c4baa-ab19-45f7-87a1-cb077b3d460c/review
The Vimeo API is much more straightforward.
Updated file attached.