The images are not on the server in the locations listed in the script.
Code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [780, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["freshplums.jpg"],
["lacdelanquis2.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: "always",
togglerid: ""
})
</script>
freshplums.jpg is here:
Code:
http://www.labellepetraie.com/Images/freshplums.jpg
not:
Code:
http://www.labellepetraie.com/freshplums.jpg
as indicated in your script. I couldn't find the other (lacdelanquis2.jpg) image.
There could also be other problems.
Bookmarks