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
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
You can do this with TypeScript, by setting the currentPosition of the video track in seconds. See Video | CoSpaces API