Results 1 to 2 of 2

Thread: Slideshow Help for Newbie!

  1. #1
    Join Date
    May 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Slideshow Help for Newbie!

    1) Script Title: Presentational Slideshow

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ationslide.htm

    3) Describe problem:
    Please excuse my ignorance, but I am truly trying to teach myself code. Here's my problem. I placed the code for the Presentational Slideshow on my webpage and I see that it exists and is flipping images. However, my images do not show, only an X. I have added my images to var dropimages=new Array() and changed the background to translucent. Am I missing something?

    Thanks for your patience!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Make sure the image paths inside the script are correct:

    Code:
    dropimages[0]="image1.gif"
    dropimages[1]="image2.gif"
    dropimages[2]="image3.gif"
    To be safe, try using absolute URLs, for example, http://www.mysite.com/image1.gif

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
  •