除了FDT和Flash Builder,恐怕最值得使用的Flex/Flash开发工具就是Flash Develop了。现在安装最新的4.0 Beta版,会自己安装和配置Flex SDK和Flash Viewer的位置。
按官方的安装要求:
Prerequisites
- Flash Player 10.1 ActiveX runtime (required by the browser control) Flash Player Download
- TortoiseSVN or TortoiseGit (required if using the source control) Download: TortoiseSVN, TortoiseGit
- Java 1.6 runtime (JRE) (required if using the Flex SDK) Flex SDK Download
注意:事实上,Flash Develop是由.NET 2.0开发的。所以,必须在安装的过程中,如果没有安装.NET2.0(SP1)会自动下载安装。
如果手工安装,请注意:
- 安装.NET 2.0,点此下载(请注意语言和32、64位版本)
- 安装.NET2.0 SP2,点此下载(请注意语言和32、64位版本)(SP1版本链接 藏 得很深,装SP2,事实证明也是可行的:))
- 安装Java 1.6(JRE或者JDK),点此下载
- 下载Flex SDK,点此下载
配置见官方说明:
Manual configuration of the Flex SDK
Start FlashDevelop and go in the program settings,
- Select "AS3Context" plugin and find the "Flex SDK Location" entry,
- Enter the path to the Flex SDK's root directory (ex: C:\path\to\flex4sdk).
- Select "FlashViewer" plugin and find the "External Player Path" entry,
- Enter the Flash Debug Player 10.1 path (ex: C:\path\to\flex4sdk\runtimes\player\10.1\win\FlashPlayer.exe).
Then in FlashDevelop go to Tools -> Flash Tools -> Documentation Generator -> Settings
- Enter the asdoc.exe path to the ASDoc location (ie: C:\path\to\flex4sdk\bin).
接下来,你就可以使用Flash Develop赏心悦目的功能了。