not working too on my Mac10,1,82,76 debug player,
but works fine on same version non-debug.
my crossdomain.xml file is like this, and I'm sending Content-Type: text/x-cross-domain-policy
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="swf.wonderfl.net" />
<site-control permitted-cross-domain-policies="by-content-type" />
</cross-domain-policy>
Hi mash,
your code works for me (WIN 10,1,50,426 debug), however when I use your crossdomain.xml on my domain (Content-Type: application/xml) it throws error... I guess this is due to "by-content-type: [HTTP/HTTPS only] Only policy files served with Content-Type: text/x-cross-domain-policy are allowed"
.... hmm ... blogged http://blog.yoz.sk/2010/09/security-loadpolicyfile-ignored-not-at-all/