FaultCode
XMLConnector.Results.Parse.Error
XMLConnector.Params.Missing
Example
The following example defines a function
the function to the
addEventListener
var statusFunction = function (stat) {
trace(stat.code);
trace(stat.data.faultcode);
trace(stat.data.faultstring);
};
xcon.addEventListener("status", statusFunction);
XMLConnector.suppressInvalidCalls
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.suppressInvalidCalls
Description
Property; indicates whether to suppress a call if parameters are invalid. If this property is
the
method does not perform a call if the bound parameters fail the validation. A
trigger()
event is emitted, with the code
status
takes place, using the invalid data as required.
1500 XMLConnector component (Flash Professional only)
FaultString
received data had an
XML parsing error
NN
Direction is 'send' or
'send/receive', but
params are null.
statusFunction
event handler:
. If this property is
InvalidParams
Notes
The received XML was not valid,
as determined by the Flash
Player built-in XML parser. To
see the possible errors NN, see
in ActionScript 2.0
XML.status
Language Reference.
for the
event and assigns
status
false
,
true
, the call
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers