Hello. Cna anybody share with his socket experience.
For 2 days im trying to make sockets and no results
always 2031 ioerror and 2048 secureerror
added
Security.loadPolicyFile(url to crossdomain.xml);
Security.allowDomain("*");
Security.allowInsecureDomain(("*");
got secureerror from Security.allow with 3207 error but couldn understand
what about debug it means and what to do and when it works.
crossdomain.xml in the server root.
<?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="*" />
<site-control permitted-cross-domain-policies="master-only"/>
</cross-domain-policy>
Thanks for any comments
--
//-------------------------
Best Regards,
Anton Bondarenko