webmaestro
03-30-2007, 05:14 AM
1) Script Title: Featured Content Slider
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem: The script works very well (thanks!), and was easy to integrate into my page. However, I don't like that it keeps going and going forever. I'd like it to automatically rotate, but I want it to go 3 times and then stop.
I could modify the script myself, but since you're more familiar with the script I though you folks might have a better, more efficient solution than what I would do. Would you send me any ideas you have with this?
In the future, it would be great if this were integrated into the script like this:
OLD:
ContentSlider("slider1", 3000, linktextarray, "Foward")
NEW version examples slider rotates 3 times & stops:
ContentSlider("slider1", 3000, linktextarray, "Foward", 3)
or
ContentSlider("slider1", 3000|3, linktextarray, "Foward")
or
ContentSlider("slider1", 3000, , , 3)
Thanks!
Web Maestro Clay
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem: The script works very well (thanks!), and was easy to integrate into my page. However, I don't like that it keeps going and going forever. I'd like it to automatically rotate, but I want it to go 3 times and then stop.
I could modify the script myself, but since you're more familiar with the script I though you folks might have a better, more efficient solution than what I would do. Would you send me any ideas you have with this?
In the future, it would be great if this were integrated into the script like this:
OLD:
ContentSlider("slider1", 3000, linktextarray, "Foward")
NEW version examples slider rotates 3 times & stops:
ContentSlider("slider1", 3000, linktextarray, "Foward", 3)
or
ContentSlider("slider1", 3000|3, linktextarray, "Foward")
or
ContentSlider("slider1", 3000, , , 3)
Thanks!
Web Maestro Clay