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

90 Chapter 5: The NetConnection Debugger
The following table describes the information the NetConnection Debugger displays about
specific event types.
Event type Information displayed by the debugger
client Activity information sent from the client. The default value is true.
For detailed information on client debug events, see “Client event
messages” on page 92.
You can selectively enable and disable the following subcategories of
client events.
trace Client Connection trace events. If client trace reporting is enabled, the
NetConnection Debugger displays the output of
Connection.trace() and
NetDebug.trace() methods. The default value is true.
http Client Connection events that communicate with the remote source using
HTTP. These events include connecting to the server, and Flash
Remoting service calls and the returned results. The default value is
true.
recordset Events associated with the delivery of pageable record set data to the
client. These events occur only if the record set is pageable.The default
value is
true.
rtmp Client Connection events that communicate with the remote server using
Real-Time Messaging Protocol (RTMP). Communication with the Flash
Communication Server uses RTMP. Flash Remoting does not use
RTMP. The default value is
true.
app_server Information about events on the application server. This category
includes activities reported by the server itself and Flash Remoting
gateway activities.
For detailed information on server debug events, see “Application server
event messages” on page 93.
You can selectively enable and disable the following subcategories of
app_server events. The default value is
true.
trace Server trace events. The default value is
true.
(This event type is not used currently.)
error Server error events. These include any errors generated during the
execution of the Flash Remoting gateway or adapters. The default value
is
true.
httpheaders Server HTTP header events. When enabled, the NetConnection
Debugger reports a server HTTP header event for each HTTP request.
The default value is
false.
amfheaders Action Message Format (AMF) header events. When enabled, the
NetConnection Debugger reports a server AMF request header event
and a server AMF response header event for each AMF request and
response. A single AMF request can include multiple service function
calls. The default value is
false.
amf Server AMF events. When enabled, the NetConnection Debugger
reports a server AMF method call event and a server AMF method
response event for each service function call and response. The default
value is
false.