PDA

View Full Version : Audio Level Issue


andrewcharon
06-24-2008, 04:14 PM
I'm doing a timeline animation and synching it to audio using streaming sound. When I preview the audio within Flash, the levels are correct, however when I create a SWF the volume decreases at least 50%. I tweeked the compression settings and that doesn't seem to make a difference in the levels. Does anyone know what I can do to fix this>

sleepydad
06-24-2008, 06:05 PM
Have you tried creating a sound object rather than placing the sound on the timeline? ie ...

var mySoundObject:Sound=new Sound();
mySoundObject.attachSound("name");//sound in your library
mySoundObject.setVolume(100);//number in parentheses can be 0-100
mySoundObject.start();

atomic
06-25-2008, 03:21 AM
What are you compression settings?

Are you overriding the audio stream sounds settings?

File -> Publish Settings -> Flash tab