R – Adobe AIR/FLEX programming tutorial

adobeairapache-flex

I just read a good tutorial at http://cateof.wordpress.com/2009/09/27/helloworld-air-application-in-linux/ about creating simple apps with AIR/FLEX. What are some similar pages and/or good books that I can read to move from "beginner" to "novice"?

Best Answer

Bruce Eckel and I have written "First Steps in Flex" which is a short getting started book. We have also begun creating screencasts for each chapter which you can find on the book's website. Also make sure you check out Tour de Flex which is a great way to learn through small examples.

Related Topic