Hi All,
I got into IE crash issuie. If I use HTTP service to load XML file it is
working fine and If I start using <mx:XML IE is crashing . I am using
version 7 . Both the approches are working fine in Firefox . I checked flex
logs but no errors reported. Can some body help me ? Thanks for checking.
The file size I am using is around 3 MB.Is there any size limit? Because if
I reduce 5 nodes in XML randomly It is working fine .If I add any one node
again It starts crashing.
<mx:XML id="stuData" source="students.xml" format="e4x" />
<mx:HTTPService id="tempXML"
url="xml/students.xml"
resultFormat="e4x"
result="getStudents()" />
Regards
Kiran
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---