Hello

I'm having a little problem here. I am using Flash MX 2004 - Proffesional. I
have a dynamic sound ("GavSound")loading in at the beginning of the flash file.

var GavSound:Sound=new Sound(GavSound)
GavSound.start(0,99999)
container.vol=100
GavSound.setVolume(container.vol)

This sound loops over and over and is controlled with a volume slider I
created. My problem arrises when I load an external swf in using the
loadMovieNum command. This swf has the new media player component and begins to
play an external .FLV. When the person presses the play button i have script
that is supposed to fade out the GavSound. It does just that.... except its
fading out the .FLV's sound as well. I need the dynamic sound to fade out and
the FLV sound to keep playing. I'm trying everything I can think of here and
it's not working. Any help would be appreciated

Thanks
Brya