User Guide

1492 XMLConnector component (Flash Professional only)
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.
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 is 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.