PDA

View Full Version : Strange issue with Firefox ?!?!?!?!


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();

dirtyprincess
03-22-2008, 11:38 PM
With Safari I get the same stuff.
Streamed audio is mp3 common encoded with Adobe Audition, 48 Kbps, 24.000 Hz, Stereo.
Some hours ago I installed the Flash CS3 trial... Maybe this issue started at this moment...