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

how do I change the control bar or video start and end times for non-destructive video playback.


We have video files that have a marked start time and marked end time. We would like the jwplayer to only be able to play the video between these times and not allow the user to scrub before the start time or after the end time.

Is their anyway to do this?


Where does the code for the control bar exist? Maybe we can change it's start and ending mark.

Thanks,
Brett

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

You would have to use our API and use the following:

onReady()

When ready, seek() to the # of seconds you want.

And then also check for onTime() and when a certain time is set, stop() playback

http://www.longtailvideo.com/support/jw-player/28851/javascript-api-reference

This question has received the maximum number of answers.