I think you can control all of the sound in a Flash movie like so:

        var globalSound:Sound = new Sound(_root);
        // Mute.
        globalSound.setVolume(0);
        // Restore.
        globalSound.setVolume(100);

―
Mike Keesey

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to