Results 1 to 3 of 3

Thread: Black box showing on site

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

    Default Black box showing on site

    1) Script Title: ultimate fade-in slideshow

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

    3) Describe problem:

    I'm new to this site and was wondering if you could help me. I'm trying to get the ultimate fade-in slideshow to work but with not joy. I can get it to work on my local computer but when I upload it to the site I just get the black box?

    http://www.one1918.com/test-home.html

    Can someone please help me? I have uploaded the javascript file and I can't find the problem at all

  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

    Upper and lower case matter on the web. For instance, there is no:

    Code:
    gallery/bloomfield/images/01.JPG
    But there is a:

    Code:
    gallery/bloomfield/images/01.jpg
    If the others are similar, as appears likely, just change this part (from your on page initialization):

    Code:
    	imagearray: [
    		["gallery/bloomfield/images/01.JPG", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
    		["gallery/instonians/images/02.JPG", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
    		["gallery/legends_XI/images/03.JPG"],
    		["gallery/ni_lifesaving/images/03.JPG", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
    	],
    to reflect the actual case of the image files.
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    John - quite simply you are a legend. Cheers

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
  •