Your crossdomain.xml needs to be this way -
<?xml version="1.0" ?>
 <cross-domain-policy>
<allow-access-from domain="*" />
<site-control permitted-cross-domain-policies="all" />
<allow-http-request-headers-from domain="*" headers="*" />
</cross-domain-policy

- i have faced this issue many times and it has always worked  with the above mentioned crossdomain.xml
Hope this helps
Vatsala
On 28-07-2010 17:44, Raj wrote:
Hi Dear all
               I am working on chart application and the data is
coming from XML its working fine and showing me all data in my local
machine,but when I am trying to retrieve this file from server I am
getting error:

This is my Error;

faultCode = "Channel.Security.Error"
    faultDetail = "Destination: DefaultHTTP"
    faultString = "Security error accessing url"

I tried a lot to do even I used crossdomain.xml file in my rootfolder.
My crossdomain.xml format look like this:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
<allow-http-request-headers-from domain="*" headers="SOAPAction"/>
</cross-domain-policy>

can any one help me on this guys its very urgent for me.
can any one send me the location which I am doing for my
crossdomain.xml file.

  

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

Reply via email to