As you know, all MXML files are converted to ActionScript Classes which are later compiled in SWF file. If you want to view / study these automatically generated classes, you can use Compiler Argument -keep-generated-actionscript in Flex Builder Project.
In Flex Builder navigate to Project > Properties > Flex Compiler > Additional compiler arguments and add following configuration: -keep-generated-actionscript
This will create a folder named generated in project source folder which will have all ActionScript classes which Flex Builder automatically generates from MXML ({MXML file name}-generated).




handy tip, thanks!
By: hsTed on May 21, 2008
at 10:14 pm
Try: -keep
It works just as well!
Ted
By: Ted Patrick on May 22, 2008
at 5:44 am
Hi,
i’m Narendar beginner to flex..
can u suggest some sample videos on flex..
By: Narendar on July 19, 2008
at 7:44 am
Thank you, Tushar, for concisely and simply providing directions in a way that Adobe apparently cannot.
By: John Burgoon on March 8, 2009
at 2:58 am