Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/as3/learn/WS5b3ccc516d4fbf351e63e3d118a9b90204-7fdf.html
Copy link to clipboard
Copied
Typo: minHeight="768"" should say: minHeight="768"
mainTxt.text = myGreeter.sayHello(); It isn't void. Should say: myGreeter.sayHello(userName);
private var userName:String = "";
<mx:Label should say: <s:Label
Find more inspiration, events, and resources on the new Adobe Community
Explore Now