I have XML with nearly 2500 nodes in it. Using this XML I have to display data
inside separate movieclips using for loop. Its taking too much time to
display.....
I donot know whats the exact problem whether it is because of heavy XML file
or attaching 2500 movieClips or whats exactly......
The Feldkircher - 13 Nov 2007 12:31 GMT
Hi
2500 Movieclips? Do you really need them all at the same time?
Raymond Basque - 13 Nov 2007 12:34 GMT
Is the XML too large? That would depend on what's in the nodes I suppose.
Fairly easy to test -- just load the data without creating the MovieClips to
determine if the load time is satisfactory.
Do you really need to create all 2500 MovieClips at the same time? I can't
imagine that many on the stage at once. You could create them as needed, or
reuse existing MovieClips.
adobeAtul - 25 Apr 2008 12:49 GMT
HI Raymond Basque And The Feldkircher,
Thanks for your reply. But I did just creating 5 movieclips and then reusing the movieclips for displaying the data on scroll event.