Exey
21.12.2006, 17:34
<mx:Script><![CDATA[
public function initApp():void {
MyL.text="Hello!";
}
]]></mx:Script>
<mx:Label id="MyL" width="100%" height="100%" top="20" color="#ffffff"/>
Компилируется, но текста нет, почему?
public function initApp():void {
MyL.text="Hello!";
}
]]></mx:Script>
<mx:Label id="MyL" width="100%" height="100%" top="20" color="#ffffff"/>
Компилируется, но текста нет, почему?