Adobe’s Hero, The Flex Mobile Framework.
I am curious about Adobe’s Hero, Lately heard a lot about that as a mobile flex development framework. If any one has experience and view about this framework please comment and pont to the right tutorials and examples. http://opensource.adobe.com/wiki/display/flexsdk/Hero In brief about Adobe’s Hero, the Flex Mobile Platform Adobe is currently building new mobile development capabilities into the Flex framework. The next version of Flex, codenamed “Hero”, will enable developers to create application experiences that translate well across platforms, and make it easy to build applications that work well on a wide READ MORE...
filed in: Featured
Flex 4 ACE Exam

filed in: Flex Certification
Flex Certification Practice Exam

filed in: Flex Questions
Adobe MAX 2010 October 23-27, Los Angeles, CA

filed in: Featured
What is the Cost of Flex Certification?

filed in: Flex Certification
Flex Certification eBooks
Here For those who do not like to buy expensive books, there are lot of ebooks which are free or available at a very low rates on the Internet which can be used to gain the required knowledge for flex certification. Flex eBooks on Kindle
- Using Spark Component
- Text Layout Framework
- Groups and Layout
- Spark List READ MORE...
filed in: Flex Books
Flex Certification Preparation – Day 2

Flex Certification Preparation – Day 1

filed in: Featured, Flex Certification
Flex Certification Book

Adobe Flex 3: Training from the Source
Product Description
Part of the Adobe Training from the Source series, the official curriculum from READ MORE...
filed in: Flex Books
Observer patter Implementation in flex
{ public class Observe extends Observer { private var _handler:Function; private var _source:Object; override public function get handler():Function { return _handler; } public function set handler(value:Function):void { _handler = value; if (value != null) { isHandlerInitialized = true; if (isHandlerInitialized && isSourceInitialized) { callHandler(); } } } override public function get source():Object { return _source; } public function set source(value:Object):void { _source = value; isSourceInitialized = true; if (isHandlerInitialized && isSourceInitialized) { callHandler(); } } } }
filed in: Uncategorized
Adobe Flex 4: Training from the Source, Volume 1
Flex 4 in Action
Adobe Flex 4: Training from the Source, Volume 1
Flex 4 Cookbook: Real-world recipes for developing Rich Internet Applications (Oreilly Cookbooks)
Flash Builder 4 and Flex 4 Bible
Enterprise Development with Flex: Best Practices for RIA Developers (Adobe Dev Lib)
Adobe Flex 4: Training from the Source, Volume 2
Flex 4 Solutions: Essential Techniques for Flex 4 Developers