Forum Discussion
KaraKovacs
3 years agoCommunity Member
Next button not appearing after video completes
I have an embedded video in SL3 and have disabled the Next button when the timeline starts on the slide to ensure video is watched. However Next button doesnt appear after video completes despite ha...
MateuszSzuter
3 years agoCommunity Member
"Embedded" you mean embedded from web, like youtube? If so, then triggers won't read the embedded video completion or position. You must either put video inside the storyline or use javascript to fetch the completion status (https://stackoverflow.com/questions/7853904/how-to-detect-when-a-youtube-video-finishes-playing like here).
If you put the video inside the storyline, the trigger "when media completes" should normally work with changing button state. Check with some dummy object if your trigger works properly. If it does with some other button, than you may be facing a bug.