Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What tools do I need to develop in ActionScript (in Linux)

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?

like image 296
Steven Noble Avatar asked Jan 08 '09 19:01

Steven Noble


2 Answers

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.

like image 78
nerdabilly Avatar answered Nov 15 '22 21:11

nerdabilly


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

like image 30
jap1968 Avatar answered Nov 15 '22 19:11

jap1968