Forum Discussion
GregScheelar-e8
4 months agoCommunity Member
Enable Next button upon completion of Youtube video
I am trying to set up a slide that has an embedded YouTube video, but I want to make sure that the Next button is not active until the end of the video. The only way I can figure out is to set it up...
Nathan_Hilliard
4 months agoCommunity Member
Perhaps look at the YouTube API reference, especially under Events (onStateChange):
https://developers.google.com/youtube/iframe_api_reference#Events
Try setting up an event handler in JavaScript.
If I were to desire this functionality, I would start there.