Different PlayMusic behavior in Flash

Monkey Forums/Monkey Programming/Different PlayMusic behavior in Flash

benmc(Posted 2012) [#1]
It seems that PlayMusic on iOS, Android and XNA won't restart the music if called while the music is playing.

Flash seems to restart the song from the beginning if it's called and the music is already playing.

I'm not sure which one is better, but this appears to be what is happening.

OR

Is it possible that when PlayMusic is called on iOS and Android, StopMusic is called, but then the music is just picking up from where it left off?