Setting the volume for the entire swf

Hi I have a scene built with some FLVs playing. How could I set the volume of the entire movie to say 50%?

I tried:
_root.setVolume = 50;

but no luck…yes I am a noob.