PDA

View Full Version : Volume Control Problem


nutrx
03-29-2006, 11:02 AM
hi guys... i had problems with my prealoader whenever i use attachSound() and having "linkages" for mp3s...

it seems that mp3 load before even loading the preloader graphics... so the preloader shows up only when it loads 97%,98%,99% and 100% of the entire movie...

i cant seem to find any fix for this so what i did was to drag the mp3 in the main timeline (so that i wont be using attachSound)...

the preloader works fine with this... but now i cant seem to mute (volume 0) the sound...

when i used sound objects it was easy muting with the .setVolume(0)

is there any code which turns the volume to 0 without using sound objects???

i thinks theres a stopAllSounds command which stops all playing sound... is there a code which will set all volume to 0 ???

Note: i dont want to stop sound, i want its volume to be set in 0 and 100

Cota
03-29-2006, 01:00 PM
why not use the sound object?

nutrx
03-29-2006, 11:23 PM
:D

solved it... i had problems with sound objects when preloading it...

:D

i now used sound objects again...

there was a problem with preloaders when loading large mp3s

:D