Results 1 to 2 of 2

Thread: Ultimate Fade-In Slideshow (v1.51) Jump to Slide

  1. #1
    Join Date
    Aug 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-In Slideshow (v1.51) Jump to Slide

    1) Script Title: Ultimate Fade-In Slideshow (v1.51)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: I would like to have the slideshow be able to start and loop through images as it currently does. I am trying to create a slideshow similar to the old AOL hompage that had "1", "2", "3", "4" as links underneath the scrolling images. And if the user wanted to click on the #3 it would automatically jump to the third image.

    I currently have this partially working with the numbers scrolling with the images. I created a new function which I am including below which does a couple of things. The slideshow stops when the totalCount gets to 40. So, this function is called when the user clicks onto a number link,

    <a href="javascript:fadearray[3].changeImage(3)" onClick="fadearray[0].changeImage(3);change_logos(3);" style="color: #333333;">3</a>

    fadeshow.prototype.changeImage=function(newSlide){
    totalCount = 40
    this.nextimageindex = newSlide
    this.curimageindex = newSlide
    this.populateslide(this.tempobj, this.nextimageindex)
    change_logos(newSlide);
    totalCount = 40
    return;
    }


    So, what I would like is to have the user click onto the number #3 it would stop the slideshow, and jump to the slide number that has been clicked. When the user then wants to jump to a second slide, they can click on #7 and it will jump to #7 slide. Is this possible? I have opted to stop the slideshow after 40 displays to limit it from running forever. Is it possible to restart the show after it has been stopped with a return() statement?

    I have looked at the swissarmy slideshow and it does not exactly fit this format. But maybe this is the closest way to get it done.

    Thanks in advance for your help.

    Brent

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    This script already has a jump to function and can (via its robust configuration options) otherwise be made to look and work exactly like Ultimate Fade:

    http://www.dynamicdrive.com/dynamici...army/index.htm

    I even did a mod to make individual buttons, I believe very much like you are describing. For details on and a demo of that, see this thread:

    http://www.dynamicdrive.com/forums/s...ad.php?t=21267
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •