Your IP: 38.107.179.217 

Slide Show

javascript and flash development. & transition between images.

example

features

  • Fade, Slide and Wipe transitions
  • loops
  • Play, Stop, Next and Previous controls
  • Inits from array of image src's, a list of images on the page or using the href of an a tag like the lightbox

usage

var obj = {
                wait: 3000, 
                effect: 'fade',
                duration: 1000, 
                loop: true, 
                thumbnails: true,
                backgroundSlider: true,
                onClick: function(i){alert(i)}
            }
            show = new SlideShow('slideshowContainer','slideshowThumbnail',obj);

options

effect
the transition effect to use (fade|wipe|slide|random). default: 'fade'
duration
the length of the transition. default: 2000
transition
default: Fx.Transitions.linear
direction
the direction of the transition if wipe or slide is used (top|right|bottom|left|random). default: 'right'
wait
the length of time to waqit before going to the next image. default: 5000
loop
when the last image is reached it will go back to the start. default: false
thumbnails
using thumbnails or not. default: false
thumbnailCls
the name of the class to use for showing the current image. default: 'outline'
backgroundSlider
use the backgroundSlider class for the thumbnails. default: false
onClick
the function called when the image is clicked. The index of the image is passed to the function.

browser compatibility

  • Firefox 2 (mac / pc)
  • IE 7
  • IE 6
  • Safari (mac)

requirements

requirements

View Comment
Post Date: Jun 19, 2009 02:44:00
Asif D. Khalyani says:
Comment:
twer wr r w ww we e e wr we rr wr e
rwer
 
wr
wr
we
re
wr
Post Date: Aug 29, 2009 03:35:17
blahblahkaka says:
Comment:
awesome job!
Post Date: Oct 30, 2009 09:26:59
yousuf says:
Comment:
hjkhk gtuu uytyu uytguy
Post Date: Oct 30, 2009 09:28:02
yousuf says:
Comment:
very very good
Post Date: Oct 30, 2009 09:31:58
yousuf says:
Comment:
there is no scope to download source code of this slide show example
Post Date: Nov 19, 2009 04:30:57
sudhir kumar says:
Comment:
how to download this slideshow.
Post Date: Feb 12, 2010 02:42:52
aRCADE says:
Comment:
nice one :)
thank you
and keep it simple°
Post Date: Feb 12, 2010 02:42:59
aRCADE says:
Comment:
nice one :)
thank you
and keep it simple°
Post Date: Mar 08, 2010 01:21:20
gunjan says:
Comment:
how can we download this code
Preview Comment
Post Comment