http://livedocs.adobe.com/flash/9.0/...oundMixer.html
Выключение звука:

Код AS3:
var transform:SoundTransform=new SoundTransform(0,0);
SoundMixer.soundTransform=transform;
SoundMixer.stopAll();
Включение - тоже самое, но первый 0 заменить на 1 (полная громкость) и не останавливать звуки.