js图片轮换在火狐,chrome浏览器,360浏览器中不兼容的解决方法

firefox 对object标签不敏感

添加embed标签就OK,如下代码添加,注意看添加的embed标签


JS代码修改如下,红色标注部分为新增加部分


<script type="text/javascript">

imgUrl1="images/image1.jpg";

imgtext1="广告创意01"

imgLink1=escape("xinchundiannao.asp");

imgUrl2="images/image2.jpg";

imgtext2="广告创意02"

imgLink2=escape("trends.asp?id=83");

imgUrl3="images/image3.jpg";

imgtext3="广告创意03"

imgLink3=escape("shopregister.asp");

imgUrl4="images/image4.jpg";

imgtext4="广告创意04"

imgLink4=escape("#");

imgUrl5="images/image5.jpg";

imgtext5="广告创意05"

imgLink5=escape("#");


var focus_width=560

var focus_height=132

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="images/focus1.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="jsp/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>');

</script> 

下一主题:不会编程?Webflow 让你网页设计无压力 上一主题:建网站需要提供的资料
        Valid CSS!
  • 客服热线:周一至周五 9:00-18:00
  • 0755-28121545
  • 咨询信箱:[email protected]