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文件发布出去就好了(方法自己去想吧!).