stopAllSounds() in as3
stopAllSounds() is used in as3
in as3 you have to import the class
import flash.media.SoundMixer;
and call when required
SoundMixer.stopAll();
stopAllSounds() is used in as3
in as3 you have to import the class
import flash.media.SoundMixer;
and call when required
SoundMixer.stopAll();