SoundManager icon indicating copy to clipboard operation
SoundManager copied to clipboard

no Pause Music functionality in SoundManager

Open n2oula opened this issue 11 years ago • 4 comments

is there any easy way to add a pause functionality to PlayMusic? It can be sometimes essential to be able to pause a music that's playing and resume it later on at the same timing we paused it.

n2oula avatar Nov 26 '13 16:11 n2oula

Yes. If you play your music directly using a Sound object instead of through the SoundManager interface, you can pause and resume from the point you left off.

nicklockwood avatar Nov 26 '13 17:11 nicklockwood

Thank you for your prompt response. I was able to modify the SoundManager and created the Pause / Resume Music playback modules. Tested it, it's working.

I can share the code if you want.

n2oula avatar Nov 27 '13 14:11 n2oula

@n2oula share the code please

Meseery avatar Feb 20 '14 10:02 Meseery

@n2oula @Meseery Hi. So, guys, have you Pause implementation?

Deliaz avatar Apr 29 '15 15:04 Deliaz