User Guide
896 Chapter 6: Components Dictionary
Property summary for the XMLConnector class
The following table lists properties of the XMLConnector class.
Event summary for the XMLConnector class
The following table lists events of the XMLConnector class.
XMLConnector.direction
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.direction
Property Description
XMLConnector.direction Indicates whether data is being sent, received,
or both.
XMLConnector.ignorewhite Indicates whether text nodes containing only white
space are discarded during the parsing process.
XMLConnector.multipleSimultaneousAllowed Indicates whether multiple calls can take place at the
same time.
XMLConnector.params Specifies data that will be sent to the server when the
next
trigger() operation is executed.
XMLConnector.results Identifies data that was received from the server as a
result of the
trigger() operation.
XMLConnector.suppressInvalidCalls Indicates whether to suppress a call if parameters
are invalid.
XMLConnector.URL The URL used by the component in HTTP
operations.
Event Description
XMLConnector.result Broadcast when a remote procedure call
completes successfully.
XMLConnector.send Broadcast when the trigger() method is in process,
after the parameter data has been gathered but
before the data is validated and the remote procedure
call is initiated.
XMLConnector.status Broadcast when a remote procedure call is initiated,
to inform the user of the status of the operation.