HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 30th, 2000, 02:08 PM
Henerey Henerey is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 1 Henerey User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I'm trying to do a slideshow of several images. I've got the code below working, but it recycles after the first few and doesn't go through all 10 in the slides directory. Also, it doesn't want to work with any image that isn't the same H and W.
-------- hope this pastes ok --------

<html>
<head>


<script type="text/javascript" language="JavaScript">


var counter = 0;
var images = new Array();

var links = new Array();


for (var i = 0; i < 5; i++) {
images [i] = new Image();
images [i].src = "slides/photo"+ i + ".gif";

links [i] = "slide"+i+".html";

}

//Animate Slideshow

function show_slides(){
document.slideshow.src = images[counter].src

imagenum=counter;
counter = (counter > 3 ? 0 : ++counter);
setTimeout("show_slides()", 2800);
}


</script>

<title>test</title>
</head>

<body>
<p align="CENTER"><a href="javascript:image_link()"><img
src="slides/photo0.gif" name="slideshow" border="0">
</a></p>

<script type="text/javascript" language="JavaScript">


function image_link(){
window.location = links[imagenum];
}

</script>

</body>
</html>


Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > simple newbie slideshow code ??


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway