Skip to main content
DJ Gecko
Inspiring
August 20, 2009
Question

Global volume control for all sounds in a swf

  • August 20, 2009
  • 1 reply
  • 557 views

Does anyone know of a way to adjust the volume of all the sounds in a swf?  I'm looking to build a volume controller that changes the audio level of the swf.

Thanks!

This topic has been closed for replies.

1 reply

DJ Gecko
DJ GeckoAuthor
Inspiring
August 25, 2009

I used:

SoundMixer.soundTransform = new SoundTransform(0);

and that mutes all sounds in my swf.