A function to seek to specified video position

Hello,

Video player needs the possibility to seek to some position. It is essential for interactive videos.
Maybe there is such a possibility and I just missed it?

Thank You,
Tomas

Hi Thomas,
Playing interactive videos is easy with the wait 1 second and pause video blocks or code. You just need to adjust the right timing. It looks something like this in CoBlocks, but if you need the TypeScript or Python code, please let me know.

Greetigs, pavlina

Thank You, Pavlina,

I would like to implement a different thing. For example, there is a question and if user answers yes - video starts playing from minute 5. If user answers no - video starts playing from minute 10. Waiting is not an option, because you dont want to wait that much.

Best wishes,
Tomas