Results 1 to 6 of 6

Thread: Image slideshow script

  1. #1
    Join Date
    Sep 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image slideshow script

    http://www.dynamicdrive.com/dynamicindex14/image4.htm

    I am new to this, so forgive any ignorance. I had someone else design my site, but I am adding some page my self. http://www.dallaspromotionalproducts...-apparels.html is on my page and working. http://www.dallaspromotionalproducts.com/golfballs.html
    is the page that I am trying to add. I thought if I just changed out the jpegs, it would work. I was wrong, can you give me some guidance.
    Last edited by ddadmin; 09-10-2005 at 07:27 PM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well, that should work but, you also have to upload the images to the image directory. Did you?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Directory for Slideshow

    I do have the images in my images folder. Did you look at my source on the links I supplied. I know that I am missing something very obvious. I am going out of my mind trying to solve the problem. The other querky thing is that I will have on image come up and not the rest. Stuck for a while.

    DPP

  4. #4
    Join Date
    Sep 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    These are the only things that are different in my script. Below doesn't work.

    var slideimages=new Array("images/golf_image1.jpg","images/golf_image2.jpg","images/golf_image3.jpg","images/golf_image4.jpg")





    This one does work.

    var slideimages=new Array("images/casu_image1.jpg","images/casu_image2.jpg","images/casu_image3.jpg","images/casu_image4.jpg","images/casu_image5.jpg")

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well, the reason I asked if you had uploaded the images to the image directory on the server is that they are not there. At least not there as spelled in the script and remember, not only spelling matters but also upper and lower case must match exactly the path and filename of the images.

    In other words, this, for example:

    http://www.dallaspromotionalproducts.com/images/golf_image2.jpg

    pasted into the browser's address field then hitting enter, gets you the 'page not found' page from the server.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #6
    Join Date
    Sep 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default It worked.

    You are a great man.

    Yes, of course it would work if you upload the images. I have changed many web pages and uploaded them, but never gave the images a second thought.

    I knew there was something simple that I was overlooking. Thank you so much for your assistance.

    All The Best,

    http://www.dallaspromotionalproducts.com

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
  •