home *** CD-ROM | disk | FTP | other *** search
- var mContextMenu;
- var tItemHandler = function(obj, item)
- {
- };
- var tMenuHandler = function(obj, menuObj)
- {
- };
- mContextMenu = new ContextMenu(tMenuHandler);
- mContextMenu.hideBuiltInItems();
- mContextMenu.customItems.push(new ContextMenuItem("© Sean Cooper 2006",tItemHandler));
- _root.menu = mContextMenu;
- _global.mURLWindow = "_blank";
- stop();
-