Issue 78 in sekati: sekati.media.MP3.isPlaying true after pause() call.

0 views
Skip to first unread message

sek...@googlecode.com

unread,
Oct 23, 2009, 2:32:19 PM10/23/09
to sekat...@googlegroups.com
Updates:
Status: Fixed

Comment #2 on issue 78 by sekati: sekati.media.MP3.isPlaying true after
pause() call.
http://code.google.com/p/sekati/issues/detail?id=78

Fixed: now checks paused status:

public function get isPlaying() : Boolean {
return (_isStarted && !_isPaused) ? true : false;
}

Shouldn't interfere with FLVPlayer or MP3Player COMPLETE listeners.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply all
Reply to author
Forward
0 new messages