Forum Discussion
MichelToyos-c2c
4 years agoCommunity Member
Get current time in a Timeline
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 ...
Jürgen_Schoene_
4 years agoCommunity Member
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
Related Content
- 10 months ago
- 5 months ago
- 6 months ago