首页  >  文章  >  web前端  >  TFDN图片播放器 不错自动播放_图象特效

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

WBOY
WBOY原创
2016-05-16 19:25:351475浏览
复制代码 代码如下:



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")
%>





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




声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn