Music volume

hey I have an mp3 playing on a site that I am creating and it playes way to loud, is there anyway to lower the volume in flash of do I have to go else where

Hi,

I had the same problem some time ago, senocular helped me out (thx for that sen :)) Check it here: http://www.kirupaforum.com/forums/showthread.php?s=&threadid=20340.

Hope this helps you out :slight_smile:

Voetsjoeba.

that is a little more complex then what I’m looking for, I just want to set a volume and let that run the entire movie, i don’t really need a user interface for what i’m trying to do

thanks

http://www.flashkit.com/tutorials/Audio/Flash_MX-Kenny_Be-824/

ok so I went through this tutorial and got the music to play. however the script that is beign used is not changing the volume


         
          myLoop = new Sound(myLoopMc); 
          myLoop.attachSound("myLoop01"); 
          myLoopVolume=100;  
          myLoop.setVolume(myLoopVolume);
          myloop.start(0,999);