Please don't reply.
The problem was that I never refenced a especific target for
each instance
of Class Sound
var myVideoSound:Sound = new Sound ( myNetStream );
var myAudioSound:Sound = new Sound ( mcAudioSound );
...
"SteveStall" <> wrote in message
news:e80bl2$3af$1@forums.macromedia.com...
> Hello,
>
>
>
> I'm having problems with lowing down the volume of an
audio sound (mp3
> sound attach) without affecting a video (streaming)
sound volume.
>
> It seems that flash assumes that the Sound volume
controls all sounds
> in stage.
>
>
>
> Can anyone help?
>
>
>
> Thanks
>
>
>
>