Results 1 to 3 of 3

Thread: Slideshow - will only show three pictures. How can I show more pics?

  1. #1
    Join Date
    Mar 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Slideshow - will only show three pictures. How can I show more pics?

    1) Script Title: Ultimate Fade-in slideshow (v1.51)

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

    3) Describe problem: My slideshow is only showing three pictures even though I added another line which should tell it to pull a forth picture.

    Example:
    Code:
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["images/photo1.jpg", "", ""]
    fadeimages[1]=["images/photo2.jpg", "", ""]
    fadeimages[2]=["images/photo3.jpg", "", ""]
    fadeimages[3]=["images/photo4.jpg", "", ""]
    I added the last line, but it does not seem to work.


    And here is the other code in another php file:

    Code:
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 371, 231, 0, 4000, 1, "R")

  2. #2
    Join Date
    Mar 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This is going to drive me crazy...I am sure I am just missing something small.

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

    Default

    I found the problem....thanks

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
  •