views:

561

answers:

3

Hi, I want to start Flash/Flex/ActionScript development and got lost with the technologies, documentation and tools available. Searches pointed me to Adobe FlexBuilder and Adobe Flash (Designer, CS3, CS4).

Then, I found FlashDevelop, learned that Flex SDK and compilers are free. Also, you can make a complete Flash application in FlashDevelop (using "FLA dummy" method).

Question - what traning materials I should start from to understand how to develop Flash applications using FlashDevelop?

I look for training materials, guides, tutorials, screencast, books (amazon kindle) for beginners in Flash using free tools (either FlashDevelop or TextEditor + compiler), but not for beginners in programming (know few languages already).

A: 

A lot of help can be found on their wiki - FlashDevelop wiki

If you want to start developing in Flex (which might be a really nice idea if you're coming from desktop development) FlashDevelop will work, but I would suggest to use Flex Builder first, as a lot of examples you will find on the web are built using that, and it's really very straight forward, as it's aimed ad Flex. If you're a student you can get a free license from Adobe here, if you're not than there is a 30 day free trial.

Robert Bak
thanks for info ... guess I will start from Adobe SDK documentation, after reading first 2 chapters seems its not Flex Builder focused.
Piotr
thanks for help ... I ended up with Programming Flex 3 from Oreilly.
Piotr
and I write code in TextMate rather than via FlashDevelop (and VM to run Windows)
Piotr
A: 

Just to add one more technology (and option) to the pot, you might want to look into haXe. It is a language (that FlashDevelop natively supports) which can compile to several platforms, including SWFs (both AVM1 and AVM2) that run in Flash Player. If you use Flash as your target platform for your haXe program, you get full access to the Flash API (not sure about Flex, though).

Cameron
haXe just added complexity to already complex picture of SWF development :) Thanks ... seems haXe can be also used for iPhone development which is interesting as I never climbed ObjectiveC learning curve.
Piotr
A: 

I've been learning Flex using Flashdevelop and working from Adobe Flex 3: Training from the source (which is a great book). I've blogged my notes on the lessons and what I had to do to get some things to work using Flashdevelop rather than Flex Builder.

Posts with specific Flashdevelop info (from setting it up to creating css swfs, modules,rsl etc) are tagged with Flashdevelop: http://mattreyuk.wordpress.com/tag/flashdevelop/

mattreyuk