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

Can I playing only part of video


When we embed the player in a page we can use the #t=250 to start at a given time in seconds. Is there a way of stopping the player at a given time?

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

I’m not positive what you mean by this – did you write some custom code that handles that #t parameter? if you’d like to stop the player at a given time, you could implement a similiar strategy, and use jwplayer().onTime to check if the current position is the stop time and then call jwplayer().stop()
http://support.jwplayer.com/customer/portal/articles/1413089-javascript-api-reference
-cooper

This question has received the maximum number of answers.