User Guide

418 Chapter 2: ActionScript Language Reference
Include the superdomain in connectionName in the sending LocalConnection object—for
example,
myDomain.com:myConnectionName. In the receiving object, use
LocalConnection.allowDomain to specify that connections from the specified superdomain
will be accepted (in this case, myDomain.com) or that connections from any domain will
be accepted.
Note: You cannot specify a superdomain in connectionName in the receiving LocalConnection
object—you can only do this in the sending LocalConnection object.
Example
For an example of communicating between LocalConnection objects located in the same domain,
see LocalConnection.connect(). For an example of communicating between LocalConnection
objects located in any domain, see LocalConnection.allowDomain. For an example of
communicating between LocalConnection objects located in specified domains, see
LocalConnection.allowDomain and LocalConnection.domain().
See also
LocalConnection.allowDomain, LocalConnection.connect(),
LocalConnection.domain(), LocalConnection.onStatus