User Guide

712 ActionScript classes
Event summary
Constructor summary
Event Description
allowDomain =
function([sendin
gDomain:String])
{}
Invoked whenever receiving_lc receives a request to invoke a method
from a sending LocalConnection object.
allowInsecureDom
ain =
function([sendin
gDomain:String])
{}
Invoked whenever receiving_lc, which is in a SWF file hosted at a domain
using a secure protocol (HTTPS), receives a request to invoke a method
from a sending LocalConnection object that is in a SWF file hosted at a
nonsecure protocol.
onStatus =
function(infoObj
ect:Object) {}
Invoked after a sending LocalConnection object tries to send a command
to a receiving LocalConnection object.
Signature Description
LocalConnection() Creates a LocalConnection object.