Use the following steps to prepare Flash.
Figure 2. Flash Forms Applications are made up of multiple screens (forms) arranged in an hierarchical view
Before you can use the ColdFusion component you just created, Flash needs to know about it (the CFC's name, location, method details, and more). To register the ColdFusion component with Flash, follow these steps:
Select Window > Development Panels > Web Services to display the Web Services panel (Figure 3).
Figure 3. Registered web services are listed in the Web Services panel
Click the Plus (+) button to add a new web service, and then provide
the URL to the CFC you just created. If you are using ColdFusion's
integrated HTTP server on the default port 8500 and the cfflash
path in the steps above, then the URL will be http://localhost:8500/cfflash/employees.cfc?wsdl
(see Figure 4). Click OK.
Figure 4. Register a web service before using it in the wizards.