| Include statement |
Purpose |
#include NetServices.as
|
Enables the NetServices class. All Flash Remoting clients normally use this class. This statement also enables the RecordSet class.
|
#include NetDebug.as
|
Enables NetConnection Debugger output and the NetDebugConfig and NetDebug classes. Include this statement during development to enable debugging of Flash Remoting applications. You must remove this line before you publish your Flash application for deployment to a production server. By removing this statement, you prevent access to debugging information from remote sites.
|
#include DataGlue.as
|
Enables the DataGlue class. Use this statement if you are using DataGlue methods to simplify providing RecordSet data to Flash MX UI components.
|