import components.*; ... ... public function initApp(e:Event):void { var b:MyComp = new MyComp(); b.label="Click Me"; addChild(b); }