views:

73

answers:

3

I want to create interactive movies using flash technologies. Do I need to buy a program from adobe to be able to create my flash movies or there are some free software that I can use? I would prefer something for Linux (Ubuntu).

ADDED

I need to program in "actionscript" and I would like to know what programs can I use to compile my code.

+5  A: 

Adobe's Flex SDK is open source and cross-platform.

delnan
+5  A: 

You might have a look at haXe. It supports Windows, OSX, and Linux.

Jesse Collins
It is not directly ActionScript but I would prefer haXe thousand times over all the Adobe stuff...
Hippo
+1 for haXe, an impressive project
delnan
+2  A: 

There are lots of open source alternatives to using Flash CS*, or Flash/Flex Builder. If you are looking for a free IDE, you can check out FlashDevelop at http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page.

There are some really useful libraries, frameworks, editors, utilities, etc located at http://osflash.org/open_source_flash_projects that you can look into. It's a good list of many different alternatives.

Cheers.

Shawn Yale