You are in luck! I've just completed work on a new script that allows for the type of display you are seeking. Unfortunately it is not in the DD scripts library yet (I have no control over that). So, you will have to wade through the development notes and other commentary in this thread:
http://www.dynamicdrive.com/forums/s...ad.php?t=15903
To save you some time, the array option you should use is (shown here with an example array):
Code:
var slides2=[];
//configure the below images and descriptions to your own.
slides2[0] = ["photo6.jpg", "Crucifix"];
slides2[1] = ["photo7.jpg", "Alter Boys"];
slides2[2] = ["photo8.jpg", "Young Pan"];
slides2[3] = ["photo9_thumb.jpg", "Mona Lisa"];
//optional properties for these images:
slides2.no_controls=1;
There are a host of other options laid out in post #3 of the above linked thread. The images may be linked as well, if desired.
Bookmarks