HTTP to HTTPS protocol access between SWF files 709
■ If the called file is published for Flash Player 6 and you want to port the called file to Flash
Player 7, include
System.security.allowInsecureDomain or
LocalConnection.allowInsecureDomain in the called file, using exact domain-name
matching, as shown in the code examples earlier in this section.
■ If the called file is published for Flash Player 5 or earlier, and both files are not in the same
domain, you can do one of two things. You can either port the called file to Flash Player 6
and add or change a
System.security.allowDomain statement, using exact domain-
name matching, as shown in the code examples earlier in this section, or you can port the
called file to Flash Player 7, and include a
System.security.allowInsecureDomain
statement in the called file, using exact domain-name matching, as shown in the code
examples earlier in this section.