今天反编译了一个flash,发现了这个,记录下
function CR(obj, item)
{
} // End of the function
myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
myMenu.customItems.push(new ContextMenuItem(“amyflash.com”, CR));
_root.menu = myMenu;
myMenu.customItems.push(new ContextMenuItem(“QQ:7138784”, CR));
myMenu.customItems.push(new ContextMenuItem(“设计者:amyflash.com”, CR));
stop ();