Where have you placed your crossdomain.xml?

2009/5/19 Endel Guimarães Silva <endel...@gmail.com>

> I had this error once, too. But that time, it was caused by a malformed
> XML. Check this out too
> On Tue, May 19, 2009 at 4:35 AM, natarajan santosh <vnatrajan...@gmail.com
> > wrote:
>
>> Hi
>>
>> Here am facing the issue "SecurityError: Error #2047: Security sandbox
>> violation: "
>> when am accessing http://myip:8600/abc.swf  am getting above issue
>>
>> i did 3 steps to fix the issue
>>
>> 1. Security.loadPolicyFile("http://myip:8600/crossdomain.xml";);
>> crossdomain.xml
>> ~~~~~~~~~~
>>    <?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="*" secure="false" useProxy="false" />
>>    </cross-domain-policy>
>>
>> 2. i added compiler arguments      -use-network=false
>>
>> 3. in creation complete i gave Security.allowDomain("http://myip:8600";)
>>
>> even though i am getting the same issue
>>
>> Help me
>>
>> Thanks in Advance
>>
>> Regards
>> Natarajan V
>>
>>
>>
>
>
> --
> Endel Guimarães Silva
> Eccen - Excelência em Tecnologia
>
> Fone +55 19 3231-2988 - Fax + 55 19 3231-2914
> endel.guimar...@eccen.com.br
> www.eccen.com.br
>
> >
>

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