[漂亮女局长]漂亮javascript+flash焦点广告切换图代码

更新时间:2016-03-13    来源:php常用代码    手机版     字体:

【www.bbyears.com--php常用代码】

漂亮javascript+flash焦点广告切换图代码


   
<script type=text/javascript>
var pic_width=726; //图片宽度
var pic_height=170; //图片高度
var button_pos=4; //按扭位置 1左 2右 3上 4下
var stop_time=5000; //图片停留时间(1000为1秒钟)
var show_text=0; //是否显示文字标签 1显示 0不显示
var txtcolor="000000"; //文字色
var bgcolor="DDDDDD"; //背景色
var imag=new Array();
var link=new Array();
var text=new Array();
imag[1]="http://www.tudou.com/flash/13.jpg";
link[1]="http://www.tudou.com/playlist/playindex.do?lid=6008124&iid=30546362&cid=23";
text[1]="广告 1";
imag[2]="http://www.tudou.com/flash/9.jpg";
link[2]="http://www.tfcoal.com/nwxx/ShowArticle.asp?ArticleID=24584";
text[2]="广告 2";
imag[3]="http://www.tudou.com/flash/8.jpg";
link[3]="http://www.tfcoal.com/09gdtm/gdtmlist.html";
text[3]="广告 3";
imag[4]="http://www.tudou.com/flash/2.jpg";
link[4]="http://www.tfcoal.com/Article/ShowArticle.asp?ArticleID=14602";
text[4]="广告 4";
imag[5]="http://www.tudou.com/flash/12.jpg";
link[5]="http://www.tfcoal.com/Article/ShowArticle.asp?ArticleID=25109";
text[5]="广告 5";
imag[6]="http://www.tudou.com/flash/hexie.jpg";
link[6]="http://www.lwlm.com/Present/200910/318137.htmn";
text[6]="广告 6";
//可编辑内容结束
var swf_height=show_text==1?pic_height+20:pic_height;
var pics="", links="", texts="";
for(var i=1; i  pics=pics+("|"+imag[i]);
 links=links+("|"+link[i]);
 texts=texts+("|"+text[i]);
}
pics=pics.substring(1);
links=links.substring(1);
texts=texts.substring(1);
document.write("");
document.write("");
document.write("");
document.write("");
document.write("");
document.write("Access="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />");
document.write("
");
</script>
   

本文来源:http://www.bbyears.com/jiaocheng/22374.html

猜你感兴趣