快精灵印艺坊 您身边的文印专家
广州名片 深圳名片 会员卡 贵宾卡 印刷 设计教程
产品展示 在线订购 会员中心 产品模板 设计指南 在线编辑
 首页 名片设计   CorelDRAW   Illustrator   AuotoCAD   Painter   其他软件   Photoshop   Fireworks   Flash  

 » 彩色名片
 » PVC卡
 » 彩色磁性卡
 » 彩页/画册
 » 个性印务
 » 彩色不干胶
 » 明信片
   » 明信片
   » 彩色书签
   » 门挂
 » 其他产品与服务
   » 创业锦囊
   » 办公用品
     » 信封、信纸
     » 便签纸、斜面纸砖
     » 无碳复印纸
   » 海报
   » 大篇幅印刷
     » KT板
     » 海报
     » 横幅

在Flash中实现设为首页和加入收藏夹

现在很多的网站不管是大型的网站还是小的个人主页都有设为首页和加入收藏夹的功能,尽管实用性值得探讨但还是为网页增加了效果。那么在Flash动画中能不能也增加这样的功能呢?又应该如何实现这两个功能呢?下面来学习如何实现这两个效果。
在Flash中我们是通过ActionScript脚本来实现这两个效果,即将页面设为首页和加入收藏夹这里有两种方式。 第一种方式是通过按钮的getURL实现,只要在按钮上加入相应的ActionScript脚本即可。脚本如下:
设为首页
on (release) { getURL("javascript :void(document.links[0].style.behavior=\\'\\'\\'\\'\\'\\'\\'\\'url(#default#homepage)\\'\\'\\'\\'\\'\\'\\'\\');void document.links[0].setHomePage(\\'\\'\\'\\'\\'\\'\\'\\'http://您的网站地址/\\'\\'\\'\\'\\'\\'\\'\\');", "_self", "POST"); }
加入收藏夹
on (release) { getURL("javascript :void window.external.AddFavorite(\\'\\'\\'\\'\\'\\'\\'\\'http://您的网站地址\\'\\'\\'\\'\\'\\'\\'\\',\\'\\'\\'\\'\\'\\'\\'\\'网站名称\\'\\'\\'\\'\\'\\'\\'\\');", "_self", "POST"); }
第二种方式是通过用fscommand的方式,比上面一个要复杂一些。首先在Flash的按钮上添加ActionScript脚本代码
设为首页
on (release) { fscommand("setHomePage", "http://您的网站地址"); }
加入收藏夹
on (release) { fscommand("addFavorite", "http://网站地址|网站名称"); }
在发布Flash动画时选上HTML,在Template下拉菜单中选择Flash with fscommand,发布出html页面接着要对发布出来的HTML页面进行修改,在HTML代码中找到这么一段
// Handle all the the FSCommand messages in a Flash movie function sethomepage_DoFSCommand(command, args) { }
这一段修改成// Handle all the the FSCommand messages in a Flash movie function sethomepage_DoFSCommand(command, args) { var sethomepageObj = InternetExplorer ? sethomepage : document.sethomepage; if (command == "setHomePage") { document.links[0].style.behavior = "url(#default#homepage)"; document.links[0].setHomePage(args); } else if (command == "addFavorite") { args = args.split("|"); window.external.AddFavorite(args[0], args[1]);

返回类别: Flash教程
上一教程: 网页中层或菜单被Flash挡住的解决办法
下一教程: 出色:Flash手绘一副帅气眼镜

您可以阅读与"在Flash中实现设为首页和加入收藏夹"相关的教程:
· FLASH中实现眨眼睛的动画效果
· 在Flash中实现Winamp均衡器频谱效果
· 使Flash在网页中实现全屏显示
· Flash中实现物体运动的三种方式
· flash中实现场景转变中的马赛克效果
    微笑服务 优质保证 索取样品