
Start for a specific point of the video
Hello is there a way to start form a specific point of the video when using javascript api?
Hello is there a way to start form a specific point of the video when using javascript api?
I believe the following code will do what you are asking:
<div id="video">Your video goes here…</div> <script> jwplayer("video").setup({ file: "bunny.mp4", }); jwplayer().onBeforePlay(function(){ jwplayer().seek(10); }); </script><a href="javascript:loadVideo('rtmp://xxx.cloudfront.net/cfx/st/welcome.flv','image1.jpg')"><img src="images/welcome.jpg" alt=""/>
Thank you, I am not sure how that will work with how I am setup. I may just be off on my thinking...
I am using the above javascript url how does that script function work with this javascript playlist.
Thanks
Please e-mail a link to your actual page to support@jwplayer.com so I can investigate further.