Thanks for your reply and pointing me to the thread, but no go yet.
One thread pointed to another, and another and another. All I ended up with was the the slideshow not starting without first clicking it; so I ditched that script. Then I tried just adding the below in the original (but that didn't stop it either):
obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
if(obj.flag){
obj.mouseclickcheck=1
obj.flag=0
}
if(obj.nextimageindex==obj.postimages.length-1)
obj.flag=1
obj.populateslide(obj.tempobj, obj.nextimageindex)
I changed the length to 2 as suggested, but it changed nothing with stopping the slideshow.
I want to automatically start, and automatically stop after rotating through the images only once. It would be nice if they could restart it (but I don't want them to have to start it begin with the achieve this), and I don't want the click to restart to interfere with the link attached to the last image -so therefore, the only thing I REALLY want this script to do that it does not already do, is stop at the last image.
How exactly can I fix this? Is there something specific I need to add or change?
Thanks John,
Trace
Bookmarks