XMLConnector.results
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.results
Description
Property; identifies data that was received from the server as a result of a
operation. Each RPC component defines how this data is fetched, and what the valid types
are. This data appears when the RPC operation has successfully completed, as signaled by the
event. It is available until the component is unloaded, or until the next RPC
result
operation.
It is possible for the returned data to be very large. You can manage this in two ways:
Select an appropriate movie clip, timeline, or screen as the parent for the RPC
component. The component's memory becomes available for garbage collection when the
parent is destroyed.
In ActionScript, you can assign
Example
The following example traces the
trace(myXMLConnector.results);
XMLConnector.send
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.addEventListener("send", myListenerObject)
to this property at any time.
null
property for
results
trigger()
:
myXMLConnector
XMLConnector.send
1497
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers