Log in

View Full Version : New to this, but I need help understanding slideshow script



slandry
01-20-2009, 09:22 PM
Sorry for my ignorance, but I am very new to this. I am trying to design a slideshow using the translucent slideshow script
http://www.dynamicdrive.com/dynamicindex14/translucentslide.htm

My problem is that I have added it to my webpage and I get the white transludent slideshow, but I do not know how to use my images to make the slideshow work. Where do I point to and link my images from my files?

var slideshowcontent=new Array()
//Define slideshow contents: [image URL, OPTIONAL LINK, OPTIONAL LINK TARGET]
slideshowcontent[0]=["Fgallery1-1.jpg"]
slideshowcontent[1]=["photo2.jpg", "", ""]
slideshowcontent[2]=["photo3.jpg", "http://www.google.com", ""]

Nile
01-20-2009, 10:42 PM
Here, make it this and change the highlighted:


var slideshowcontent=new Array()
//Define slideshow contents: [image URL, OPTIONAL LINK, OPTIONAL LINK TARGET]
slideshowcontent[0]=["url.png"]
slideshowcontent[1]=["url2.png", "", ""]
slideshowcontent[2]=["url3.png", "", ""]