Volume in flash (NOT SLIDER) :)

I imported some sound files in flash, and can’t seem to mess with the volume of the clips. some are really loud and I want to turn them down a bit. how can I do that?

mySound.setVolume(50);[/AS] where mySound is your sound object, and 50 is a number between 0 and 100, 0 being mute.

Thanks!