Friday 15 January 2010

javascript - Wimpy player - check if player playing -



javascript - Wimpy player - check if player playing -

how can check if wimpy player playing? can see in api there getstatus() function i'm not sure of usage determine if player playing:

http://www.wimpyplayer.com/docs/api/getstatus.html

from supplied link http://www.wimpyplayer.com/docs/api/getstatus.html

getstatus() follow displays info contained in returned object

status indicates if paused (0) or playing (1)

sample

if (myplayer.getstatus().status) { // playing } else { // not playing }

javascript jquery

No comments:

Post a Comment