MACROMEDIA FLASH REMOTING MX-USING FLASH REMOTING FOR FLASH MX 2004 ACTIONSCRIPT 2.0 Use Manual page 55

Using flash remoting for flash mx 2004 actionscript 2.0
Table of Contents

Advertisement

These parameters can take the following values:
Parameter
multipleSimultaneousAllowed
shareConnections
suppressInvalidCalls
password
userId
gatewayUrl
methodName
serviceName
Type
Category
Boolean
General
Boolean
Advanced
Boolean
Advanced
String
Other
String
Other
String
General
String
General
String
General
Description
If it has the value
, this parameter allows
true
the
method to be invoked even if
trigger()
results have not yet been returned from a
previous invocation. If it has the value
the
method does not
false,
trigger()
invoke a method if a method call is already
in progress. In this case, a status event
occurs with code =
"CallAlreadyInProgress"
Flash Player might place limits, which vary
by version and platform, on the number of
simultaneous network operations.
If it has the value
, this parameter allows
true
multiple instances of this component to
share a single connection as long as they all
use a common gatewayUrl.
If this parameter has the value
function does not perform a call if
trigger()
the databound parameters fail the
validation. A Status event occurs with code
=
. If it has the value
"InvalidParams"
the call takes place, using the invalid data as
required.
(Optional) The password required for
connecting to the service.
(Optional) The user ID required for
connecting to the service.
The parameter that specifies the URL of the
gateway to which the connection will be
established.
The parameter that specifies the name of
the method to call in the remote service.
The parameter that specifies the fully
qualified name of the service.
.
, the
true
,
false
55

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash remoting mx

Table of Contents