Preloading xml in firefox

Hey guys -

I’ve noticed that preloading for instance the kirupa xml gallery in Firefox
seems to work differently to IE.
Example - in IE it starts with the percentage 0 and moves along, but in Firefox
it shows NaN (not a number) at first and moves along thereafter.
In the flash IDE it works perfect - just wandering if anyone of U have had experinced similar behaviour - and perhaps - found a cure for it.

Thanx in advance

I’ve been having a similar problem as well. How’d you figure out that FireFox starts preloading from NaN? That’s a great find.

Keeping that in mind…would this work?


if((xmlData.getBytesLoaded() >= xmlData.getBytesTotal()) && !isNaN(xmlData.getBytesLoaded()))

I’m gonna upload the code to my server and see if it works.