Question : domain question

assume webservices sitting on 10.0.1.2
i have a swf file that connects to the webservices on 10.0.2.2

crossdomain etc on 10.0.1.2 exists
allowscriptaccess on file in10.0.2.2

should this be doable right?
what am i missing?

Answer : domain question

Assuming that you copy+pasted the content of your crossdomain.xml, the document is not a valid XML document, since you open the parameter for domain with " and close it with ' ... if this wasn't the case, then give my xml file a try.

Your problem is certainly not a sandbox issue, as the picture tells us, that the Flash Player Plugin died. This is not a sandbox issue, as you usually get popups from the flash-player complaining about these.

1:
2:
3:
4:
<?xml version="1.0"?>
<cross-domain-policy>
    <allow-access-from domain="*" to-ports="*" />
</cross-domain-policy>
Random Solutions  
 
programming4us programming4us