Index_right_guanggao_2.js
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

DOS

  1. var gotourl="#";
  2. imgUrl1="/Images/AdPhoto/z6.jpg";
  3. imgtext1="侯湘婷新歌《无果花》"
  4. imgLink1=escape("#");
  5. imgUrl2="/Images/AdPhoto/z1.jpg";
  6. imgtext2="剑侠情缘"
  7. imgLink2=escape("#");
  8. imgUrl3="/Images/AdPhoto/z2.jpg";
  9. imgtext3="桃花源"
  10. imgLink3=escape("#");
  11. imgUrl4="/Images/AdPhoto/z3.jpg";
  12. imgtext4="用快车高速下载!Flashget"
  13. imgLink4=escape("#");
  14. imgUrl5="/Images/AdPhoto/z4.jpg";
  15. imgtext5="我想更懂你"
  16. imgLink5=escape("#");
  17. imgUrl6="/Images/AdPhoto/z5.jpg";
  18. imgtext6="Hit-pop"
  19. imgLink6=escape("#");
  20.  var focus_width=200
  21.  var focus_height=140
  22.  var text_height=0
  23.  var swf_height = focus_height+text_height
  24.  
  25.  var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5+"|"+imgUrl6
  26.  var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5+"|"+imgLink6
  27.  var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4+"|"+imgtext5+"|"+imgtext6
  28.  
  29.  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 +'">');
  30.  document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="/Images/AdPhoto/Focus.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
  31.  document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
  32.  document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
  33.  document.write('<embed src="/Images/AdPhoto/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>');