开发者

A road map to learning Flex for dummies [closed]

开发者 https://www.devze.com 2022-12-09 21:52 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

I need to fa开发者_高级运维miliarize myself with this technology. My problem is that Google is swamp with results for tutorials. Where should I start?

What development environment should I use assuming this is only for learning purposes and I don't want at the moment to buy any expensive software?

What tools should I use?

Any road maps for dummies?


I really think that "learning Flex" is a mistake. Focusing up on core Actionscript 3 skills is essential to long term success with the Flex framework. You will find that you rapidly hit a wall where "knowing Flex" without the underlying language core will be an extreme disadvantage. If you have prior experience with a statically typed language, the AS3 shouldn't be difficult. All of Flex is written in AS3, and analyzing the underlying codebase is the best way I have found to learn the framework.

Essential Actionscript 3 is the best place to start down that path.


Flex Builder has a 60 day free trial so that should be enough time to get you started. After that you can use the Open Source Flex SDK. To learn Flex you can check out First Steps in Flex which is a short book Bruce Eckel and I co-authored. We have also posted some screencasts that walk through the code examples in the book.


Adobe's "Flex in a Week" video training is a great place to start learning.


Flex for dummies...

alt text http://ecx.images-amazon.com/images/I/51VMOiSL-uL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg

But seriously figure out a simple flex application you want make and make it. That is the best tutorial. Then when you get stuck you will have a specific problem you are looking to solve. The myriad of tutorials on Google will then begin to make sense.


FlashDevelop is a decent free IDE which works with the free Flex SDK (free commandline compiler from Adobe)


There is a series from O'Reilly (insideria.com) called LFFS - Learn Flex from Scratch - that is pretty good. There are currently 12 lessons - each building on the previous.

http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html


I like the book Flex 3 from the Source. After you have a little bit of context for Flex, check out the Flex Examples blog.

0

精彩评论

暂无评论...
验证码 换一张
取 消