yerzhik Posted March 10, 2015 Share Posted March 10, 2015 Hello, I want to catch the event when the sound completes the playback and start a new sound. Searched for some examples and docs but didn't find anything. Could you show me how to do it? Link to comment Share on other sites More sharing options...
ZoomBox Posted March 10, 2015 Share Posted March 10, 2015 You should try:mySound.onStop(function(): {alert("sound stopped")});Or something like this (the syntax may not be correct). Link to comment Share on other sites More sharing options...
Recommended Posts