Unde-bloody-fined

AHAH i have a carousel that has some problems

carousel > XML > ASP

the carousel looks in the XML to find the ASP file location. then from the ASP file loads some images (the file names are in the ASP file).

for Firefox it is great (Firefox continuously loads until all is loaded then stops)

but windows internet explorer will load ONCE and only once. this means that it doesn’t load the ASP file in time and all the images dont load and any other information under the spinning images is undefined.

i know the information and images are there because when i refresh it works fine (it caches the information previously loaded)

is there a way to make sure the XML and ASP file is done loading in time?

Thanks,

Stupid Saint

I don’t know asp, but if it were php, you could point the carousel to the php file and then make the php generate an XML file and send a “content-type” header to make the page identify itself as an xml file

well…

you could preload the xml, and tell flash to only continue when the information is all loaded…