Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What ActionScript classes must be imported into the Flash movie for Macromedia Flash Remoting?

0
Posted

What ActionScript classes must be imported into the Flash movie for Macromedia Flash Remoting?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123