Skip to content


Using FlashCommand in Eclipse

Recently I pulled down Mike Chambers FlashCommand. FlashCommand is a command line compiler for the Flash IDE.

I wanted to set up an ANT build script to execute builds from Eclipse without having to alt-tab between programs (yes, I'm that lazy!).

Setting up the ANT script wasn't too difficult, even for someone who knew the absolute minimum about ANT.

XML:
  1. <?xml version="1.0"?>
  2. <!-- ======================================================================
  3. Feb 21, 2007 4:08:42 PM
  4. John Crosby
  5. ====================================================================== -->
  6. Sample Build file for a project with FlashCommand, ANT
  7.  
  8. <!-- =================================
  9. target: flashBuild
  10. ================================= -->
  11.  
  12.  
  13. <!-- - - - - - - - - - - - - - - - - -
  14. target: flashCommand
  15. - - - - - - - - - - - - - - - - - -->

[Download the sample build script.]

Posted in news. Tagged with , , , , , , .