What ActionScript classes must be imported into the Flash movie for Macromedia Flash Remoting?
You must include the ActionScript classes for Flash Remoting in the frame-level actions for a movie. The core functionality is provided by the NetServices.as and must be included. The two other ActionScript files, NetDebug.as and DataGlue.as are optional. The NetDebug ActionScript class is intended for development only. All references should be removed before deploying the Flash movie to a production server. DataGlue helps format results that use the RecordSet object. The following command includes the NetServices API: #include “NetServices.as” The following command includes the NetDebug API: #include “NetDebug.as” The following command includes the DataGlue API: #include “DataGlue.as” The NetDebug ActionScript class is intended for development only. All references should be removed before deploying the Flash movie to a production server.