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.
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.