stopAllSounds() in as3

Posted by druva | Flash, Flex, as2, as3, utils | Saturday 27 December 2008 3:50 am

stopAllSounds() is used in as3

in as3 you have to import the class

import flash.media.SoundMixer;

and call when required

SoundMixer.stopAll();