topical media & game development
actionscript-book-HelloWorld-Greeter.ax
actionscript-book-HelloWorld-Greeter.ax
[swf]
flex
package
{
public class @ax-actionscript-book-HelloWorld-Greeter
{
public function sayHello():String
{
var greeting:String;
greeting = "Hello World!";
return greeting;
}
}
}
(C) Æliens
27/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.