Groups | Blog | Home
all groups > flash actionscript > july 2007 >

flash actionscript : Right Click Menue


joesmoes
7/20/2007 7:43:15 PM
:confused;

Hi,

i need to know how to remove some junk from the right click menu.

l also i want add some links on to the menu!

joesmoes
7/20/2007 8:17:49 PM
I found the answer !

function doSomething(){}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("This movie is copyrighted by Your company
Name", doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU;


AddThis Social Bookmark Button