
Get Time Ranges Played
Hello everyone,
I've recently switched from using plain HTML5 video to using JWPlayer, and I was wondering if there is an equivalent to the played property accessible from the HTML5 player.
For those unfamiliar, it returns a ranges object, which basically contains a list of pairs like (x,y) indicating that the viewer watched from x to y. It was useful for information on sections actually watched, even if the user skipped around. The documentation is here:
http://www.w3schools.com/tags/av_prop_played.asp
Is there anything like that available via Javascript for the JWPlayer? Or an alternative way to capture the amount of the time the user watched the certain parts of the video?
Thanks!