tags:

views:

52

answers:

2

I need to write a really basic Flash app for my website in order to leverage XMLSocket() functionality.

What's the easiest way to compile some basic flash source without having to download a lot of bloatware?

+1  A: 

You will need either Flex or Adobe Flash. Flex is free and open source.

superjoe30
+1  A: 

Grab the Flex Framework at Abobe and install FlashDevelop. You might have to set up some paths... other than that you're good to go. FlashDevelop is pretty handy as an IDE.

spender
FlashDevelop is the bomb
Assembler