horstvonludwig
09-10-2009, 01:21 PM
1) Script Title: Swiss Army Image Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/swissarmy/index.htm
3) Describe problem:
Love the script. I'm trying to jump to a specific slide, then pause my slideshow indefinitely on that slide, when a mouseover happens on a div that's outside the slideshow itself. So far, I've been able to jump to the specific slide OK but the slideshow does not pause, it just continues on from the "jumpto" slide.
I'm javascript-useless so I'm sure I'm just doing something wrong here:
The function I've written is:
function slidejump() {
iss[0].gostop();
iss[0].jumper(4);
iss[0].gostop();
}
the entire monster can be seen here:
http://expomas.com/demo_brujula/index2.php
Any help is much appreciated.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/swissarmy/index.htm
3) Describe problem:
Love the script. I'm trying to jump to a specific slide, then pause my slideshow indefinitely on that slide, when a mouseover happens on a div that's outside the slideshow itself. So far, I've been able to jump to the specific slide OK but the slideshow does not pause, it just continues on from the "jumpto" slide.
I'm javascript-useless so I'm sure I'm just doing something wrong here:
The function I've written is:
function slidejump() {
iss[0].gostop();
iss[0].jumper(4);
iss[0].gostop();
}
the entire monster can be seen here:
http://expomas.com/demo_brujula/index2.php
Any help is much appreciated.