deelightuk
06-16-2008, 10:35 AM
1) Script Title: Conveyor Belt Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm
3) Describe problem:
I have the script working and everything is fine but when the pics have done a complete cycle they don't continuously scroll, the last two images seem to disappear then there is quite a large gap before the 1st image scrolls again.
Here is my snippet of code, i'm not sure whether I've done anything wrong, help would be appreciated:
var sliderwidth="571px"
//Specify the slider's height
var sliderheight="300px"
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=3
//configure background color:
slidebgcolor="#ffffff"
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="javascript:void(0);"><img src="images/spring2007.jpg"></a>'
leftrightslide[1]='<a href="javascript:void(0);"><img src="images/summer2007.jpg"></a>'
leftrightslide[2]='<a href="javascript:void(0);"><img src="images/autumn2007.jpg"></a>'
leftrightslide[3]='<a href="javascript:void(0);"><img src="images/winter2007.jpg"></a>'
leftrightslide[4]='<a href="javascript:void(0);"><img src="images/spring2008.jpg"></a>'
//Specify gap between each image (use HTML):
var imagegap=" "
//Specify pixels gap between each slideshow rotation (use integer):
var slideshowgap=5
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm
3) Describe problem:
I have the script working and everything is fine but when the pics have done a complete cycle they don't continuously scroll, the last two images seem to disappear then there is quite a large gap before the 1st image scrolls again.
Here is my snippet of code, i'm not sure whether I've done anything wrong, help would be appreciated:
var sliderwidth="571px"
//Specify the slider's height
var sliderheight="300px"
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=3
//configure background color:
slidebgcolor="#ffffff"
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="javascript:void(0);"><img src="images/spring2007.jpg"></a>'
leftrightslide[1]='<a href="javascript:void(0);"><img src="images/summer2007.jpg"></a>'
leftrightslide[2]='<a href="javascript:void(0);"><img src="images/autumn2007.jpg"></a>'
leftrightslide[3]='<a href="javascript:void(0);"><img src="images/winter2007.jpg"></a>'
leftrightslide[4]='<a href="javascript:void(0);"><img src="images/spring2008.jpg"></a>'
//Specify gap between each image (use HTML):
var imagegap=" "
//Specify pixels gap between each slideshow rotation (use integer):
var slideshowgap=5