テキストの装飾を設定するには

//メインタイムラインのフレームアクション
this._fmt = new TextFormat();
this._fmt.bold = true;
this._fmt.italic = true;
this._fmt.underline = true;
this._fmt.bullet = true;
this._txt.text = "Director\nFlash\nDreamweaver\nFireworks\nFreehand";
this._txt.setTextFormat(_fmt);
・サンプルを実行
・サンプルをダウンロード
Action Script逆引きクイックリファレンス 説明などは本書を参考にしてください。