I am having hard time in getting rid of Security Violation error. I have the
crossdomain.xml file and Security.allowDomain("*") in my main Flex
application file. Is there anything else that i need to do. I am using
BlazeDS/AMF channel to communicate with my backend Java app.


On Wed, Jul 28, 2010 at 10:30 AM, Swapnil <sswapnilpa...@gmail.com> wrote:

> 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 <rajeshtech....@gmail.com> 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 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.
>
>

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