Go Back   Dynamic Drive Forums > DD Scripts > Dynamic Drive scripts help
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 08-08-2008, 12:01 AM
norlab1 norlab1 is offline
New Comer (less than 5 posts)
 
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
Reply With Quote
  #2  
Old 08-08-2008, 04:15 AM
jscheuer1's Avatar
jscheuer1 jscheuer1 is offline
No Kidding?
 
Join Date: Mar 2005
Location: SE PA USA
Posts: 19,005
Thanks: 19
Thanked 1,135 Times in 1,121 Posts
Blog Entries: 3
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
__________________
WWWWWWWWWWWW
- John
________________________

Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:24 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.