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

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -