Flash - Loading data from HTTPS server
You have a Flash SWF file on server http://www.somewhere.com. You are trying to load data with a Loader or URLLoader from an SSL server https://www.anotherplace.com. You have set up your crossdomain.xml file on anotherplace.com to allow-access-from domain www.somewhere.com. You get a sandbox security error and it fails to load. But your crossdomain.xml looks fine. What’s wrong?