Get current time in a Timeline

Jul 13, 2022

Hi:

I´m looking for a variable that give me the current time in a specific moment on a slide.

Is ti possible?

For example when I click on one button give me the time in the timeline.

Thanks

3 Replies
Jürgen Schoenemeyer

this could be done with javascript

trigger on start timeline (or video ???) -> javascript

javascript:
 - seach in the dom the video-tag
 - append event handler ' timeupdate' to the video
 - get current time and complete time from the video event
 - write the max of the collected results (percent ??) into a storyline variable

=> then the value is available in storyline via variable

Jürgen