ActionScript to CFC wizard



The ActionScript to CFC wizard lets you create a ColdFusion component (CFC) based on an ActionScript class file.

Use the ActionScript to CFC wizard

  1. In Flash Builder or Eclipse, go to the Project Navigator.

  2. Right-click an ActionScript class file.

  3. Select ColdFusion Wizards > Create CFC.

  4. Enter the location of the CFC file in the Save to Project Folder text box, or click Browse and select the location.

  5. Enter the filename of the CFC in the CFC Filename text box.

  6. To replace an existing file, select Overwrite file.

  7. To create get and set methods in the CFC, in addition to property definitions, select Generate Get/Set Methods.

  8. To specify the property scope, select public or private.

  9. Click Finish.