NetServices in Macromedia Flash MX

To use Flash Remoting MX within Flash MX, you must first download the Flash Remoting MX components from www.macromedia.com/go/flashremoting. This download extends Flash MX with a new Remoting ActionScript library (available in the ActionScript panel) and installs the NetServices.as class file. Included with the NetServices library are also the RecordSet, NetDebug, and DataGlue classes. RecordSet will be discussed later in this chapter. To include the NetServices class into Flash MX, you need this line of code at the beginning of your ActionScript:

#include "NetServices.as" 


    Part I: 10 Quick Steps for Getting Started