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

getPosition after click control bar


Hello
How can I get the current time after clicking on the progress bar?
Whenever I click after use 'getPosition' but returns me the current point I'm on the video and not the point clicked the progress bar
Thank you for your help

1 Community Answers

George

JW Player Support Agent  
0 rated :

You can use this:
playerone.on(“seek”,function(x){
alert(x.offset);
});
https://support.jwplayer.com/customer/en/portal/articles/1413089-javascript-api-reference#playback

This question has received the maximum number of answers.