在Flash中添加“设为首页”、“加为收藏”的方法

 更新时间:2007年03月20日 00:00:00   作者:  
如何?在Flash中实现“设为首页”和“加为收藏”功能是使用Get URL结合JavaScript来实现的。
  设为首页代码:
on (release) {
getURL("javascript:void(document.links[0].style.behavior='url(#default#homepage)');void document.links[0].setHomePage('http://www.showhs.com/');", "_self", "POST");
}
  加为收藏代码:
on (release) {
getURL("javascript:window.external.AddFavorite('https://www.jb51.net/','脚本之家')");

其实很简单,就上面这么两段代码。。[Stage.showmenu=false] 

相关文章

最新评论