Results 1 to 2 of 2

Thread: New to this, but I need help understanding slideshow script

  1. #1
    Join Date
    Jan 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New to this, but I need help understanding slideshow script

    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/dynamici...ucentslide.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", ""]

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Here, make it this and change the highlighted:
    Code:
    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", "", ""]
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •