vote up 22 vote down star
5

I'm a little lost here. I don't know flash, but I want to learn - especially since Adobe's opened up the spec. I don't want to learn badly enough to shell out for the real tools, though.

What sort of toolchain is available for flash/swf/flv/etc compiling, processing, converting, etc? What do I need to know, and where should I start?

Rich pointed out that there's lots of similar information in the question "Best way to learn Flash", so I'm closing this one, if you have something to add, put it in the other question. Thanks for all your help!

flag

You are about the fifth person to ask this exact same question. – Rich B Sep 29 '08 at 22:55
Well, I found one other question that was pretty much the same thing - can you link to any others? Might be more info out there that I'm missing... – Adam Davis Sep 29 '08 at 23:41

closed as exact duplicate by Adam Davis Sep 29 '08 at 23:41

9 Answers

vote up 15 vote down check

Please check out this site. Loads of information for you there...

http://osflash.org/

link|flag
vote up 5 vote down

I personally don't know anything about flash but maybe FlashDevelop is what you are looking for.

link|flag
vote up 2 vote down

Alright, it looks like Flashdevelop is one of the better options, and includes all the tools needed to develop a "hello world" (ie, no need to get and use a separate compiler).

There is a pretty good overview and tutorial from Flashmagazine, and many tutorials in the Flashdevelop forums.

Now I just need to dig in...

-Adam

link|flag
vote up 2 vote down

OpenLaszlo is great for developing flash applications. And free.

link|flag
vote up 0 vote down

Ok, this deserves a new answer - OpenLaszlo is amazing. I'm going to have to check this out in more detail.

Thank you so much! This may be the solution to a related issue I've been mulling over for a few years!

-Adam

link|flag
vote up 1 vote down

This is very similar to a previous question, check that one out too: http://beta.stackoverflow.com/questions/21174/foss-tools-for-flash-development#25196

link|flag
vote up 6 vote down

You can use the Flex SDK to develop Flash web sites. The mxmlc compiler is not just for Flex, it can be used to compile pure ActionScript code too.

Just make sure that the class you compile is a subclass of DisplayObject.

link|flag
vote up 1 vote down

HaXe provides a free Flash compiler, but it lacks any kind of graphical IDE. The FlashDevelop site claims that FlashDevelop can integrate with HaXe.

link|flag
vote up 1 vote down

I use a combination of MTASC to compile ActionScript code and SWFMill to combine compiled code and graphical resources into an SWF file. Admittedly, I did get the hang of ActionScript with the Flash IDE first, although I guess if you've already been programming for a while (especially JavaScript) it's easy enough to get the hang of.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.