// Hello World in ActionScript 3. Place code in the first frame Actions.

var t:TextField=new TextField();
t.text="Hello World!";
addChild(t);