XMLConnector.direction

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

componentInstance.direction

Description

Property; indicates whether data is being sent, received, or both. The values are the following:

Example

The following example sets the direction to receive for the document mysettings.xml:

myXMLConnector.direction = "receive";
myXMLConnector.URL = "mysettings.xml";
myXMLConnector.trigger();