002011华夏红利分红:求图片轮流变换的特效代码

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/29 05:52:08
详细效果请参见http://www.ahxh.cn就是学院新闻左边的那个图片变换的特效代码

<!-- flash滚动焦点图 begin -->
<!--焦点图开始-->
<SCRIPT type=text/javascript>

<!--

var focus_width = 332; // 图片宽度
var focus_height= 232; // 图片高度
var text_height = 18; // 显示的文字高度
var swf_height = focus_height + text_height;

var pics ="/ckxw/521.jpg|/ckxw/8.jpg|/ckxw/6.jpg|/ckxw/7.jpg";
var links="/Article/xyxw/2006-06-27/2521.html|/Article/xyxw/2006-06-24/2515.html|/Article/xyxw/2006-06-22/2512.html|/Article/xyxw/2006-06-19/2506.html";
var texts="“新华521培英计划”新闻发布会|本年度最大型人才交流会在新华举行|新华电脑教育之歌全国歌手大赛决赛在肥隆重举行|新华电脑教育集团沙旭院长做客腾讯网与网友面对面";

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write('width="'+ focus_width +'" ');
document.write('height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain">');
document.write('<param name="movie" value="focus.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#F6F6F6">');
document.write('<param name="menu" value="false">');
document.write('<param name=wmode value="opaque">');
document.write('<param name="FlashVars" ');
document.write('value="pics='+pics);
document.write( '&links='+links);
document.write( '&texts='+texts);
document.write( '&borderwidth='+focus_width);
document.write( '&borderheight='+focus_height);
document.write( '&textheight='+text_height+'">');
document.write('<embed src="focus.swf" ');
document.write('wmode="opaque" ');
document.write('FlashVars="pics='+pics);
document.write( '&links='+links);
document.write( '&texts='+texts);
document.write( '&borderwidth='+focus_width);
document.write( '&borderheight='+focus_height);
document.write( '&textheight='+text_height+'" ');
document.write('menu="false" ');
document.write('bgcolor="#ffffff" ');
document.write('quality="high" ');
document.write('width="'+ focus_width +'" ');
document.write('height="'+ focus_height +'" ');
document.write('allowScriptAccess="sameDomain" ');
document.write('type="application/x-shockwave-flash" ');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');

//-->
</SCRIPT>
<!--焦点图结束-->
<!-- flash滚动焦点图 end -->

需要下载这个flash

http://www.ahxh.cn/focus.swf