Maison  >  Article  >  interface Web  >  TFDN图片播放器 不错自动播放_图象特效

TFDN图片播放器 不错自动播放_图象特效

WBOY
WBOYoriginal
2016-05-16 19:25:351475parcourir
复制代码 代码如下:



52515.net上传程序



<script> <BR><!-- Begin <BR>//more javascript from http://www.smallrain.net <BR>var rotate_delay = 3000; // delay in milliseconds (1000 = 1 secs) <BR>current = 0; <br><br>function next() { <br><br> if (document.slideform.slide[current+1]) { <BR> if(document.all){ <BR> document.images.show.style.filter="blendTrans(duration=2)" <BR> document.images.show.style.filter="blendTrans(duration=crossFadeDuration)" <BR> document.images.show.filters.blendTrans.Apply() <BR> } <br><br> document.images.show.src = document.slideform.slide[current+1].value; <BR> if(document.all){ <BR> document.images.show.filters.blendTrans.play() <BR> } <br><br> document.slideform.slide.selectedIndex = ++current; <BR> } <BR>else first(); <br><br>} <br><br>function previous() { <br><br>if (current-1 >= 0) { <BR> if(document.all){ <BR> document.images.show.style.filter="blendTrans(duration=2)" <BR> document.images.show.style.filter="blendTrans(duration=crossFadeDuration)" <BR> document.images.show.filters.blendTrans.Apply() <BR> } <br><br> document.images.show.src = document.slideform.slide[current-1].value; <BR> if(document.all){ <BR> document.images.show.filters.blendTrans.play() <BR> } <br><br> document.slideform.slide.selectedIndex = --current; <BR> } <BR>else last(); <br><br>} <br><br>function first() { <br><br>current = 0; <BR> if(document.all){ <BR> document.images.show.style.filter="blendTrans(duration=2)" <BR> document.images.show.style.filter="blendTrans(duration=crossFadeDuration)" <BR> document.images.show.filters.blendTrans.Apply() <BR> } <br><br> document.images.show.src = document.slideform.slide[0].value; <BR> if(document.all){ <BR> document.images.show.filters.blendTrans.play() <BR> } <br><br>document.slideform.slide.selectedIndex = 0; <br><br>} <br><br>function last() { <br><br> current = document.slideform.slide.length-1; <BR> if(document.all){ <BR> document.images.show.style.filter="blendTrans(duration=2)" <BR> document.images.show.style.filter="blendTrans(duration=crossFadeDuration)" <BR> document.images.show.filters.blendTrans.Apply() <BR> } <br><br> document.images.show.src = document.slideform.slide[current].value; <BR> if(document.all){ <BR> document.images.show.filters.blendTrans.play() <BR> } <br><br> document.slideform.slide.selectedIndex = current; <br><br>} <br><br>function ap(text) { <br><br> document.slideform.slidebutton.value = (text == "停止播放") ? "自动播放" : "停止播放"; <br><br> rotate(); <br><br>} <br><br>function change() { <br><br> current = document.slideform.slide.selectedIndex; <BR> if(document.all){ <BR> document.images.show.style.filter="blendTrans(duration=2)" <BR> document.images.show.style.filter="blendTrans(duration=crossFadeDuration)" <BR> document.images.show.filters.blendTrans.Apply() <BR> } <br><br> document.images.show.src = document.slideform.slide[current].value; <BR> if(document.all){ <BR> document.images.show.filters.blendTrans.play() <BR> } <br><br>} <br><br>function rotate() { <br><br>if (document.slideform.slidebutton.value == "停止播放") { <br><br> current = (current == document.slideform.slide.length-1) ? 0 : current+1; <BR> if(document.all){ <BR> document.images.show.style.filter="blendTrans(duration=2)" <BR> document.images.show.style.filter="blendTrans(duration=crossFadeDuration)" <BR> document.images.show.filters.blendTrans.Apply() <BR> } <br><br> document.images.show.src = document.slideform.slide[current].value; <BR> if(document.all){ <BR> document.images.show.filters.blendTrans.play() <BR> } <br><br> document.slideform.slide.selectedIndex = current; <BR> window.setTimeout("rotate()", rotate_delay); <br><br> } <br><br>} <BR>// End --> <br><br></script>



 TFDN图片播放器





TFDN图片播放器 不错自动播放_图象特效 








    set rs=conn.execute("select * from upload order by id")
%>





 
[上传图片] [图片管理]




Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn