User Guide

WebServiceConnector.multiple SimultaneousAllowed 1453
Event summary for the WebServiceConnector class
The following table lists events of the WebServiceConnector class.
WebServiceConnector.multiple
SimultaneousAllowed
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.multipleSimultaneousAllowed
Description
Property; indicates whether multiple calls can (true) or cannot (false) take place at the same
time. If this property is
true, the call takes place. If this property is false, and another call is
already in progress, the
WebServiceConnector.trigger() method causes a status event to
be emitted with the code
CallAlreadyInProgress.
Event Description
WebServiceConnector.result Broadcast when a call to a web service
completes successfully.
WebServiceConnector.send Broadcast when the trigger() method
is in process, after the parameter data
has been gathered but before the data is
validated and the call to the web service
is initiated.
WebServiceConnector.status Broadcast when a call to a web service
is initiated, to inform the user of the
status of the operation.