在Unix/Linux下搭建Flash/Flex的开发环境
By Minidxer | September 19, 2008
在文章Using Actionscript 3 to develop Adobe Flash Content On Linux中,非常详细的一步一步的说明了如何在Linux下开发Flash。我们知道,Flex允许通过XML和JavaScript编译成.SWF,利用SDK这是免费的,而对于Flex/Flash的GUI开发环境,则需要比较高昂的费用。已经有人将Flex SDK很好的整合到了Emacs中,当然你也可以整合到自己喜欢的Unix/Linux编辑器中,这是否是一件很Cool的事情?下面是一些很有用的资源,可以帮助我们做到这一点:
-
Using Actionscript 3 to develop Adobe Flash Content On Linux
- The API Docs – Can’t do much without these
- Adobe’s Getting Start Doc – Adobe does a great job of introducing Flex and making clear what it is and isn’t.
- Flex Compiler Shell – the very cool utility that turns the rather crude command line compiler into a rally useful tool. This now comes with Flex, you don’t need to download it separately.
- Bootstrapping an ActionScript Only App – Flex encourages you to program in both XML and ActionScript. I’d rather program in ActionScript only, which isn’t really a problem. Accept, getting an app to start with just ActionScript isn’t obvious. This link provides a nice recipe where you use a single .mxml file, and the rest of your code base is in ActionScript.
- emascript-mode.el – This is a nice Emacs mode for editing ActionScript. Combine this with auto-insert mode, and you’re good to go.
- Fast Flex compilation for Emacs – this mode is a life saver. It wraps up fcsh, and allows you to recompile your project files in just a second or two. It also updates Emacs so it jumps to the write line in the file when a compilation error occurs.
- Emacs and Flex in the wild – An actual programmer talks about using Emacs and Flex together
- Migrating from ActionScript 2 to ActionScript 3 – This is a very useful document that will bring you up to speed on the latest and greatest ActionScript.
假如你用的就是Unix/Linux,那还等什么呢,赶快行动吧~
Topics:
Adobe其他 |
No Comments » |
Tags: Adobe, Emacs, Flash, Flex, GUI, Linux, SDK, SWF, unix