This content has been marked as final.
Show 1 reply
-
1. Re: Crossdomain.xml on netty server?
kglad Jun 10, 2013 6:39 AM (in response to sivacse24rep)the easiest way to avoid cross-domain issues, is to use a local executable (like a php file) and have that executable load your cross-domain assets and pass them to your local swf.
otherwise, you must correct your crossdomain.xml file. to start, you need a cross-domain meta policy file that is in the host server's root directory. if you don't have access to the root directory, you don't control that server and you are not allowed to place policy files on it. (see above solution.)



