col: 35 Error: Type was not found or was not a compile-time constant: Button.
код вот
private function createButton():Button {
var bb:Button = new Button();
return bb
}
Также есть
import fl.controls.Button;
вообще странно.. также ругается и на
col: 47 Error: Type was not found or was not a compile-time constant: ColorPickerEvent.
private function onFontColorChangeHandler(e:ColorPickerEvent):void {
}
хотя есть
import fl.events.ColorPickerEvent;
Подскажите Please
