■ テキストにWebページへのリンクを設定するには
//メインタイムラインのフレームアクション
this._fmt
= new TextFormat();
this._fmt.url
= "http://www.haphands.com/";
this._fmt.target
= "_brank";
this._txt.html
= true;
this._txt.text = "Studio
Haphands";
this._txt.setTextFormat(_fmt);

