Jump to time in video
September 20, 2023 7:16 AM
Hi, im aware of the synch events function and thats great, but what about the other way around. Is there a way to, lets say with a button jump to a point in a video.
I know splitting up the video in several parts is a way to do it but it would be fun to able to do a "table of content" function like in camtasia for example.
any ideas is appreciated
/
Joakim
Solution
Hi @Jos,
You should be able create a Button and add an Action to it where it's set with:
On Mouse Click > Set Time > Target [Video Object] > Value 00:00:00.
The Target would be the name of the video from your project explorer, then you'd change the 00:00:00 values to whatever seconds/minutes you'd want the learner to skip to. The format should be minutes:seconds:miliseconds (mm:ss:ms).
Here's a screenshot of what an example would look like:
Hope that helps!
Discussion (2)
Hi @Jos,
You should be able create a Button and add an Action to it where it's set with:
On Mouse Click > Set Time > Target [Video Object] > Value 00:00:00.
The Target would be the name of the video from your project explorer, then you'd change the 00:00:00 values to whatever seconds/minutes you'd want the learner to skip to. The format should be minutes:seconds:miliseconds (mm:ss:ms).
Here's a screenshot of what an example would look like:
Hope that helps!
Thank you for quick reply, that worked out great!