John:
Thanks for your help but I must have messed something up. This is what I have now and it shut everything down:
Code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [953, 389], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://mygiftsite.com/Images-Slideshow/Cabin-Birdhouse.jpg", "http://www.mygiftsite.com/Bird-Houses-Victorian-Bird-Houses-Country-Bird-Houses.htm"],
["http://mygiftsite.com/Images-Slideshow/Thanksgiving_2013.jpg", "http://www.mygiftsite.com/Thanksgiving-Decorations.htm"],
["http://mygiftsite.com/Images-Slideshow/CinnamonCandle.jpg", "http://www.mygiftsite.com/Scented-Candles-Scented-Jar-Candles.htm"],
["http://mygiftsite.com/Images-Slideshow/CuckooClock.jpg", "http://www.mygiftsite.com/Cuckoo-Clocks-Black-Forest-Cuckoo-Clocks.htm"],
["http://mygiftsite.com/Images-Slideshow/PalmTree.jpg", "http://www.mygiftsite.com/Silk-Plants-Silk-Trees-Silk-Flowers.htm"],
["http://mygiftsite.com/Images-Slideshow/SageBathSet.jpg", "http://www.mygiftsite.com/Bath-Accessory-Bath-Accessories-Discount-Bath-Accessories01.htm"]
//<--no trailing comma after very last image element! ],
displaymode: {type:'auto', pause:9000, cycles:0, wraparound:false} ,
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "no",
togglerid: ""
})
</script>
Thanks again for your assistance,
Silver
Bookmarks