Hi, I added the line
Security.loadPolicyFile("http://localhost:7001/test/crossdomain.xml");
on my ViewerContainer.mxml in
private function initializeHandler(event:FlexEvent):void
but the Flash Builder Console write me this warning:
Warning: Ignoring <site-control> tag in policy file from http://localhost:7001/test/crossdomain.xml. This tag is only allowed in master policy files.
Warning: Domain localhost does not explicitly specify a meta-policy, but Content-Type of policy file http://localhost:7001/test/crossdomain.xml is 'text/x-cross-domain-policy'. Applying meta-policy 'by-content-type'.
and when I run the application my browser network traffic send me this
"NetworkError: 404 Not Found - http://localhost:7001/crossdomain.xml"
but my problem is that I cant put crossdomain.xml in the root...because in the server I can only point to a subfolder (to a specific path)...
Thanks,
Naty