Help! How 2 hide all Menu!

I dont want to show any menu when i click right mouse.

If i use:
fscommand(“showmenu”,“false”);

It still have 2 menuItem: Setting & About Flash 7…

How can i hide all of tat.

If i use code:

code:


var cm:ContextMenu=new ContextMenu;

cm.hideBuiltInItems();

_root.menu=cm;

==> I get same result!!

Help me as soon as well! Btw thanks!