Groups | Blog | Home
all groups > flash actionscript > march 2005 >

flash actionscript : Loading XML file - Maximum Size ?


mpetty
3/18/2005 8:36:50 PM
How big are you defining as huge?

I haven't had any problems with 100-200k. I find it's not so much in the
actual loading of the file, it's the serialization of the data and how you
attempt to extract something meaningful from the nodes and attributes. Any
routines that aren't refactored to their minimum will begin to rear their
cpu-devouring heads especially for larger data processing.
karuna
3/18/2005 8:55:59 PM

Huge XML files cant be loaded into flash players. It hangs when attempted.

Whats the descent max size of XML file that i can load using
XML.load(file_url:String); ?

--
[quoted text, click to view]

AddThis Social Bookmark Button