■ Flash Playerの設定パネルを表示するには

//メインタイムラインのフレームアクション
setting_btn.onRelease = function() {
System.showSettings(2);
};