■ 現在表示中のフレーム番号を調べるには

//メインタイムラインのフレームアクション
this.onEnterFrame = function(){
this.frame_txt.text = this._currentframe;
};