flash mute button
flash mute button
Out of context: Reply #7
- Started
- Last post
- 11 Responses
- ahli0
yo Bullitt its easy (I presume you can code a button in AS3)
var channel:SoundChannel;
var transformer:SoundTransform;transformer.volume = 0.0;
channel.soundTransform = transformer;