User Guide
Table Of Contents
- Contents
- About Flash Remoting
- Getting Started
- Using Flash Remoting ActionScript
- Using the RemotingConnector component (Flash Professional only)
- Using Flash Remoting Data in ActionScript
- About Flash Remoting and data types
- Understanding Action Message Format
- Converting from ActionScript to application server data types
- Converting from application server data types to ActionScript
- ColdFusion to ActionScript data conversion issues
- About working with objects
- About working with RecordSet objects
- About working with XML
- The NetConnection Debugger
- Using Flash Remoting with ColdFusion MX
- Using Flash Remoting for Java
- About Flash Remoting for Java
- Calling Java classes or JavaBeans from ActionScript
- Calling Enterprise JavaBeans (EJBs) from Flash
- Calling servlets and JSPs from Flash
- Calling JMX MBeans from Flash (JRun only)
- Calling server-side ActionScript from Flash (JRun only)
- Handling function results in ActionScript
- Using Flash Remoting with JRun security
- Passing XML objects between Flash and Java
- Viewing Flash Remoting log entries
- Using Flash Remoting for Microsoft .NET
- Flash Remoting for Microsoft .NET
- Calling ASP.NET pages from Flash
- Making an ASP.NET page available to Flash Remoting
- Getting a reference to an ASPX-based service in ActionScript
- Invoking ASPX pages in ActionScript
- Using the Flash Remoting custom server control in ASPX pages
- Using the Flash Remoting namespace in code-behind files
- Using ASP.NET state management with Flash Remoting
- Using ASP.NET exception handling
- Using ADO.NET objects with Flash Remoting
- Displaying a RecordSet object in Flash with ActionScript
- Calling web services from Flash
- Calling ASP.NET assemblies from Flash
- Viewing Flash Remoting log entries
- Using NetServices and Connection Classes
- Index

NetConnection events 93
Application server event messages
The following table describes the specific app_server events that the NetConnection Debugger
reports and the information it displays for each event:
Event type Triggering event Information fields
Error An unresolved error occurred
in the Flash Remoting
gateway or adapter. These
errors should not occur in
normal processing.
Data Any object associated with the error event.
Normally an Exception object.
Message A message that describes the error.
HttpRequest
Header
The gateway received an
HTTP request.
HTTPHeaders The contents of the HTTP request
headers.
AmfRequest
Header
The gateway received an
AMF request message. Each
HTTP request received by
the gateway includes an AMF
request.
AmfHeaders The contents of the AMF headers.
The headers include the Credentials header, if the
Flash Application uses the
setCredentials()
method, and the amf_server_debug header, which
contains the NetConnection Debugger app_server
debugging settings.
AmfResponse
Header
The gateway returned a
response to the Flash
Remoting client. This event
occurs for each HTTP
request.
AmfHeaders The contents of the AMF headers
sent in the response, if any. The gateway returns a
header if the client does not support cookies and
URL rewriting is being used for session
management.
AmfMethod
Call
The gateway received a
service function call. A single
AMF request can contain
multiple AMF method calls.
MethodName The service function being called.
Response URI The client-side identifier for the
responder. This value is internally generated by Flash
Remoting.
Parameters The arguments passed to the service
function.
AmfResponse
Call
The Flash gateway sent result
data to the client.
MethodName The Response URI identified by the
AmfMethodCall message, followed by
/onResult.
Response URI Normally “(undefined)”.
Parameters The data returned by the service
function.
AmfStatusCall The Flash gateway or
application server threw an
exception.
MethodName The Response URI identified by the
AmfMethodCall message, followed by
/onStatus.
Response URI Normally “(undefined)”.
Parameters An error object that describes the
error. For more information about the error object,
see “The error object” on page 170.
Information Server or AMF status
information.
Message A message that provides information
about the status.