What tools do I need to develop in actionscript (i

2019-02-03 08:36发布

I've never developed flash before but I have a project where I want to use an actionscript 3 library and I'm not sure what tools I need to start. To further complicate things my main development box is an ubuntu box. Are there any necessary packages I need to install? Or any .deb's I can buy?

Thanks

11条回答
等我变得足够好
2楼-- · 2019-02-03 09:04

You could try haXe. It isn't really ActionScript but it is very similar (and you could also compile to the server side or javascript): haXe.org

查看更多
Viruses.
3楼-- · 2019-02-03 09:06

I have written a blog entry on how to setup Eclipse + AXDT + Flex SDK to prepare your mxml/actionscript (as3) development environment on Linux. If you are interested, you can have a look here: http://netpatia.blogspot.com/2009/09/flash-development-on-linux.html

查看更多
老娘就宠你
4楼-- · 2019-02-03 09:09

It looks like the Flex 3 sdk (http://www.adobe.com/products/flex/flexdownloads/index.html) is a good place to start. Any other suggestions?

查看更多
手持菜刀,她持情操
5楼-- · 2019-02-03 09:10

A Windows or Mac box. :-)

just kidding, actually you can use the Flex 3 SDK mentioned above and compile using the CLI. If these AS3 Libraries are indeed Flex libraries (sometimes there are discrepancies between what works in Flex, what works in CS3, and what works in both) then you should be able to import them and use them.

Also, I've never tried it myself, but Flex Builder is based on Eclipse and I believe there's a way to configure Eclipse to compile with the opensource Flex compile if you'd rather work in a graphical IDE.

查看更多
登录 后发表回答