Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Example: Creating a basic application

Explorer ,
May 10, 2013 May 10, 2013

This question was posted in response to the following article: http://help.adobe.com/en_US/as3/learn/WS5b3ccc516d4fbf351e63e3d118a9b90204-7fdf.html

TOPICS
ActionScript
317
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 10, 2013 May 10, 2013
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines