HectorCollector
Programmer
Hello!
I do initiate some small mp3´s (5-150 kB) in the first frame in the timeline with the command:
snare = new Sound(snareSoundMC);
snare.attachSound("snareSound");
After this, I start to play some of the mp3´s together and it works out just fine. The problem beginns later in the movie when I like to start some new sounds (they are also initiated in the first frame) with the command:
_root.bass.start();
Then the program stops and need several seconds to start playing again. It seems like Flash needs to reload the mp3´s again before it can start to play. Do you have a solution to make this step go faster I´ll be gratefull.
I do initiate some small mp3´s (5-150 kB) in the first frame in the timeline with the command:
snare = new Sound(snareSoundMC);
snare.attachSound("snareSound");
After this, I start to play some of the mp3´s together and it works out just fine. The problem beginns later in the movie when I like to start some new sounds (they are also initiated in the first frame) with the command:
_root.bass.start();
Then the program stops and need several seconds to start playing again. It seems like Flash needs to reload the mp3´s again before it can start to play. Do you have a solution to make this step go faster I´ll be gratefull.