/ Published in: ActionScript 3
Used to mute all sound coming from a swf
Expand |
Embed | Plain Text
SoundMixer.soundTransform = new SoundTransform(0);
You need to login to post a comment.
Drakkon on 07/14/10
2 people have marked this snippet as a favorite
Used to mute all sound coming from a swf
SoundMixer.soundTransform = new SoundTransform(0);
You need to login to post a comment.