I use the blending image slideshow script - everything works.
But now my client wants just one round of the slideshow.
Where can I set this in the code???
Many thanks for all replies!
isrie
I use the blending image slideshow script - everything works.
But now my client wants just one round of the slideshow.
Where can I set this in the code???
Many thanks for all replies!
isrie
Just change the script on highlighted to:
Code:<script language="JavaScript1.1"> <!-- var whichlink=0 var whichimage=0 var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0 function slideit(){ if (!document.images) return if (ie) document.images.slide.filters[0].apply() document.images.slide.src=imageholder[whichimage].src if (ie) document.images.slide.filters[0].play() whichlink=whichimage whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0 setTimeout("slideit()",slidespeed+blenddelay) } slideit() //--> </script>See if it helpsCode:whichimage=(whichimage<slideimages.length-1)?whichimage+1:whichimage![]()
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
isrie (05-02-2008)
Many thanks Rangana,
it works!!! Just so simple... and I'm not the best coder.
Didn't know which parameter stands for this.
You helped me a lot.
isrie
Bookmarks