1) Script Title: Fadeslideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem: get the following error
Message: Object doesn't support this property or method
Line: 44
Char: 2
Code: 0
URI: http://maineflyfish.com/Scripts/fadeslideshow.js
Code:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="Scripts/fadeslideshow.js"> /*********************************************** * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/ </script> <script type="text/javascript"> var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [300, 171], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["http://www.maineflyfish.com/hatches/caddis.jpg", "http://www.maineflyfish.com/hatches/caddisfly/page1.htm", "", "Caddis: Click to read Caddis Hatch report"], ["http://www.maineflyfish.com/hatches/dragonfly.jpg", "http://www.maineflyfish.com/hatches/dragonfly/page1.htm", "", "Dragonfly: Click to read Dragonfly Hatch report"], ["http://www.maineflyfish.com/hatches/mayfly.jpg", "http://www.maineflyfish.com/hatches/mayfly/page1.htm", "", "Mayfly: Click to read Mayfly Hatch report"], ["http://www.maineflyfish.com/hatches/midge.jpg", "http://www.maineflyfish.com/hatches/midges/page1.htm", "", "Midge: Click to read Midge Hatch report"], ["http://www.maineflyfish.com/hatches/newengland.jpg", "http://www.maineflyfish.com/hatches/newenglandhatches/page1.htm", "", "New England: Click to read New England Hatch report"], ["http://www.maineflyfish.com/hatches/stonefly.jpg", "http://www.maineflyfish.com/hatches/stonefly/page1.htm", "", "Stonefly: Click to read Stonefly Hatch report"] ], 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>



Reply With Quote

Bookmarks