I have I big problem with playing a audio file in IE. It freezes during 20
seconds!!!.

I start playing the audio (the audio starts), and then, the browser doesn't
response in 20 seconds ( with 80-90% of cpu usage) and the sound continue
playing. After this 20 or 30 seconds, it's goes well.

Is only in Internet Explorer, in Firefox goes well.

My code:

          soundObject = new Sound(soundClip);
           soundObject.onSoundComplete = function() {

           };

           soundObject.loadSound(currentURL,true);
           soundObject.setVolume(currentVolume);
           soundObject.start(currentPosition);

I need to play the audio in streaming mode, because I want to start after
few seconds.

Anybody has fixed it?

I use IE 7, but in IE6 the problem is the same.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to