MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 1503

Components language reference
Table of Contents

Advertisement

The code field for the status event is set to Fault if problems occur with the call, as follows:
Code
Fault
The following are the faults that can occur with the
FaultCode
XMLConnector.Not.XML
XMLConnector.Parse.Error
XMLConnector.No.Data.Received
Data
{faultcode: code,
faultstring: string,
detail: detail,
element: element,
faultactor: actor}
status
FaultString
params is not an XML
object
params had XML
parsing error NN.
no data was received
from the server
Description
This event is emitted if other
problems occur during the
processing of the call. The data is
a SOAPFault object. After this
event occurs, the attempted call
is considered complete, and
there is no
or
result
event:
Notes
The
value must be an
params
ActionScript XML object.
The
property of the
status
XML object had a nonzero value
NN. To see the possible errors
NN, see
in
XML.status
ActionScript 2.0 Language
Reference.
Due to various browser
limitations, this message can
mean either (a) the server URL
was invalid, did not respond, or
returned an HTTP error code; or
(b) the server request succeeded
but the response was 0 bytes of
data. To work around this
restriction, design your
application so that the server
never returns 0 bytes of data. If
you receive the fault code
XMLConnector.No.Data.Received
you will know that there was a
server error, and can inform the
user accordingly.
XMLConnector.status
event.
send
params
,
1499

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

This manual is also suitable for:

Flash 8

Table of Contents