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

If video is paused, pause after seek


Hello! I've been trying to get this to work, but so far have had no luck. When a video is paused and user seeks (e.g, moving the thumb to rewind/fast-forward on the seek bar) how can I keep the video paused instead of playing automatically when the seek event is completed?

3 Community Answers

Andrew

JW Player Support Agent  
0 rated :

You might be able to do something that checks for the player state prior to seeking, and then pauses after an onSeek event.
You can see some available options here:
http://support.jwplayer.com/customer/portal/articles/1413089-javascript-api-reference#seek

Let me know if this helps!

alissa

User  
1 rated :

I've tried that, actually! The issue I keep running into is that I can pause like I want to (by using _this.pause() in , but then for some strange reason when I click on the seek bar the first time the video jumps to the time in the video like it's supposed to, but the player bar and thumb don't update to the correct time. When I double click that seems to resolve the issue, but I'd rather this work the first time. :)

Andrew

JW Player Support Agent  
0 rated :

Interesting… do you have a link to where this is being set up?

This question has received the maximum number of answers.