This thing is driving me INSANE. I am connecting to a Java game server via an XMLSocket and serving the crossdomain.xml policy file via loadPolicyFile(). The problem is, the thing either works, or it doesn’t. Is there any way I can get any status information back from loadPolicyFile() ? Anything would help – file didn’t load, file is invalid, anything. Is there a way to attach an onLoad handler to this? The documentation claims that this thing will wait for a response before it attempts any connections. But I have no idea if it is doing that and THEN failing, or what.
Thanks for any help!