loadMovie and overall sound volume

I have one movie that loads many movies with loadMovie. Each movie have sound with diffent volume. So, I want to set volume for all loaded movies. How to do it? is possible? :S

I try something silly like this, but don’t works, _root is not a sound object. :ko:


_root.setVolume(50);

Many Thanks!