Hi,

I am trying to run a servlet from a flex application to return XML
data.When i deploy this application on server and run it from the
browser i am getting the Error #2032 : Stream Error.I googled
regarding it and created a crossdomain.xml file in the root
directory.I am still once in a while getting this error.Sometimes when
i run the application in IE it works but it fails in Firefox and vice-
versa.Here is my crossdomain.xml file :

  <?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>

Can anyone suggest what could be the possible reason for the above
error ?

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 flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to