Results 1 to 5 of 5

Thread: Not more than 5 images are displayed

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

    Default Not more than 5 images are displayed

    1) Script Title:
    Swiss Army Image Slideshow
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...army/index.htm
    3) Describe problem:
    I have 10 images but only the first 5 are shown. I guess I have to change something but don't know where.
    My code:
    Code:
    var slides=[]; //FIRST SLIDESHOW
    //configure the below images and descriptions to your own. 
    slides[0] = ["images/pool.jpg", "Pool and Villa"];
    slides[1] = ["images/pool1.jpg", "Pool and Villa"];
    slides[2] = ["images/bkgarden.jpg", "Garden"];
    slides[3] = ["images/bkgarden1.jpg", "Garden"];
    slides[4] = ["images/frgarden.jpg", "Garden"];
    slides[5] = ["images/garden.jpg", "Garden"];
    slides[6] = ["images/kitchen.jpg", "Kitchen"];
    slides[7] = ["images/pizzaoven.jpg", "Pizza Oven"];
    slides[8] = ["images/terrace.jpg", "Terrace"];
    slides[9] = ["images/tvroom.jpg", "TV room"];
    slides[10] = ["images/gamesroom.jpg", "Games room"];
    Thanks
    Last edited by Snookerman; 06-16-2009 at 06:37 AM.

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

    Default

    Just based on the code you posted above, there's nothing wrong with it. Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  3. #3
    Join Date
    Jun 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

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

    Default

    Seems to be working for me. The only thing I noticed is that the 6th image doesn't exist:

    Code:
    slides[5] = ["images/garden.jpg", "Garden"];
    In other words, garden.jpg isn't uploaded.
    DD Admin

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

    Default

    Thanks, that's it, there was one image missing!

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
  •