0
Example: Creating a basic application
Explorer
,
/t5/animate-discussions/example-creating-a-basic-application/td-p/5064442
May 10, 2013
May 10, 2013
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
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

/t5/animate-discussions/example-creating-a-basic-application/m-p/5064443#M134318
May 10, 2013
May 10, 2013
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

