View Full Version : Ultimate Fade-In Slideshow Problem
btrflybeetle
04-10-2007, 05:23 AM
1) Script Title: Ultimate Fade In Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I can't get this to work..I have tried everything...I currently have the script posted as an external js file
http://www.addictivedesigns.com/test/main.html
http://www.addictivedesigns.com/test/js/slideshow.js
Can anyone help me? Thanks!
codeexploiter
04-10-2007, 06:19 AM
I've attached a working version in this post. Unzip all the files into the same location (folder) and double click 1.htm, the slideshow will work without any problem. I've tested it with IE 7 and Firefox 2.0.0.3.
If you are looking for incorporating only one slideshow in the page then you can comment the following code
/*var fadeimages2=new Array() //2nd array set example. Remove or add more sets as needed.
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages2[0]=["1.jpg", "", ""]
fadeimages2[1]=["4.jpg", "", ""]*/
Make sure that you have images in the correct folder.
jscheuer1
04-10-2007, 12:02 PM
A major problem here is that case matters on the web.
fadeimages[1]=["images/2.jpg", "", ""]
is not the same as:
fadeimages[1]=["images/2.JPG", "", ""]
There is no:
http://www.addictivedesigns.com/test/images/2.jpg
There is a:
http://www.addictivedesigns.com/test/images/2.JPG
Either rename the file or change the code in the script to accurately reflect its current name.
btrflybeetle
04-10-2007, 10:33 PM
Thanks so much!! That worked!! :)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.