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 91
Common event information
The following table describes the information that the NetConnection Debugger displays for all
events. Two fields, DebugID and Protocol, are not used for trace events initiated by the
Netdebug.trace() method.
recordset Events associated with the partial delivery of pageable record set data
from the server. These events occur only if the record set is pageable.The
default value is
true.
coldfusion Information about Macromedia ColdFusion debug events. When
enabled, any debug events enabled in ColdFusion are reported to the
NetConnection Debugger. If ColdFusion debugging information is not
enabled in ColdFusion, a single debug error event that notifies the
developer that ColdFusion debugging information has not been enabled
on the server is returned per transaction. For more information on
configuring debugging information in ColdFusion, see the ColdFusion
documentation. The default value is
true.
flashcomm_server/
realtime_server
Information about Macromedia Flash Communication Server events.
This option is not used for debugging Flash Remoting applications. The
default value is
true.
Note: The user interface uses the term flashcomm_server. In
ActionScript, you must use realtime_server.
You can selectively enable and disable the following subcategory of
events.
trace Flash Communication Server trace events. The default value is
true.
Field Information displayed by the debugger
DebugID The DebugID specified in a
Connection.setDebugId() method for the
connection being used. If you do not use the
setDebugId() method, Flash
Remoting sets this ID to a numeric value.
Not displayed for
NetDebug.trace() events.
EventType A string identifying the type of event being reported.
MovieUrl The URL of the Flash application associated with the event.
Protocol The protocol used for communication with the server. The value is
http
for all Flash Remoting applications.
Not displayed for
NetDebug.trace() events.
Source The source of the event; always Client.
Time A numeric millisecond timestamp that indicates when the event occurred.
Date The date and time when the event occurred, including information about
the time value’s offset from Universal Time (also known as GMT or UTC).
Event type Information displayed by the debugger