Resume is not Working
Hi All,
I am having a question regarding Seek the player. Currently I am using JW Player 7.6.1 version. With this resume video function is not working.
What I does previously is I passed the current playing position to the server and I am getting the server position when video is resuming. But now (after the upgrade to the 7.6.1) resume function is not working.
Here is my code,
jwplayer('media').setup ({
'file': video_url,
'provider': 'video',
'width': '640',
'height': '420',
'image':video_image,
'autostart': false,
'primary': 'flash'
}).seek(seek_time);
seek_time is a variable where I am passing the seek time to the player.
Let me know where I am wrong..?