Flash 8 Documentation |
|||
| Components Language Reference > XMLConnector component (Flash Professional only) > 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.
The following table lists the method of the XMLConnector class.
|
Method |
Description |
|---|---|
|
Initiates a remote procedure call. |
The following table lists properties of the XMLConnector class.
|
Property |
Description |
|---|---|
|
Indicates whether data is being sent, received, or both. |
|
|
Indicates whether text nodes containing only white space are discarded during the parsing process. |
|
|
Indicates whether multiple calls can take place at the same time. |
|
|
Specifies data that is sent to the server when the next |
|
|
Identifies data that was received from the server as a result of the |
|
|
Indicates whether to suppress a call if parameters are invalid. |
|
|
The URL used by the component in HTTP operations. |
The following table lists events of the XMLConnector class.
|
Event |
Description |
|---|---|
|
Broadcast when a remote procedure call completes successfully. |
|
|
Broadcast when the |
|
|
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