A value of
means that the XML data is sent (via HTTP POST) to the URL, but Flash
"send"
ignores any data that comes back. The
anything, and no
result
A value of
"receive"
URL via HTTP GET, and expects valid XML data to come back.
A value of
"send/receive"
expects valid XML data to come back.
If the
parameter is
direction
ignoreWhite
is a Boolean value; the default setting is
, the text nodes that contain only white space are discarded during the parsing process.
true
Text nodes with leading or trailing white space are unaffected.
multipleSimultaneousAllowed
operation to initiate when another
simultaneous
trigger()
called. Also, Flash Player may place limits on the number of simultaneous network
operations. This limit varies by version and platform. When the parameter is set to
operation cannot initiate if another one is in progress.
trigger()
suppressInvalidCall
operation if the data parameters are invalid. When suppressInvalidCall is set to
operation executes and uses invalid data if necessary.
trigger()
Common workflow for the XMLConnector
component
The following procedure outlines the typical workflow for the XMLConnector component.
To use an XMLConnector component:
1.
Add an instance of the XMLConnector component to your application and give it an
instance name.
2.
Use the Parameters tab of the Component inspector to enter the URL for the external XML
data source that you want to access.
3.
Use the Schema tab of the Component inspector to specify a schema for the
XML document.
You can use the Import Sample Schema button to automate this process.
1490 XMLConnector component (Flash Professional only)
XMLConnector.results
event occurs.
means that no data is sent out to the XML URL. Flash accesses the
means that Flash sends the XML data via HTTP POST, and
, or unrecognized, the default value is
null
is a Boolean value; when set to
trigger()
operations may not be completed in the same order they were
is a Boolean value; when set to
property is never set to
. When this parameter is set to
false
true
operation is already in progress. Multiple
, it suppresses the
true
"send/receive"
, it allows a
trigger()
false
trigger()
, the
false
.
, a
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers