Xmlconnector.multiplesimultaneousallowed - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Usage
componentInstance.ignoreWhite
Description
Property; a Boolean value. When this parameter is set to
, the text nodes that contain
true
only white space are discarded during the parsing process. Text nodes with leading or trailing
white space are unaffected. The default setting is
.
false
Example
The following code sets the
property to
:
ignoreWhite
true
myXMLConnector.ignoreWhite = true;
XMLConnector.multipleSimultaneousAll
owed
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.multipleSimultaneousAllowed
Description
Property; indicates whether multiple calls can take place at the same time. If this property is
, the
method performs a call if another call is already in
false
XMLConnector.trigger()
progress. A
event is emitted, with the code
. If this property
status
CallAlreadyInProgress
is
, the call takes place.
true
When multiple calls are simultaneously in progress, there is no guarantee that they will be
completed in the order in which they were triggered. Also, the browser and/or operating
system may place limits on the number of simultaneous network operations. The most likely
limit you may encounter is the browser enforcing a maximum number of URLs that can be
downloaded simultaneously. This is something that is often configurable in a browser.
However, even in this case, the browser should queue streams, and this should not interfere
with the expected behavior of the Flash application.
1494
XMLConnector component (Flash Professional only)

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents