You can call it the global mute as well. What this line of code does is actually just turning down the entire flash’s volume down to 0. This is great for websites or games alike when a “Sound Off” or “Mute” feature is needed.
SoundMixer.soundTransform = new SoundTransform(0);
THANK YOU! You just saved me from hearing the same sound in error about a million times. hahaha thanks so much.
Lovely…
Thank you..
Thanks a lot
Master Edwin, thanks a lot for share this simple but powerfull solution.
Im sure you going to climb as high as you want in your professional life.
Saludos from Mexico.
Thanks a lot! That just saved me so much time in my exam project
Thanks for this, been looking for an answer all afternoon