Page 1 of 1

WB Media player or another mp4 player, jumping to a predefined time line

Posted: Fri Jan 24, 2020 11:04 am
by Adrian
Hello,

is possible with the WB media player or another video player to jump to a predefined time on the time line for a mp4 file?

I mean with a link or button via event and running Java function!

Thank you.

Regards, Adrian

Re: WB Media player or another mp4 player, jumping to a predefined time line

Posted: Fri Jan 24, 2020 11:12 am
by BaconFries
It is possible but will require some JavaScript. See the following which may help.
https://stackoverflow.com/questions/598 ... en-loading
Set time position to 5 seconds
https://www.w3schools.com/tags/tryit.as ... urrenttime

Re: WB Media player or another mp4 player, jumping to a predefined time line

Posted: Sun Jan 26, 2020 5:20 pm
by Adrian
Hello BaconFries,

thank you, the last example work well.

Many Regards, Adrian

Re: WB Media player or another mp4 player, jumping to a predefined time line

Posted: Sun Jan 26, 2020 5:49 pm
by BaconFries
Glad to have helped.