Hi all!
I’m pounding my head on this one trying to figure this out. I’ve got a swf that works fine if the URL has WWW. When the WWW is taken out, it won’t load any of the swfs via XML. I’ve added the crossdomain.xml to include the sites
<cross-domain-policy>
<allow-access-from domain="site1"/>
<allow-access-from domain="site2 without www"/>
</cross-domain-policy>
I’ve imported import flash.system.Security and set the allowDomain to “*”. Any ideas? Thanks