How would you "break it up"?

Overwrite the onData event, take the data as a string and pass it off to a frame loop that parses x number of records per frame. You can teak the number of records per frame to fit the app, depending on how long parsing takes.

The easiest way to do that is to not use XML at all, but use a format that is easier to parse, like comma delimited or fixed-width. Check the archives, it's been discussed at length before.

ryanm
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to