Hello everyone,
I'm trying to create an edge composition where you can skip to the next small segment of a video by clicked an advance/play button.
Ie:
Composition loads.
Video plays first 3 seconds (0:00 - 0:03) and stops.
User clicks button.
Video plays next 2 seconds (0:03 - 0:05) and stops.
User clicks button.
Video plays next 4 seconds (0:05 - 0:09) and so on...
So far I am able to cue the video to begin playing from the desired time using currentTime, but have not been able to figure out how to make it stop after 2, 3, 5 or however many seconds without a second click. I would prefer not having to segment the video into individual files.
Thank you!