仿sohu娱乐5屏焦点图片切换效果
兼容性:IE6+ FireFox2+ Opera9+ 更新时间:2009-09-28
简介:flash+js实现的焦点图片切换效果,可以直接在html页面内修改图片及链接地址
在网页<head>区添加以下代码
<script src="js/sohuflash_1.js" type="text/javascript"></script>
在网页<body>区添加以下代码
<div id="flashcontent01" style="margin-top:0px;"></div>
<script type="text/javascript">
// <![CDATA[
var pics='images/01.jpg|images/02.jpg|images/03.jpg|images/04.jpg|images/05.jpg';
var mylinks='http://www.sharejs.com/|http://www.sharejs.com/|http://www.sharejs.com/|http://www.sharejs.com/|http://www.sharejs.com/';
var texts='王菲|两个混蛋|变性|秦岚|广告';
var sohuFlash2 = new sohuFlash("yule.swf","sohuFlashID01","260","338","5","#ffffff");
sohuFlash2.addParam("quality", "high");
sohuFlash2.addParam("wmode", "opaque");
sohuFlash2.addParam("wmode", "transparent");
sohuFlash2.addParam("salign", "t");
sohuFlash2.addVariable("p",pics);
sohuFlash2.addVariable("l",mylinks);
sohuFlash2.addVariable("icon",texts);
sohuFlash2.write("flashcontent01");
// ]]>
</script>
上一篇: 支付宝960宽滑动banner广告代码 下一篇: 探索频道js大幅焦点图片切换效果
本类最新
本类热门