SkipFire
13 years agoVisitor
roAudioPlayer isPlaying?
Is there any isPlaying property for the audio player? I am trying to implement the progress bar and as long as I don't pause or stop playback it seems to work ok, but as soon as a use pause or playback the counter gets out of sync with where the song actually is, and if the stream gets interrupted I am totally out of whack.
Ideal would of course be to have it work more like the video side where it can handle progress relatively automatically, but just adding the length property and isPlaybackPosition message would really make it pretty easy to implement progress bars.
Ideal would of course be to have it work more like the video side where it can handle progress relatively automatically, but just adding the length property and isPlaybackPosition message would really make it pretty easy to implement progress bars.