Code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [500, 375], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["SlideShowFiles/tasmania/1.JPG", "", "", ""],
["SlideShowFiles/tasmania/2.JPG", "", "", ""],
["SlideShowFiles/tasmania/3.jpg", "", "", ""],
["SlideShowFiles/tasmania/5.JPG", "", "", ""],
["SlideShowFiles/tasmania/6.JPG", "", "", ""],
["SlideShowFiles/tasmania/7.JPG", "", "", ""],
["SlideShowFiles/tasmania/10.JPG", "", "", ""],
["SlideShowFiles/tasmania/11.JPG", "", "", ""],
["SlideShowFiles/tasmania/17.JPG", "", "", ""],
["SlideShowFiles/tasmania/21.jpg", "", "", ""],
["SlideShowFiles/tasmania/23.jpg", "", "", ""],
["SlideShowFiles/tasmania/25.JPG", "", "", ""],
["SlideShowFiles/tasmania/27.jpg", "", "", ""],
["SlideShowFiles/tasmania/30.JPG", "", "", ""],
["SlideShowFiles/tasmania/35.JPG", "", "", ""],
["SlideShowFiles/tasmania/36.jpg", "", "", ""],
["SlideShowFiles/tasmania/37.JPG", "", "", ""],
["SlideShowFiles/tasmania/38.jpg", "", "", ""],
["SlideShowFiles/tasmania/39.JPG", "", "", ""],
["SlideShowFiles/tasmania/40.JPG", "", "", ""] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
All images will be present and accounted for and the slideshow will work.
Bookmarks