Helen, I'm going to assume you've downloaded the XML source data for discussions purposes. If that isn't the case, I stand corrected and let me know. Now, on to the show...
Is it possible to load the interface up in 'logical' chunks? If so, one way to do that, and we've done so successfully on some complex XML files, is to run Xpath methods on the source data to return the various data sets required... Hope this helps... -- Dok Skyymap Inc. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oleg Filipchuk Sent: Wednesday, November 02, 2005 4:09 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Forcing Flash going to next frame while executingcode? + MultiThreading in Flash? Hi, why don't you parse your xml with using of setInterval? On 11/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is this possible ? I have a large xml-file which is parsed. This tends > to freeze help of setIntervalapplication several seconds (in case of a > really big xml-file, a popup can occur whith script time out error). > Is it possible to force Flash to jump to a next frame without stopping > the execution of code? And is it possible to set this script time out > higher? > > > > Breaking the xml in several peaces is an option we have already done, > but still I would like to know if it is possible to force flash to a > next frame. > > > > Another question : Is it possible to start another thread to execute > some operations in the background? > > > > Thx, Lieven Cardoen > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

