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

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