By Gaurav, on June 26th, 2009%
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 now use the . . . → Read More: Setting ASDoc description for packages
By Gaurav, on June 25th, 2009%
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
By Gaurav, on June 23rd, 2009%
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)