Hi,
I am having problem in displaying bulk xml data in flash. I am using preloader for xml and then displaying the records. My xml file works absolutely fine on the local machine / server. XML is file getting generated at run time and is getting parsed in flash and displayed in diff formats.
My problem is it works fine on local machine but when its actually runs on web it outputs NO RECORD FOUND. Its an error displayed by me only, ie when no records is their in XML File like :
<report>
</report>
I am taking user to a particular frame (5) where this error is being displayed when such situation occurs. I am fetching records from xml file using around 10-15 array objects (few of them are 2,3 and 4 dimensional arrays also).
Why this doesnt work for more than 10 or 15 records on the web. The output is very uncertain. Is there any proble if i am reading 100 of records using array and trying to display them in flash…like some memory management issue and all…any one can come out with any solution on it …pls help me…meanwhile i am also tracing the same problem…
Thanks
aShIsH