CanCon
04-19-2011, 06:49 PM
1) Script Title: Ultimate Fade-In Slideshow (v2.4)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I've modified the script to call images from a folder, so
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
becomes
imagearray: galleryarray,
Nothing new there, right? Works like a dream, but it presents two problems:
1) The array displays in reverse alphabetical/numerical order
2) The description field disappears, and I'm not sure if I can add descriptions when calling from galleryarray
Please forgive a newb if this has been beaten to death, but I honestly could not find solutions to these problems. Thanks for reading!
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I've modified the script to call images from a folder, so
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
becomes
imagearray: galleryarray,
Nothing new there, right? Works like a dream, but it presents two problems:
1) The array displays in reverse alphabetical/numerical order
2) The description field disappears, and I'm not sure if I can add descriptions when calling from galleryarray
Please forgive a newb if this has been beaten to death, but I honestly could not find solutions to these problems. Thanks for reading!