Controlling sound object

Hi,

I have a sound object in my movie called ‘muzik’.
I start it playing on first frame on the first scene.
How Could I make that sound to “Fade Out” on some event?

I know, that I can control its volume using setVolume method.

muzik.setVolume( value );

Is there any property of a sound object like muzik._volume?

thanks

sorry, i found the answer by my self:
http://www.flashkit.com/tutorials/Audio/Sound_Fa-Agamemno-703/index.php

but if you still got some other methods, please post’em :slight_smile: