MXML source cycle
MXML sources go through compiler phases asynchronously.
Every MXML component belongs to an ActionScript 3 package, which is determined according to the source path matching its path.
- For example, given that the set of source paths is (
src/) and the MXML component issrc/com/expert/ui/StatusBar.mxml, the MXML component belongs to thecom.expert.uipackage.