■ コンテキストメニューのビルトイン項目を非表示にするには

//メインタイムラインのフレームアクション
menu_cm = new ContextMenu();
menu_cm.hideBuiltInItems();
menu_cm.builtInItems.quality = true;
this.menu = menu_cm;