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