Is there any method to get the current playback time of the video
I'll write a wrapper for this - HTML5 is easy but it'd be good to wrap them all into one API method.
Currently, is there a way to get the progress in seconds?
Just push version 1.8.8 with a new API method getCurrentTime which will return the currentTime in seconds (as a float). This works with all media types.
Real developers code on weekends. Thanks a bunch!
Is there any documentation about it?
@a-barbieri: It's player.currentTime now and the documentation is at the github page.
Most helpful comment
@a-barbieri: It's
player.currentTimenow and the documentation is at the github page.