Hi Danny,
The class for the control bar is linked to the control bar symbol in
the FLA. The controls in the control bar have instance names that
correspond to the property names you're seeing. By putting those
control instances on the stage, they get instantiated when the SWF
runs, and the instance name maps those instances to the properties
declared in the class. To do it this way, we have the Declare Stage
Instances option in the AS3 publish options turned to false. Otherwise
Flash tries to createe properties on the class for named instances on
the stage.
Nils