I'm using JW Player 7 javsacript version. It is really nice. But my videos are hosted on Amazon S3. Now I'd like to know is there any way to detect how long has user played video or how many seconds the video was played?
Look at the API call, getPosition()
.
var currentPlayTime = jwplayer().getPosition();