Ultimate Fade-in slideshow
First of all Bravo! on this great upgrade. This is not so much a script bug as a documentation bug, where it says on the demo page, for step two:
Code:
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, pause, optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 1, 3000, "R")
new fadeshow(fadeimages2, 140, 225, 0, 5000)
</script>
It should be:
Code:
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, border_width, pause, optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 1, 3000, "R")
new fadeshow(fadeimages2, 140, 225, 0, 5000)
</script>
Now, personally I'd prefer the term 'slide_interval' to 'pause' to describe that parameter, so as not to confuse it with a feature (much asked for) that this slideshow doesn't have, the ability to pause onmouseover. I've tried before to add that to it but, the code was too complex to allow for the usual method of doing so, now it is even more involved.
Can't get three session of images to work
Hi all. First, I goofed on my registration, so I would ask that you delete user "rscptt7706". Sorry for the inconvenience.
Here is a link top a page that I am trying without success to load three sessions of the fadein's. I know I am probably missing an obvious step, but I have been over it several (numerous) times and can't find the glitch.
Could you look at it for me??
Thanks so much!!
fadeinslideshow3b
:) RScott7706