Anyone know of a way to pause this script either with a mouse over or a button. Anything?
Thanx.
http://www.dynamicdrive.com/dynamici...nslideshow.htm
Anyone know of a way to pause this script either with a mouse over or a button. Anything?
Thanx.
http://www.dynamicdrive.com/dynamici...nslideshow.htm
You are in the wrong place....
but, try this code
Code://Pause slideshow onMousever (0=no. 1=yes)? var pauseit=1Code:var slideshow_width='140px' //SET IMAGE WIDTH var slideshow_height='225px' //SET IMAGE HEIGHT var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds) insert here
Last edited by bubba.daniel; 07-04-2005 at 06:17 PM.
tested and it does work
Pretty confused here. So after I set the variable....where and what do I place for the mouseover code.
This is what you need.Pretty confused here. So after I set the variable....where and what do I place for the mouseover code.
As i originally posted it.. i tested it in IE6 FX and Mozilla and it works.var slideshow_width='140px' //SET IMAGE WIDTH
var slideshow_height='225px' //SET IMAGE HEIGHT
var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
//Pause slideshow onMousever (0=no. 1=yes)?
var pauseit=1
If you have problems just post them lol..![]()
Let me get this straight...if I create a variable call pauseit and set it to 1...that will pause the slideshow?![]()
Wouldn't I need to add additional code to the script?
I don't think so.. but i could be wrong, i added that what i put to a test page and it worked fine for me.
Bookmarks