JwPlayer: Get the Exact postition with getPosition() -



JwPlayer: Get the Exact postition with getPosition() -

i able alert position of video using jwplayer().getposition() function 3.6064999999999996 timer on video showed me 03:36. how can position 03:36 instead of 3.6064999999999996?

screenshot: http://i.imgur.com/m8u2u.png

any help appreciated.

taking fractional part , multiplying 6 give number of seconds.

examples: 0.5 * 6 = 30, 0.6 * 6 = 36

jwplayer

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -