DHTML Slide Show Script
http://www.dynamicdrive.com/dynamici...dhtmlslide.htm
nice sript. everything works as it should.
Is there a way to define different starting slides? E.g. depending on a variable or a preceeding link?
thanks for your help
DHTML Slide Show Script
http://www.dynamicdrive.com/dynamici...dhtmlslide.htm
nice sript. everything works as it should.
Is there a way to define different starting slides? E.g. depending on a variable or a preceeding link?
thanks for your help
Last edited by El Commodore; 03-01-2006 at 06:12 PM.
My thought would be that in
you would change to a variable:Code:document.write('<img src="'+photos[0]+'" name="photoslider" style="filter:revealTrans(duration=2,transition=23)" border=0>')
or something like that.Code:document.write('<img src="'+photos[variable]+'" name="photoslider" style="filter:revealTrans(duration=2,transition=23)" border=0>')
You should also change the line near the top of the script:
near the top to reflect the new starting point, such as:Code:var which=0
Code:var which=1
I finally figured it out. Thanks anyway.
Bookmarks