快速业务通道

谈谈新浪网体育新闻中的SWF用法

作者 佚名技术 来源 服务器技术 浏览 发布时间 2012-07-08

loadpic.rar

很多人问过新浪网上体育新闻中的SWF的做法,我这是也简单谈一下:
 这个SWF通过网页的JavaScript获得变量名,在网页中通过“FlashVar”向SWF文件传送变量,这样SWF
 才获得图片地址,图片文字说明和链接地址,以及场景大小。文件中共有21种遮照效果,都用AS实现遮照的。
分析HTML源文件中可见:(看效果http://zhydlzr.go.51.net/abcde.html)
<scripttype=text/Javascript>
<!--
varfocus_width=370//场景宽
varfocus_height=270  //场景高
vartext_height=26   //文字说明字高,为0时不显示文本
varswf_height=focus_height+text_height


varpics=’http://zhydlzr.go.51.net/image/jpg/jpg0.jpg|http://zhydlzr.go.51.net/image/jpg/jpg1.jpg|
http://zhydlzr.go.51.net/image/jpg/jpg2.jpg|http://zhydlzr.go.51.net/image/jpg/jpg3.jpg|
http://zhydlzr.go.51.net/image/jpg/jpg4.jpg|http://zhydlzr.go.51.net/image/jpg/jpg5.jpg’
varlinks=’http://www.flash8.net|http://bbs.flash8.net|
http://bbs.flash8.net|http://bbs.flash8.net|http://bbs.flash8.net|http://bbs.flash8.net’
vartexts=’这是我加的第一张图片|第二张|第三张|第四张|第五张图片|第6张图片’
//以上三个变量是说明图片地址,每张图片的链接地址及说明,图片的张数也在这里体现,中间用|隔开。
document.write(’<objectID="focus_flash"classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.Macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="’+focus_width+’"height="’+swf_height+’">’);
document.write(’<paramname="allowScriptAccess"value="sameDomain"><paramname="movie"value="abcde.swf">
<paramname="quality"value="high"><paramname="bgcolor"value="#E7E7E7">’);
document.write(’<paramname="menu"value="false"><paramname=wmodevalue="opaque">’);
document.write(’<paramname="FlashVars"value="pics=’+pics+’&links=’+links+’&texts=
’+texts+’&borderwidth=’+focus_width+’&borderheight=’+focus_height+’&textheight=’+text_height+’">’);
document.write(’<embedID="focus_flash"src="abcde.swf"wmode="opaque"FlashVars="pics=’+pics+’&links
=’+links+’&texts=’+texts+’&borderwidth=’+focus_width+’&borderheight=’+focus_height+’&textheight=
’+text_height+’"menu="false"bgcolor="#E7E7E7"quality="high"width="’+focus_width+’"height=
"’+focus_height+’"allowScriptAccess="sameDomain"type="application/x-shockwave-flash"pluginspage=
"http://www.macromedia.com/go/getflashplayer"/>’);document.write(’</object>’);
//--></script>如果要用这个效果的话,只须在上面红色部色更改,abcde.swf在附件中提供
将代码写入html中,就行了。 关键词:

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号