Fading out sound

How would I go about fading out the main sound whenever a movie is loaded with sound in it that needs to take priority? I have an MP3 playing but when I click on a button that loads a .swf file with embedded sound I need the main mp3 sound to be lowered enough so that the .swf can clearly be heard, and then resume it it’s original volume after the .swf file is finished playing.

If anyone can provide me with a source file to achieve this I’d be extremely greatful (or point me to a tutorial). I’m a newbie in scripting and it really isn’t my field :slight_smile:

If I’m not mistaken… There are a number of sound tutorials in the kirupa tutorial’s section man…

Just check out the one that sets up volume control and you’re made… Just whenever the time comes… Fade or turn your soundclip volume down to say… 30% or so… And when the clip ends… make it fade back up…

Peace Out