DeepBlueSky Blog
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'
]
});
Posted years ago by Jim Morrison
Tagged as: Javascript
Jim is a director of Deep Blue Sky Digital, a web development and design studio in the city of Bath in the UK. He loves to get involved in his client's businesses to help push them forward and out onto the web but his real pasion is for code... Perl, PHP, sh, javascript... it doesn't really matter as long as it works! You can follow Jim on twitter @deepbluetweets and @jimbomorrison
Share this:
30 Comments on this post
Subscribe & Follow
Speak to an Expert now on 01225 444 674
Talk to Us
said “Extending it with panning..” years ago
Jim said “Pan & Zoom” years ago
said “IE 6, 7 support?” years ago
Jim said “@Jon; IE support” years ago
said “Figured out IE problem” years ago
said “Expand counter” years ago
said “Problem with two intance” years ago
said “SOLVED: Problem with two intance” years ago
Jim said “Pause & Play Buttons” years ago
said “Timerstart” years ago
said “Javascript Error” years ago
Jim said “@ J R - Javascript Error” years ago
said “bind error” years ago
said “Initiliaze loading.” years ago
Jim said “@ Initialize loading.” years ago
said “Example CSS?” years ago
Jørgen said “this.play.bind is not a function” years ago
Jørgen said “this.play.bind is not a function solved?” years ago
Jim said “Need of an upgrade” years ago
Jørgen said “Updated version” years ago
David said “Upgrade on it's way” years ago
David said “this.play() not a function SOLVED” years ago
Simon said “demo” years ago
charles said “text picture loosing synch” years ago
Marc said “additional instructions?” years ago
witty said “can i add button navigation?” years ago
NileZ said “update?” years ago
Jørgen said “Example” years ago
eric said “First Slideshow image” years ago
Rob said “captions” years ago