Nimaro
11-13-2009, 08:58 AM
Hy everyone,
I use this function to start the music in my project
function tocar() {
soundFactory.addEventListener(Event.COMPLETE, completeHandler);
soundFactory.addEventListener(IOErrorEvent.IO_ERRO R, ioErrorHandler);
soundFactory.addEventListener(ProgressEvent.PROGRE SS, progressHandler);
soundFactory.load(request);
song = soundFactory.play(); }
--------------------------------------------------------------------------
Now i wana low volume of the music. I thought it was something like song.volume = 90; but i was wrong :p
Can u guys help me on this???
I use this function to start the music in my project
function tocar() {
soundFactory.addEventListener(Event.COMPLETE, completeHandler);
soundFactory.addEventListener(IOErrorEvent.IO_ERRO R, ioErrorHandler);
soundFactory.addEventListener(ProgressEvent.PROGRE SS, progressHandler);
soundFactory.load(request);
song = soundFactory.play(); }
--------------------------------------------------------------------------
Now i wana low volume of the music. I thought it was something like song.volume = 90; but i was wrong :p
Can u guys help me on this???