I'm having a problem with my button sounds in CS3 on a mac.
My file is being published using AS 2 & as a Flash 7 swf.
All buttons use the same mp3 sound, which has the id "blip"
in the library.
The code on frame 1 of the main timeline sets the sound
properties:
sound = new Sound(this);
sound.attachSound("blip");
sound.setVolume(20);
Each button/movieclip has a stop(); in frame 1.
There are invisible buttons over the movie clips that control
the glow animation.
l1_btn.onRollOver = function() {
b1.play();
};
The blip sound is on frame 2 of each button clip. It is the
same for all the buttons.
Some buttons (2, 3, 4, 5) seem to play back the sound at a
reduced volume...
Here's a link to the file if anyone can help please.
Button
SWF Page.