Macromedia Flash Remoting for Flash MX 2004 ActionScript 2.0 Source Code Readme
Introduction
The file RemotingSourceCode.zip contains the source code for all the Macromedia Flash Remoting for Flash MX 2004 ActionScript 2.0 Remoting API classes. This source code is provided to Flash Remoting users to give an understanding of the internal functionality of Flash Remoting.
Usage Instructions
- To use the Remoting Classes unzip the contents of RemotingSourceCode.zip into the folder
[Flash MX 2004]\en\First Run\classes
Delete the .aso files from the user profiles folder and restart Flash MX 2004. - Add the following line of code in the FLA file to use Remoting API classes
import mx.remoting.*; - To use remoting debug classes add the following code in the FLA file:
import mx.remoting.debug.NetDebug;
NetDebug.initialize();