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 89
If you experience connectivity problems with the NetConnection Debugger, try starting it outside
the Flash authoring environment by following these steps:
To start the NetConnection Debugger outside of the Flash authoring environment:
1.
Locate the NetConnection Debugger SWF file.
For Windows:
C:\Program Files\Macromedia\Flash MX 2004\en\First Run\WindowSWF\
For Mac:
HD:Applications:Macromedia Flash MX 2004:First Run:WindowSWF:
2.
Select the NetConnection Debugger SWF file and open the context menu with a right-mouse
click on Windows or a Ctl-Click on Mac. Select the Open With menu item and then the
stand-alone player (Macromedia Flash Player 7.0 on Windows or SAFlashPlayer Mac).
Disabling debugging
When you no longer need Flash Remoting debugging capabilities, you can remove the
RemotingDebugClasses library from your application to reduce its size by approximately 6K.
To remove the RemotingDebugClasses library and disable debugging in your Flash
Remoting application:
1.
Press Control+L to open the Library panel.
2.
Select the RemotingDebugClasses library and delete it.
3.
Remove debugging statements from your code in the Actions panel, if you like. This step is
optional.
NetConnection events
The NetConnection Debugger can display information about a variety of events, and you can
select which event types to display. The following sections describe the event types and the
information provided in their messages.
Specific event information
The NetConnection Debugger displays information about events belonging to three event
categories: client (client), server (app_server), and Flash Communication Server
(flashcomm_server). Each category has one or more specific event types. You can enable or disable
all events in a category, or specific event types.
Note: The Network Connection Debugger Filters panel provides the best method for selecting which
events to display. However, you can use ActionScript to enable or disable the display of specific
event types for individual Connection objects. For more information on using ActionScript to enable
or disable event information, see “Configuring debugger output in ActionScript” on page 96.