ActionScript 2.0 Components Language Reference |
|
|
|
| XMLConnector component > XMLConnector.params | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
componentInstance.params
Property; specifies data that will be sent to the server when the next trigger() operation is executed. Each RPC component defines how this data is used, and what the valid types are.
The following example defines name and city parameters for myXMLConnector:
myXMLConnector.params = new XML("<mydoc><name>Bob</name><city>Oakland</city></mydoc>");
|
|
|
|