Page is a not externally linkable
rhonda427 - 1:04 pm on Feb 26, 2011 (gmt 0)
Found out that this had to do with a missing crossdomain.xml, but I can also understand that there could be severe security issues connected to using such a file. Based on that I only need the above flash, how could I make this file securely?
At this moment I have tested that the "normal" and unsecure file works well: <?xml version="1.0" ?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
Thanks for any help :)