ASDoc integration with build scripts

If you work in a team and use Flex, then you definitely use code written by other developers on your team. Wouldn’t it be nice to see the asdoc for their code the same way you see asdoc for the Flex SDK? Well now you no longer have to manually run asdoc, you can now leverage . . . → Read More: ASDoc integration with build scripts

Creating smaller swfs (Part II)

Here is the “Part II” of creating smaller swfs. In case you haven’t checked out the “Part I”, it can be found here: Creating smaller swfs (Part I). In this post, let’s focus on modules and how they can help in reducing the swf size.

What are Modules?

Modules are Flex swf files that can be dynamically . . . → Read More: Creating smaller swfs (Part II)

ASDoc for Flex SDK Builds

Do you work with the SDK nightly builds or the Flex SDK svn repository? If yes, then you have probably faced the situation where the flex public language reference is slightly older (compared to the nightly builds). If you are working with some new APIs then you obviously want to look at the latest asdoc.

Here . . . → Read More: ASDoc for Flex SDK Builds