User Guide

WebServiceConnector.send 1457
WebServiceConnector.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 trigger()
operation. Each WebServiceConnector 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
result event. It is available until the component is unloaded, or until the next
RPC operation.
The returned data can be large. You can manage this size in two ways:
Select an appropriate movie clip, timeline, or screen as the parent for the
WebServiceConnector component. The component’s storage memory becomes available
for garbage collection when the parent is destroyed.
In ActionScript, you can assign null to this property at any time.
WebServiceConnector.send
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.addEventListener("send", myListenerObject)