Results 1 to 2 of 2

Thread: Ultimate Fade In Slideshow v2.0 Error after adding more graphics

  1. #1
    Join Date
    Jun 2008
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade In Slideshow v2.0 Error after adding more graphics

    1) Script Title: Ultimate Fade In Slideshow v2.0

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

    3) Describe problem:
    I have had this script running on a site for sometime and have just added some extra graphics to it, but now it won't display the additional graphics from pic 23 onwards

    Code:
    ["images/pic-22.jpg", "", "", ""],
     		["images/pic-23.jpg", "", "", ""],
    		["images/pic-24.jpg", "", "", ""],
    		["images/pic-25.jpg", "", "", ""],
    		["images/pic-26.jpg", "", "", ""],
    		["images/pic-27.jpg", "", "", ""],
    		["images/pic-28.jpg", "", "", ""],
    		["images/pic-29.jpg", "", "", ""],
    		["images/pic-30.jpg", "", "", "http://www.cqbreathalysers.com.au/lifeguard.shtml", ""]
    		 //<--no trailing comma after very last image element!
    There is not supposed to be a comma after the last graphic element. Image 30 is the last graphic.

    Is the above correct? If so what is wrong? Why won't the last 8 graphics show. There is just a blank screen for the period of time of the last eight.

    Any help would be very much appreciated.

    Betong

  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

    The code in your post looks serviceable. One thing that could prevent these images from displaying would be that they aren't there.

    That could be caused by a difference in upper and lower case in their filenames on the server and in the code there, like:

    images/pic-23.JPG instead of images/pic-23.jpg

    Or they might not have been uploaded, or they might have been uploaded to the wrong place.

    It's possible that it's something else.

    If you want more help:

    Please post a link to a page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

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
  •