You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AS3 HttpClient
I have a https server run on 4343. So I changed
DEFAULT_HTTPS_PORT:uint =4343.
I got security error. I have put the crossdomain.xml at server's root
directory.
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*" to-ports="*" />
</cross-domain-policy>