XMLConnector class (Flash Professional only)

Inheritance RPCCall > XMLConnector

ActionScript Class Name mx.data.components.XMLConnector

The XMLConnector class lets you send or receive XML files using HTTP. You can use ActionScript to bind other components to a data source that returns XML data, allowing communication between the components.

Method summary for the XMLConnector class

The following table lists the method of the XMLConnector class.

Method

Description

XMLConnector.trigger()

Initiates a remote procedure call.

Property summary for the XMLConnector class

The following table lists properties 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 summary for the XMLConnector class

The following table lists events of the XMLConnector class.

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.


Version 8

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/8/main/00004310.html