Simple slide show for prototype & scriptaculous
A little slide show object for any of you that use prototype and scriptaculous.
-
Prototype/Scriptaculous Slideshow
Dave has recently been playing about with a little slideshow.js that we found on Tom Doyle's blog.
It's a great little script (thanks Tom) but I thought it could do with a litte upgrade to encapsulate it in an object so that it doesn't get interfered with.
Here's our version of much the same code: slideshow.js
It's very simple to use so I've dropped the documentation into the top of the script. Basic synopsis is:
oMySlides = new iSlideShow({
slides : [
'image-div-a',
'image-div-b',
'image-div-c',
'image-div-d'
]
});
25 Comments on this post
Speak to an Expert now on 01225 444 674
Talk to Us
said “Extending it with panning..” a few months ago
Jim said “Pan & Zoom” a few months ago
said “IE 6, 7 support?” a few months ago
Jim said “@Jon; IE support” a few months ago
said “Figured out IE problem” a few months ago
said “Expand counter” a few months ago
said “Problem with two intance” a few months ago
said “SOLVED: Problem with two intance” a few months ago
Jim said “Pause & Play Buttons” a few months ago
said “Timerstart” a few months ago
said “Javascript Error” a few months ago
Jim said “@ J R - Javascript Error” a few months ago
said “bind error” a few months ago
said “Initiliaze loading.” a few months ago
Jim said “@ Initialize loading.” a few months ago
said “Example CSS?” last year
Jørgen said “this.play.bind is not a function” a few months ago
Jørgen said “this.play.bind is not a function solved?” a few months ago
Jim said “Need of an upgrade” a few months ago
Jørgen said “Updated version” a few months ago
David said “Upgrade on it's way” a few months ago
David said “this.play() not a function SOLVED” a few months ago
Simon said “demo” a few months ago
charles said “text picture loosing synch” a few months ago
Marc said “additional instructions?” last month