icewater1
05-24-2003, 02:55 AM
trying to start a .mp3 file sort of in the middle of a movie... the first scene is the loading sequence....then onto the 2nd scene if the loading sequence hasn't been skipped.... ok so far so good.
Now, at the start of the 2nd scene i have placed the .mp3 file to play using the the following code:
cheer_sound = new Sound();
cheer_sound.attachSound("music_sound");
_root.onEnterFrame = function() {
mouse_sound.start(0, 1);
};
my problem is that the code works fine until the music starts playing....it sounds as though it's looping over itself on each frame... any clue what i'm missing?
TIA
Now, at the start of the 2nd scene i have placed the .mp3 file to play using the the following code:
cheer_sound = new Sound();
cheer_sound.attachSound("music_sound");
_root.onEnterFrame = function() {
mouse_sound.start(0, 1);
};
my problem is that the code works fine until the music starts playing....it sounds as though it's looping over itself on each frame... any clue what i'm missing?
TIA