MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 407

Actionscript language reference
Table of Contents

Advertisement

};
my_lc.allowInsecureDomain = function(sendingDomain:String) {
return (sendingDomain == this.domain());
}
my_lc.sayHello = function(name:String) {
welcome_txt.text = "Hello, "+name;
};
my_lc.connect("lc_name");
See also
LocalConnection.allowDomain,
LocalConnection.connect()
LocalConnection.allowInsecureDomain
407

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents