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
WB Media player or another mp4 player, jumping to a predefined time line
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- BaconFries
-
- Posts: 5936
- Joined: Thu Aug 16, 2007 7:32 pm
Re: WB Media player or another mp4 player, jumping to a predefined time line
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
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
Hello BaconFries,
thank you, the last example work well.
Many Regards, Adrian
thank you, the last example work well.
Many Regards, Adrian
- BaconFries
-
- Posts: 5936
- Joined: Thu Aug 16, 2007 7:32 pm
Re: WB Media player or another mp4 player, jumping to a predefined time line
Glad to have helped.