fx2050
09-10-2006, 09:21 PM
1) Script Title:
Firefox1+ IE5+ Opera 7+ Ultimate Fade-in slideshow
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
I have removed the R for random and left as "", one minute it worked fine and slides in order then all of a sudden it seems to be back to random.
I have cleared cache and rebooted and same issue in FF and IE
I cannot have it as random
any ideas?
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 270, 380, 0, 6000, 0, "")
</script>
I have also noticed that it does not allow to specify images in a different folder
fadeimages[0]=["/images/pics/pic.jpg", "", ""]
I have to move the images to the root
fadeimages[0]=["pic.jpg", "", ""]
Firefox1+ IE5+ Opera 7+ Ultimate Fade-in slideshow
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
I have removed the R for random and left as "", one minute it worked fine and slides in order then all of a sudden it seems to be back to random.
I have cleared cache and rebooted and same issue in FF and IE
I cannot have it as random
any ideas?
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 270, 380, 0, 6000, 0, "")
</script>
I have also noticed that it does not allow to specify images in a different folder
fadeimages[0]=["/images/pics/pic.jpg", "", ""]
I have to move the images to the root
fadeimages[0]=["pic.jpg", "", ""]