Results 1 to 4 of 4

Thread: Swiss Army Image: Jumpto/Pause on external mouseover

  1. #1
    Join Date
    Sep 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Swiss Army Image: Jumpto/Pause on external mouseover

    1) Script Title: Swiss Army Image Slideshow

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...army/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:

    Code:
    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. #2
    Join Date
    Sep 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I think I'll try, on MouseOver, bringing up an image to "hide" the whole slideshow during MouseOver event.

  3. #3
    Join Date
    Sep 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oh, except I can't figure out how to do that either. Again, any help at all, much obliged.

  4. #4
    Join Date
    Sep 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Never mind, found a much easier script to deal with here:

    http://www.barelyfitz.com/projects/slideshow/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •