当前位置: 移动技术网 > IT编程>开发语言>JavaScript > 从sohu弄下来的flash中展示图片的代码

从sohu弄下来的flash中展示图片的代码

2019年07月19日  | 移动技术网IT编程  | 我要评论
所有文件已打包
<div id=sasflashfocus60></div>
<script type=text/javascript>
<!--
var vartext = ""
 function addinfo(title,photourl,link){
  if(vartext!=""){
   vartext+="|||";
  }
  vartext+=title+"|_|"+photourl+"|_|"+link;
 }
 addinfo("亮点车型","http://photocdn.sohu.com/20070427/img249732228.jpg","http://auto.sohu.com/s2007/07shhuizong/",0xa7369e);
 addinfo("七色车模","http://photocdn.sohu.com/20070427/img249732653.jpg","http://picture.auto.sohu.com/@category_c59047_p1.html",0xd0472b);
 addinfo("rio巡游","http:///cs/button/kia/1-2/4002000404.jpg","http://doc.go.sohu.com/200704/550ca3773adfd3c0940664efac775fef.php",0xa38fab);
 addinfo("迈腾3.2l","http:///cs/button/dazhong/maiteng/4002000426.jpg","http://doc.go.sohu.com/200704/8ee50a088699e780223f104c7f82883b.php",0x228dac);
 addinfo("上汽荣威","http:///cs/button/rongwei/400200426.jpg","http://doc.go.sohu.com/200704/c0d000feac145ecd22e950af023fc66f.php",0x78c80d);
addinfo("东风日产","http:///cs/button/gz/215-16/400200416.jpg","http://doc.go.sohu.com/200704/b879d005e37806495da1b4969e1e04d3.php",0x78c80d);
var sohuflash2 = new sohuflash("http:///cs/button/flash/0318.swf", "sasflashfocus60", 400, 220, "6");
sohuflash2.addparam("quality", "high");
sohuflash2.addparam("wmode", "transparent");
sohuflash2.addvariable("info",vartext);
sohuflash2.write("sasflashfocus60");
//-->
</script>


如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网