By default flash develop projects use an instrinsic set of classes for all the code completion of the flex sdk. I’ve been getting more indepth with the code behind components in flex and wanted to be able to press f4 and have the code appear instead of the instrinsic class.
This is really easy to do…
Go Project -> properties and to the compiler options tab.
Expand the Intrisic Libraries and change it to the frameworks\projects\framework\src folder of where you have your flex sdk.
Now back to trying to work out how components do their accessibility…