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

Resume the playback


Can the players resume playback?

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

It really depends on the context, but I assume you mean resume playback of a video when visiting the same page.

This is not built in functionality, but you could use the seek() API to seek to a certain position when the page is loaded.

As far as saving the position for later use, that’s up to the developer. Some use cookies, local storage or associate the lastPlayedPosition with the account of the user.

The jwplayer().on(‘time’) callback and jwplayer().getPosition() could give you the current position at a specific time.
https://developer.jwplayer.com/jw-player/docs/developer-guide/api/javascript_api_reference/

This question has received the maximum number of answers.