FLASH如何制作右键菜单?

来源:百度知道 编辑:UC知道 时间:2024/06/14 18:17:06
FLASH如何制作右键菜单?

function dj_menu0()
{
getURL("http://253503405.qzone.qq.com", "_blank");
} // End of the function
function dj_menu1()
{
getURL("http://253503405.qzone.qq.com", "_blank");
} // End of the function
function dj_menu2()
{
getURL("http://253503405.qzone.qq.com", "_blank");
} // End of the function
stop();
stop();
右键菜单 = new ContextMenu();
右键菜单.hideBuiltInItems();
右键菜单.customItems.push(new ContextMenuItem("XXXX", dj_menu0, false));
右键菜单.customItems.push(new ContextMenuItem("XXXXX", dj_menu1, false));
右键菜单.customItems.push(new ContextMenuItem(