Performance issues loading XML in Flash

Hi,

I am trying to load dynamic data into Flash in the form of XML. The XML data coming in is about 20KB but I see noticeable performance issues with the XML load and parsing (takes about 3 secs).

From what I’ve read, it is suggested to break the XML down to smaller peices and load them in different frames. Loading data in different frames does not work in my case since I need to display all the results returned.

If anybody has knowledge in this area, please let me know your suggestions.

Thanks in advance!