Creating SWC files with asdoc comments..

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 . . . → Read More: Creating SWC files with asdoc comments..

Styles, Themes, and the stricter Compiler

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 . . . → Read More: Styles, Themes, and the stricter Compiler

Finding SWC dependencies

The nightly builds for Flex SDK 4 now contain a new tool called swcdepends which can be used to analyze the dependencies between SWC files. This tool can be found under the bin folder of the SDK and the latest nightly builds for Flex SDK 4 is available at http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4

Types of Dependencies

There . . . → Read More: Finding SWC dependencies

Advertisement

Advertisement