as2.0右键设置连接问题

function dj_menu(){
 getURL("http://www.dm5u.com");
}
function dj_menu1(){
 getURL("http://wpa.qq.com/msgrd?v=3&uin=228608671&site=qq&menu=yes");
}
function dj_menu2(){
 getURL("http://wpa.qq.com/msgrd?v=3&uin=2856047728&site=qq&menu=yes");
}
右键菜单=new ContextMenu();
右键菜单.hideBuiltInItems();
右键菜单.customItems.push(new ContextMenuItem("欢迎光临小学动漫网",dj_menu,false));
右键菜单.customItems.push(new ContextMenuItem("详情登录:http://www.dm5u.com",dj_menu,false));
右键菜单.customItems.push(new ContextMenuItem("咨询热线:010-52200942 ",dj_menu,false));
右键菜单.customItems.push(new ContextMenuItem("咨询热Q:228608671",dj_menu1,false));
右键菜单.customItems.push(new ContextMenuItem("技术小Q:2856047728",dj_menu2,false));
_root.menu = 右键菜单;

posted @ 2012-12-14 10:54  小糊涂仙儿  阅读(182)  评论(0)    收藏  举报