代码就在这里<script type="text/javascript">
imgUrl1 = 'templates/weenshow/images/banner_1.jpg';
imgUrl2 = 'templates/weenshow/images/banner_2.jpg';
imgUrl3 = 'templates/weenshow/images/banner_3.jpg';
imgUrl4 = 'templates/weenshow/images/banner_4.jpg';
imgUrl5 = 'templates/weenshow/images/banner_5.jpg';
imgUrl6 = 'templates/weenshow/images/banner_6.jpg';
imgLink1 = 'index.php';
imgLink2 = 'index.php';
imgLink3 = 'index.php';
imgLink4 = 'index.php';
imgLink5 = 'index.php';
imgLink6 = 'index.php';
var focus_width=768
var focus_height=293
var swf_height = focus_height
var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5+"|"+imgUrl6
var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5+"|"+imgLink6
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="templates/weenshow/images/focus.swf"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&borderwidth='+focus_width+'&borderheight='+focus_height+'">');
document.write('<embed src="templates/weenshow/images/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&borderwidth='+focus_width+'&borderheight='+focus_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>');
</script>
但我不知道改哪里才有效