Setting up an AS2 Development Environment in Eclipse
After SEPY crashed on me 4 times in a row, I decided to try my hand at setting up an AS2 development environment in Eclipse.
Here is a list of things that I love in SEPY, that I needed to have in Eclipse to make the transition acceptable:
- Snippets: I’ve been getting used to using templates, but so far so good
- Publish/Test Movie from Eclipse (ctrl+enter or the like)
- Duplicate line
Here is what I’ve done to get the AS2 environment set up:
- Grab Eclipse (As of right now I’m still using 3.1)
- Install ASDT (AS Development Tool)
- Grab Mike Chambers FlashCommand (A command line tool for compiling fla’s)
- Add the build.xml ANT build file for FlashComamnd and set the parameters (Check out the detailed post to set up your build.xml file)
- Create your own templates for the ActionScript perspective or download and import mine
- Download AS2 snippets
- Importing Downloaded Snippets:
- From the main menu in eclipse select ‘Window’ -> ‘Preferences’
- Expand the ‘ActionScript2′ node
- Expand the ‘Editor’ node
- Select ‘Templates’
- Click the ‘Import’ button
- Browse to the file then click ‘Open’
Here is a list of things that I wish were available in Eclipse but sadly are not yet:
- Select text -> drag and drop (copy/move) - This is in CFEclipse, but not ASTD or even the FlexBuilder plugin
Abbreviations (templates help with this one) – Huge timesaving feature in SEPY.










