سلام دوست عزيز
من خودم اين كد رو تازه پيدا كردم خيلي ساده است . توي اكشن اولين فريم فايلت اونو وارد كن
function doSomething(){}
function doSomething1(){}
function doSomething2(){
getURL("http://www.Karmania.ir", _blank);}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Copyright © 2001-2005 Karmania Media. Kerman, Iran, All rights reserved.", doSomething);
Functioned1 = new ContextMenuItem("طراح : محمدكاظم ستوده", doSomething1);
Functioned2 = new ContextMenuItem("ويزيت وب سايت", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned1);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
نقل از سايت : Flashkit