FDT

Getting FDT setup to run an as3 project

i was trying to get FDT to run a native as3 project this morning. The steps below may indeed help someone or other

1. Set up Eclipse/FDT Preferences

* In Eclipse, open the Preferences panel.
* In the FDT->Core Libraries settings, select the AS3 Core Libraries tab.
* Click the Fast Add… button.
* In the Type drop-down menu, select Pure AS3 (Flex 3) and for the Path field, browse to the directory where you installed the Flex SDK. In my case, I use /usr/local/flex_sdk_3 (figure 1). Click OK.