function my_page() { getURL("http://www.neter8.com/", "_blank"); } // End of the function onEnterFrame = function () { if (textheight != undefined && borderwidth != undefined && borderheight != undefined) { delete onEnterFrame; nextFrame (); } // end if }; stop (); var my_menu = new ContextMenu(); my_menu.hideBuiltInItems(); my_menu.customItems.push(new ContextMenuItem("站長論壇", my_page, false)); _root.menu = my_menu; 在FLASH文件新建一個層就可以了!加入上面的代碼就可以了.然后把你的swf文件發(fā)布出去就好了(方法自己去想吧!).