PDA

View Full Version : Progressbar and loader. Work with Firefox but not IE.


SHiGE
04-19-2005, 09:31 AM
I have this simple preloading.

content_stage.contentPath = filename;
content_stage.scaleContent = false;
pBar.label = "%1 out of %2 loaded (%3%%)"
pBar.conversion = 1024;
pBar.source = content_stage;
content_stage.load();

The problem is, it work nicely when testing with Flash Bandwidth test. After uploaded to the server, it work nicely if browsing using Firefox 1.02. But when i try using IE6, it won't work. The progress never move at all during and even after the content is loaded.

I tried the addEventListener method. Same result. The Loader.complete was triggered but the Loader.progress did not. But everything work fine in Flash bandwidth test and using Firefox.

Someone plz help.

Thank you.

SHiGE
04-22-2005, 01:42 AM
Nobody can help me?

I don't think it has anything to do with the script. I think IE somehow is not compatible with the Loader componenet or the Loader.progress script.

If I were to use the old methods using multiple frames for the preloading, it works fine for both browser.

sprugman
08-19-2005, 06:30 PM
Did you every solve this? I just spent 2 weeks pulling my hair out over this issue....

DHR314
09-01-2005, 07:22 PM
I to have this issue, and I can't figure out why

andydarkwings
09-23-2005, 11:56 PM
Same problem!
Help me please! :)

www.renjith.com
12-06-2007, 06:52 AM
ie is NOT good with its own progress bar.
there is a bug logged here.

http://support.microsoft.com/kb/293373

renjith abraham (http://www.renjith.com)