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