■ テキストフィールドのタイプを設定するには

//メインタイムラインのフレームアクション
this.createTextField("_txt", 0, 20,60,280,160);
this._txt.type = "input";
this._txt.selectable = true;
this._txt.border = true;