The CFC to ActionScript wizard lets you create an ActionScript file based on a ColdFusion component (CFC) Value Object.
Use the CFC to ActionScript wizard
  - In Flex Builder or Eclipse, go to the Project Navigator.
 
  - Right-click a CFC Value Object file.
 
  - Select ColdFusion Wizards > Create AS Class.
 
  - Enter the location of the ActionScript file in the Save to Project Folder text box, or click Browse and select the location.
 
  - Enter the class package in the AS Class Package text box.
 
  - Enter the filename of the ActionScript class file in the AS Class Name text box.
 
  - To replace an existing file, select Overwrite file.
 
  - Enter the path to the CFC in the Path to CFC text box.
 
  - To create get and set methods in the ActionScript Class file, select Generate Get/Set Methods.
 
  - Click Finish.