|
|||||||
| Tutorials:flash:actionscript:cross-domain_scripting | ||||
|
If you have a movie at http://www.mysite.com/controller.swf that needs to load another movie from http://utility.flashutils.com/helper.swf and call methods defined in helper.swf, Macromedia Flash Player 7 allows the process as long as you put the following ActionScript in helper.swf: System.security.allowDomain( “www.mysite.com” ); |