So I’m having some problems with Flex3 and sandbox security stuff. I’m running a java applet on my computer (so I’m connecting to “127.0.0.1” , no http) and doing some stuff with xml sockets.
I know I’m supposed to create a crossdomain.xml file, but I don’t know where to put it, it’s not like I have a root on my windows machine, or is it ?
My crossdomain.xml btw
<?xml version=“1.0”?>
<cross-domain-policy>
<allow-access-from domain=“127.0.0.1”/>
</cross-domain-policy>