luciorota
07-03-2007, 09:44 PM
1) CODE TITLE:
Ultimate Fade-In Slideshow 1.5++
***********************************************
2) AUTHOR NAME/NOTES:
Dynamic Drive & modified by luciorota (lucio_rota@tiscali.it)
***********************************************
3) DESCRIPTION:
Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
ChangeLog
28/06/2007 - modified by luciorota (lucio_rota@tiscali.it)
added: 'html content' support
added: 'prev', 'next', 'play/stop' metods/functions
----------------------------------------------
OBJECT
fadeshow(IMAGES_ARRAY_NAME, 'slideshow_width property value', 'slideshow_height property value', 'slideshow background property value', delay, fade_delay, pause (0=no, 1=yes), optionalRandomOrder ("R" or none))
IMAGES_ARRAY_NAME: an array like this IMAGES_ARRAY_NAME[n]=['content in html format','link','target']
'slideshow_css width property value': a string like "100px" or "80%" or ...
'slideshow_css height property value': a string like "100px" or "80%" or ...
'slideshow css background property value': a string like "black" or "#003366" "url('images/background.gif') no-repeat top left" or ...
delay: milliseconds between transitions
fade_delay: milliseconds for every fading step (10 steps), total fade time = (fade delay * 10)
pause: pause if mouse over, 0=no, 1=yes
optionalRandomOrder: if it exists, slidoshow is in random order
USEFUL METODS
.playstopcontent()
it plays or stops the slideshow
.prevcontent()
it shows previous content
.nextcontent()
it shows next content
USEFUL PROPERTIES
.status=
1 = play or 0 = stop
***********************************************
4) ATTACHED BELOW
Ultimate Fade-In Slideshow 1.5++
***********************************************
2) AUTHOR NAME/NOTES:
Dynamic Drive & modified by luciorota (lucio_rota@tiscali.it)
***********************************************
3) DESCRIPTION:
Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
ChangeLog
28/06/2007 - modified by luciorota (lucio_rota@tiscali.it)
added: 'html content' support
added: 'prev', 'next', 'play/stop' metods/functions
----------------------------------------------
OBJECT
fadeshow(IMAGES_ARRAY_NAME, 'slideshow_width property value', 'slideshow_height property value', 'slideshow background property value', delay, fade_delay, pause (0=no, 1=yes), optionalRandomOrder ("R" or none))
IMAGES_ARRAY_NAME: an array like this IMAGES_ARRAY_NAME[n]=['content in html format','link','target']
'slideshow_css width property value': a string like "100px" or "80%" or ...
'slideshow_css height property value': a string like "100px" or "80%" or ...
'slideshow css background property value': a string like "black" or "#003366" "url('images/background.gif') no-repeat top left" or ...
delay: milliseconds between transitions
fade_delay: milliseconds for every fading step (10 steps), total fade time = (fade delay * 10)
pause: pause if mouse over, 0=no, 1=yes
optionalRandomOrder: if it exists, slidoshow is in random order
USEFUL METODS
.playstopcontent()
it plays or stops the slideshow
.prevcontent()
it shows previous content
.nextcontent()
it shows next content
USEFUL PROPERTIES
.status=
1 = play or 0 = stop
***********************************************
4) ATTACHED BELOW