I'm loading a large xml file into flash.
I think the amount of data going into Arrays is killing my move. So what are the work arounds?
If the built-in XML parser is getting bogged because there is too much to
handle, you ought to try loading smaller chunks of data.
> I'm loading a large xml file into flash.
> I think the amount of data going into Arrays is killing my move. So what are the work arounds?