function goWeb(){
getURL("http://www.some.org",_blank);
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
MenuItem1 = new ContextMenuItem("copyrighted by ©", goWeb);
MenuItem2 = new ContextMenuItem("Visit our website @ www.some.org", goWeb);
MENU.customItems.push(MenuItem1);
MENU.customItems.push(MenuItem2);
_root.menu = MENU;
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment