Question : policy file not working

I have a crossdomain.xml in the root of our server


  SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">

  icies="master-only"/>
 
  s-from domain="*" headers="*" secure="false"/>


but it's not working - the goal is to permit swf's from any domain to access our https server.

if there's a different folder on linux that represents the 'secure' server then I guess I would need to know where that is - currently I've just FTP'd the crossdomain to our www server.
Code Snippet:
1:
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://www.site.com/blah.swf cannot load data from https://www.site.com
Open in New Window Select All

Answer : policy file not working

I recently updated our widget to include the following lines:

Security.loadPolicyFile("https://www.site.com/crossdomain.xml");

now it appears that the attempt to post to https is working in FF and NOT IE!!!

What gives?  Help!
Random Solutions  
 
programming4us programming4us