PDA

View Full Version : Custom Slide show question


MichaelKirk
Nov-20-2006, 04:11 PM
Allen was helping me out with this, but am I anywhere near the right track (of course not). Trying to get the 1st three images of a slide show to be set with specific pictures and the remaining random?

For now I am just going to set the SS - random off, but would stilllike to work on this to see if it is doable.

if (typeof(firstSlideUrl) == "undefined" || typeof(firstSlideUrl) != "string")
firstSlideUrl = "http://www.smugmug.com/photos/110573036-700x400.jpg";

if (typeof(secondSlideUrl) == "undefined" || typeof(secondSlideUrl) != "string") secondSlideUrl = "http://www.smugmug.com/photos/109051236-700x400.jpg";

if (typeof(showSlideTransition) == "undefined" || typeof(showSlideTransition) != "boolean")
showSlideTransition = true;




Michael