- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <title>随机变换的幻灯片效果</title>
- <style type="text/css">
- .flashclass{ /*sample CSS class added to image slideshow container*/
- width: 200px; /*a width should be defined for transition to work*/
- border: 5px solid orange;
- padding: 5px;
- }
- .flashclass img{
- border-width: 0;
- }
- </style>
- <script type="text/javascript" src="transitionshow.js">
- </script>
- </head>
- <body>
- <script type="text/javascript">
- var flashyshow=new flashyslideshow({ //create instance of slideshow
- wrapperid: "myslideshow", //unique ID for this slideshow
- wrapperclass: "flashclass", //desired CSS class for this slideshow
- imagearray: [
- ["summer.jpg", "http://www.sharejs.com", "_new", "Such a nice Summer getaway."],
- ["winter.jpg", "http://en.wikipedia.org/wiki/Winter", "", "Winter is nice, as long as there's snow right?"],
- ["spring.jpg", "", "", "Flowers spring back to life in Spring."],
- ["autumn.jpg", "", "", "Ah the cool breeze of autumn."]
- ],
- pause: 2000, //pause between content change (millisec)
- transduration: 1000 //duration of transition (affects only IE users)
- })
- </script>
- </body>
- </html>
幻灯片切换轮播效果,文件下载:http://pan.baidu.com/s/1sjGzJHV