
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?
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?
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