
Resume the playback
Can the players resume playback?
Can the players resume playback?
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/