dirtyprincess
03-22-2008, 10:53 PM
I have a movie which loads on streaming some mp3, it runs smooth with IE but in Firefox, the mp3 has a different bitrate, like 3 times faster, it sounds funny but is not what I was looking for exactly.
Never seen something like this before....
Maybe has something to do with plugging or with the fact that I have installed today the trial of Flash CS3 and with it comes the CS3 player???
stop();
function loadSounds(speech){
s = new Sound();
s.loadSound("audio/"+_global.speech+".mp3",true);
s.setVolume(50);
}
_global.speech = "hello";
loadSounds();
Never seen something like this before....
Maybe has something to do with plugging or with the fact that I have installed today the trial of Flash CS3 and with it comes the CS3 player???
stop();
function loadSounds(speech){
s = new Sound();
s.loadSound("audio/"+_global.speech+".mp3",true);
s.setVolume(50);
}
_global.speech = "hello";
loadSounds();