HTTPS Data access from HTTP content
In order to access HTTPS data (requests) from HTTP pages (or Flash movies i.e. swfs ) set the cross domain policy as such.
<cross-domain-policy><allow-access-from domain="*" secure="false"/>
</cross-domain-policy>The domain in the example is specified as * but you can restrict the domain as needed.
Adobe artilce with a detailed cross domain file specification http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
