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:
I added the last line, but it does not seem to work.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", "", ""]
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")



Reply With Quote
Bookmarks