» posted on Friday, March 26th, 2010 at 12:24 am by admin
Flex 4 in brief
Flex 4 – Useful Links
The work on the Flex SDK has been focused around three primary themes:
- Design in Mind: providing a framework that supports a new degree of expressiveness, easily enabled with tools.
- Developer Productivity: improving compiler performance and adding productivity enhancements to language features like data binding.
- Framework Evolution: taking advantage of new Flash Player capabilities and adding features required by common use-cases.
Player dependency
Be sure that you compile against Flash Player 10. The Flex 4 SDK requires Flash Player 10 support.
Type selectors require a namespace
A CSS type selector names the Flex class to style. For example, the following are type selectors for Button and DateField:
Theme change
The default theme for Flex 3 (MX) components is now the Spark theme. Therefore, your application may look and size itself differently when you compile it using the Flex 4 SDK.
Automation Library location change
In Flex 3, automation libraries were present under {sdk}/frameworks/libs and in the Flex 4 , it is available under {sdk}/frameworks/libs/automation.
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