Forum Discussion

JessicaChapman's avatar
JessicaChapman
Community Member
4 years ago

Storline Videos

How do you allow the user to click next or change slide only after media (video) on slide has finished playing?  

    • Add a trigger to disable the Next button when the timeline starts.
    • Add a trigger to enable the Next button when the media completes. 

    Note: Those simple triggers will work. However, they'll also disable Next if the user returns to the slide. To prevent that, it's best to track completion with a variable. 

    • Create a T/F variable with the initial value of False.
    • For the trigger that disables Next, add a condition so it only does that when the variable = False.
    • Add a new trigger that adjusts the variable to True when the media completes.