package { import flash.display.Sprite; import flash.text.*; public class HelloWorld extends Sprite { public function HelloWorld() { // write as3 code here.. var testField:TextField = new TextField(); testField.text = "hello world"; addChild(testField); } } } hello world / 2009-3-31