[F5] Beguinner need help! Remove Mouse menu in Projector

HI,

I need to remove just the mouse button menu in a projector.
The clicks in mouse right button must work…

I used this:

MENU = new ContextMenu();
MENU.hideBuiltInItems();
_root.menu = MENU;

but still showing in Menu
Settings…
About Macromedia