Flash右键菜单问题

来源:百度知道 编辑:UC知道 时间:2024/06/30 16:42:51
我的那些代码都弄进去了 。动作侦里!怎么导出来的还是没有那个右键采单???
右键菜单 = new ContextMenu();
右键菜单.hideBuiltInItems();
右键菜单.customItems.push(new ContextMenuItem('QQ:664394410', dj_menu0, false));
右键菜单.customItems.push(new ContextMenuItem('支持原创哦!小振制作!', dj_menu1, false));
function dj_menu0() {
getURL('http://jayzhou100.qzone.qq.com/','_blank');
}
这些代码都对的啊,导出来就是没有 ,我晕
请教下了

// Action script...

// [Action in Frame 1]
function f4_func()
{
System.setClipboard("http://jayzhou100.qzone.qq.com/");
getURL("http://jayzhou100.qzone.qq.com/", "_blank");
} // End of the function
function f5_func()
{
System.setClipboard("http://jayzhou100.qzone.qq.com/");
getURL("http://jayzhou100.qzone.qq.com/", "_blank");
} // End of the function
function f1_func()
{
System.setClipboard("http://jayzhou1