You are here: irt.org | About | Feedback | 5042 [ previous next ]
Feedback on:
Controlling Images
Sent by
Dale Mead on Wednesday September 19, 2007 at 18:15:46
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
As a photographer, not a programmer, I have been looking for weeks for something close to this, so I'm delighted to have found it.
I need javascript that combines the two techniques: code that launches a timed slide show (2-3 images) upon clicking on a link or hotspot; different hotspots trigger different shows. Which three images would appear in the table cell on the page depends on which hotspot is clicked, so I THINK the image paths would be stored as three variables in the <a href=""> statement. In other words, clicking on hotspot 1 would launch a slide show in cell X displaying images A, B and C; clicking on hotspot 2 would launch the sequence D, E and F in cell X; and so forth. (All the images would be the same size.)
Can this be done?