自做FLASH放QQ空间:鼠标右键点击显示的信息怎么弄

发布时间:2024-05-13 04:09 发布:上海旅游网

问题描述:

自做FLASH放QQ空间:鼠标右键点击显示的信息怎么弄,比如点击FLASH后,信息上是我的名字,这个在FLASH 8上面怎么弄的?
我所说的信息,就是右键点了后,最下面显示:关于adobe flash player 9 的那个东西,我要在这里面加我想加的字,该怎么弄?

问题解答:

// Action script...

// [Action in Frame 1]
function tab()
{
} // End of the function
function url1()
{
getURL("空间地址链接", "_blank");
} // End of the function
function url2()
{
getURL("空间地址", "_blank");
} // End of the function
function url3()
{
getURL("空间地址", "_blank");
} // End of the function
function quit1()
{
fscommand("quit");
} // End of the function
var expandmenu = new ContextMenu();
expandmenu.hideBuiltInItems();
var $tab1 = new ContextMenuItem("作者:QQ", tab, false, false, true);
var $url1 = new ContextMenuItem("文字", url2);
var $tab2 = new ContextMenuItem("?芐?站‘(( ?罖去楼箜", tab, true, false, true);
var $url2 = new ContextMenuItem("", url1);
var $tab3 = new ContextMenuItem("", tab, true, false, true);
var $url3 = new ContextMenuItem("空间地址", url1);
var $tab4 = new ContextMenuItem(":文字", tab, true, false, true);
var $url4 = new ContextMenuItem("点击进入", url3);
expandmenu.customItems.push($tab1, $url1, $tab2, $url2, $tab3, $url3, $tab4, $url4, $tab5, $url5);
expandmenu.onSelect = menuHandler;
_root.menu = expandmenu;

不民白

“关于”那个东西是不能改的!

在FLASH里面 加上一点脚本代码 看看

建议你到这个网站上面去看看:
http://www.flash8.net/fla/

上面有很多源文件 可以提供下载

可能有你想要得

热点新闻