Results 1 to 2 of 2

Thread: Images not loading in MultiFrame Image SS

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

    Default Images not loading in MultiFrame Image SS

    1) Script Title:
    MultiFrame Image slideshow

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

    3) Describe problem:

    4) Location:
    http://tampabaybritishcarclub.org/_sponsorslinks.php

    5) Code:
    Code:
    var seqslides=new Array()
    //Set Path to Image plus optional URL ("" for no URL):
    seqslides[0]=["/images/sponsors/Ad_MS.jpg", ""]
    seqslides[1]=["/images/sponsors/Ad_BW.jpg", ""]
    seqslides[2]=["/images/sponsors/Ad_CH.jpg", ""]
    seqslides[3]=["/images/sponsors/AD_T1.jpg", ""]
    seqslides[4]=["/images/sponsors/AD_BR.jpg", ""]
    seqslides[5]=["/images/sponsors/AD_TR.jpg", ""]
    seqslides[6]=["/images/sponsors/AD_T2.jpg", ""]
    
    //Set pause between each image display (2000=2 second):
    var slidedelay=2000
    
    //Set how many images to show at once (must be less than total # of images above):
    var slidestoreveal=4
    names of images were confirmed. Only the first three load the rest come up the nasty boxed-x.

    No changes to script other than the image list and number of slides.

    I copied script just in case I messed something up. (6/5)

    Any ideas?

    thank you
    C

  2. #2
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I see the error of my ways... Ad versus AD..... ARGH

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
  •