ダイナミックテキストの履歴

AS3.0ダイナミックテキストを生成する方法

var myTextField:TextField = new TextField();  
myTextField.text = "Hellow world";  

addChild(myTextField);