各大门户网站Flash和JS实现的图片幻灯片切换特效代码

图片幻灯片切换特效代码一、腾讯FLASH广告
比如
[url]http://auto.qq.com[/url]这种是带文字介绍的
[url]http://music.qq.com[/url]这种是不带文字介绍的
其实就是一个js调用一个flash文件件和一段js代码
我们看到的门户网站的FLASH广告实现起来其实非常的容易,就是用一个成形的FLASH文件+JS脚本调用

js脚本的调用代码如下

/*var focus_width=549;
var focus_height=160;
var text_height=0;
var swf_height = focus_height+text_height;

var host = "http://www.eaget.com.cn/";

var pics= 'http://www.eaget.com.cn/images/flash/1.jpg'
var links='http://www.eaget.com.cn/products/index_d801.asp|http://www.eaget.com.cn/products/index_md800.asp|http://www.eaget.com.cn/products/index_H100.asp|http://www.eaget.com.cn/products/index_a600.asp|http://www.eaget.com.cn/products/index_m300.asp'
var texts='#|#|#|#|#'

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="/UploadFile/ad/pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#cccccc">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque"><param name=wmode value="transparent">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
document.write('<embed src="http://www.eaget.com.cn/flash/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
*/
imgUrl1="http://www.eaget.com.cn/images/flash/1.jpg";
imgtext1="#"
imgLink1=escape("http://www.eaget.com.cn/2009/a8/index.asp");
imgUrl2="http://www.eaget.com.cn/images/flash/2.jpg";
imgtext2="#"
imgLink2=escape("http://www.eaget.com.cn/products/index_x3.asp");
imgUrl3="http://www.eaget.com.cn/images/flash/3.jpg";
imgtext3="#"
imgLink3=escape("http://www.eaget.com.cn/2009/hd/index.asp");
imgUrl4="http://www.eaget.com.cn/images/flash/jap.jpg";
imgtext4="#"
imgLink4=escape("http://www.eaget.com.cn/japard/index.htm");
imgUrl5="http://www.eaget.com.cn/images/flash/5.jpg";
imgtext5="#"
imgLink5=escape("http://www.eaget.com.cn/products/index_e906.asp");

var focus_width=549
var focus_height=160
var text_height=0
var swf_height = focus_height+text_height

var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5
var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5
var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4+"|"+imgtext5

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://www.it.com.cn/images/focus.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
document.write('<embed src="http://www.eaget.com.cn/flash/focus.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#F0F0F0" 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>');
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值