Setting ASDoc description for packages

So you have a lot of packages and you want to add description for all your package for ASDoc? You can use the -packages.package parameter but it can be tedious to repeat the ASDoc command line parameter (-packages.package) for each individual package.

Now you don’t have to repeat the parameter because you can . . . → Read More: Setting ASDoc description for packages

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 . . . → 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 . . . → Read More: Creating smaller swfs (Part II)

Advertisement

Advertisement