Hi, I am calling a servlet from my flex application and returning XML . But i am getting the dreaded Error #2032 Stream Error. I googled about this error and added crossdomain.xml in the root directory.I am still once in a while getting the above error. Sometimes it works fine when i test it in IE6 but it fails in Firefox and vice-versa.Here is my crossdomain.xml where i have given every possible permission possible :
<?xml version="1.0" ?> - <cross-domain-policy> <site-control permitted-cross-domain-policies="all" /> <allow-access-from domain="*" secure="false" /> <allow-http-request-headers-from domain="*" headers="*" secure="false" /> </cross-domain-policy> Could someone please suggest what might be the possible reason for the above problem? Thanks, Shishir. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

