Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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?

3 Community Answers

Todd

JW Player Support Agent  
0 rated :

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>

ccollins

User  
0 rated :

<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

Todd

JW Player Support Agent  
0 rated :

Please e-mail a link to your actual page to support@jwplayer.com so I can investigate further.

This question has received the maximum number of answers.