Hello there,

Are you developing a web application & trying to access web URL..? if
yes then,

Flash player maintain a security sandbox (you can Google on this). If
you are doing this for production then you can allow flash player from
Global security setting.

Open the below url and all you application Folder path in
that(Alternatively you can also add C: or D:)

Global Security Settings panel:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

Please let me know, if you have any doubts.

Thanks,
Swapnil


On Jul 28, 5:14 pm, Raj <[email protected]> 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