By Gaurav, on February 2nd, 2010
If you have been using Flex 3.5, you might want to upgrade to Flex 3.5a. Yes, the ‘a’ after 3.5 is not a typo. The Flex 3.5 build has been updated to address an issue with Flex-based AIR auto-update UI packaged within the SDK. The related JIRA bug for issue is http://bugs.adobe.com/jira/browse/SDK-24766
All developers using Flex 3.5 . . . → Read More: New and Improved Flex 3.5 build
By Gaurav, on January 16th, 2010
Have you tried the latest Flash Builder? If not, the latest beta can be downloaded from http://labs.adobe.com/technologies/flashbuilder4/?sdid=EUHSU
But if you have already tried it, you would have noticed that now ActionScript and MXML editors show ASDoc documentation when you hover over variables/method/class names. See screen shot below:
This means that you can now see the documentation as you . . . → Read More: Creating SWC files with asdoc comments..
By Gaurav, on December 19th, 2009
In Flex 3, the styles defined using the [Style] metadata were validated by the flex compiler, but styles defined in css files were not validated..
Flex 4 has multiple themes:
Spark: The default theme for Flex 4. It contains the skins for Spark and MX Components
Halo: The default theme for MX components (if you set -compatibility-version=3.0.0)
Some style . . . → Read More: Styles, Themes, and the stricter Compiler