这代码谁有
帮找这个图片特效代码
- 提问者网友:杀手的诗
- 2021-06-08 09:45
- 五星知识达人网友:躲不过心动
- 2021-06-08 10:01
楼上的,你的代码太复杂了,并且不易理解,看我的代码,很简单,只需要改下里面的图片路径就可以了:
代码如下:
<script type="text/javascript">
<!--
var interval_time=5 ;
var focus_width=960
var focus_height=300
var text_height=0;
var text_mtop = 0;
var text_lm = 0;
var textmargin = text_mtop+"|"+text_lm;
var textcolor = "#000000|0x000000";
var text_align= 'center';
var swf_height = focus_height+text_height+text_mtop;
var text_size = 0;
var borderStyle="1|0x000000|100";
var pics='image/hl001.jpg|image/hl002.jpg'
var links='#|#|#|#|#|#'
var texts=''
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=" http://mat1.qq.com/tech/flash/hot_new.swf"> <param name="quality" value="high"><param name="Wmode" value="transparent">');
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+'&textmargin='+textmargin+'&textcolor='+textcolor+'&borderstyle='+borderStyle+'&text_align='+text_align+'&interval_time='+interval_time+'&textsize='+text_size+'">');
document.write('<embed src=" http://mat1.qq.com/tech/flash/hot_new.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'&textmargin='+textmargin+'&textcolor='+textcolor+'&borderstyle='+borderStyle+'&text_align='+text_align+'&interval_time='+interval_time+'&textsize='+text_size+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=" http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>');
//-->
</script>
需要修改的部分,我已经加粗了!你直接复制到你网页就可以了!绝对能用,如果你满意,请选择我为满意答案,谢谢
- 1楼网友:白昼之月
- 2021-06-08 11:48
这个类似的代码太多了,
想要效果代码简单,来xin850615.ys168.com,
这是我的网盘,去看看吧
- 2楼网友:过活
- 2021-06-08 10:24
<script> //-----WNum 为图片宽度 //-----HNum 为图片高度 //-----TNum 为文字高度(可为空 ,即不显示) function go_Img(WNum,HNum,TNum){ Go_Num=(imgUrl.length-1);key=0;adNum=0;theTimer=''; var C_lass; var $=function $(str){return document.write(str);}; var C_ss="<style>"; C_ss=C_ss+"div{overflow:hidden;}"; C_ss=C_ss+".W_Ord{overflow;hidden;text-align:center;color:#F00;font-weight:bold;clear:both;width:"+WNum+"px;height:"+TNum+";background-color:#eee;}"; C_ss=C_ss+".Min_On{color:#fff;Float:right;background-color:#f00;cursor:pointer;width:30px;height:20px;padding-top:1px;border:1px solid #f60;text-align:center;font-weight:bold;border-left:1px solid #eee;border-right:1px solid #eee;margin-left:-1px;}"; C_ss=C_ss+".Min_Off{color:#fff;Float:right;cursor:pointer;width:30px;height:20px;padding-top:1px;border-left:1px solid #eee;border-right:1px solid #eee;margin-left:-1px;text-align:center;font-weight:bold;}"; C_ss=C_ss+"</style>"; $(C_ss);C_ss=''; $("<Div style='width:"+WNum+"px;height:"+HNum+"px;border:1px solid #eee;'>"); $("<div style='width:"+WNum+"px;height:"+HNum+"px;'><img style='Cursor:Pointer;Filter:revealTrans(duration=2,transition=12);width:"+WNum+"px;height:"+HNum+"px;' src='"+imgUrl[1]+"' name=imgInit onclick=go_Url();></Div>"); $("<div class='Rig' style='width:"+WNum+"px;height:20px;margin-top:-20px;'>"); for (var i=100;i>0 ;i=i-2){ $("<Div style='float:right;width:4px;height:20px;background-color:#000;filter:alpha(opacity="+i/2+");-moz-opacity:0."+i/20+";opacity: 0."+i/20+"; '> </Div>"); } $("</Div>"); $("<Div class='Rig' style='width:"+WNum+"px;height:"+HNum+"px;margin-top:-20px;'>"); for (var j=Go_Num;j>0 ;j--){ if (j==1){C_lass='Min_On';}else{C_lass='Min_Off';} $("<Div Id='Min"+j+"' class='"+C_lass+"' onmouseover=nextAd("+j+");>"+j+"</Div>"); } $("</Div>"); $("</Div>"); if (TNum && TNum!=''){ $("<Div Id='W_Ord' class='W_Ord'>"+imgWord[1]+"</Div>"); } nextAd(1); } function nextAd(GetNum){ var O=function O(objid){return document.getElementById(objid);} adNum=adNum%Go_Num; adNum++ ; if(GetNum!=undefined && GetNum!=0){adNum=GetNum;} if(key==0){key=1;} else if(document.all){ imgInit.filters.revealTrans.Transition=23; imgInit.filters.revealTrans.apply(); imgInit.filters.revealTrans.play(); if (document.all.W_Ord!=undefined){document.all.W_Ord.innerHTML=imgWord[adNum];} for (var i=1;i<(Go_Num+1);i++ ){O('Min'+i).className='Min_Off';} O('Min'+adNum).className='Min_On'; } document.images.imgInit.src=imgUrl[adNum]; if (GetNum==undefined){theTimer=setTimeout(nextAd, 6000);} else{clearTimeout(theTimer);theTimer=setTimeout(nextAd, 6000);} } function go_Url(jumpTarget){ jumpUrl=imgLink[adNum]; jumpTarget='_blank'; //_blank if (jumpUrl != ''){ if (jumpTarget != '') window.open(jumpUrl,jumpTarget); else location.href=jumpUrl; } } </script>
<script> //-------建产数组 var imgUrl=new Array(); var imgLink=new Array(); var imgWord=new Array(); imgUrl[1]=' http://hfxhyy.35hf.cn/back/UpPic/8vzrlf5v1czut.jpg'; imgLink[1]=' http://hfxhyy.35hf.cn/Object.asp?StrId=20'; imgWord[1]='Six信息'; imgUrl[2]=' http://hfxhyy.35hf.cn/back/UpPic/q6hxyzon6by4b.jpg'; imgLink[2]=' http://hfxhyy.35hf.cn/Object.asp?StrId=18'; imgWord[2]='Five'; imgUrl[3]=' http://hfxhyy.35hf.cn/back/UpPic/kdiqte-0rune7.jpg'; imgLink[3]='/Object.asp?StrId=17'; imgWord[3]='Four'; imgUrl[4]=' http://hfxhyy.35hf.cn/back/UpPic/mrocr4k8v1f40.jpg'; imgLink[4]=' http://hfxhyy.35hf.cn/Object.asp?StrId=16'; imgWord[4]='Three'; imgUrl[5]=' http://hfxhyy.35hf.cn/back/UpPic/rsba4jy1m7mf6.jpg'; imgLink[5]=' http://hfxhyy.35hf.cn/Object.asp?StrId=15'; imgWord[5]='Two'; imgUrl[6]=' http://hfxhyy.35hf.cn/back/UpPic/ttqnfeij7_d8p.jpg'; imgLink[6]=' http://hfxhyy.35hf.cn/Object.asp?StrId=14'; imgWord[6]='one';
// 调用方法 go_Img(290,205,20); //-----------------------------调用方法 </script>