I have already solved the problem but was wondering if anyone knew why it was happening.
I load my MTASC XML Flash gallery with Firefox and all was fine. I load thumbnails from an XML file. I use onLoad to populate an array with the data from the XML file and when it is all done looping through the file I then use onEnterFrame to animate the loading of the thumnail images. I load the page in Konqueror and the XML file does not load fast enough to animate the thumbnails. Because I was only allowing one chance to loop for the thumbnails the animation of the thumbnails never occured. I solved the problem by checking that the length of the array holding the XML data was > 0. If so stop load the thumbnails and set a flag to stop looping. The big question! Why would Firefox load the XML fast and Konqueror load slow. Is the file loading not part of the Flash Player? How would IE respond? Thanks _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
