How can i cycle pictures in html

J

Justin Culver

I would like to know how i could cycle a series of 40 pictures in
html. I.E. have the first stay up for 3 seconds, then switch to the
second, then the 3rd etc...
Thanks,
Justin C.
 
B

brucie

I would like to know how i could cycle a series of 40 pictures in
html. I.E. have the first stay up for 3 seconds, then switch to the
second, then the 3rd etc...

something like http://slide.bruciesusenetshit.info/ but make sure its
the right way to present the images. people may not like having to view
the images in a particular sequence or wait a specified time before
seeing the next picture. perhaps a thumb gallery along the lines of
http://butterflies.bruciesusenetshit.info/ would be better, it depends.
 
?

_

something like http://slide.bruciesusenetshit.info/ but make sure its
the right way to present the images. people may not like having to view
the images in a particular sequence or wait a specified time before
seeing the next picture. perhaps a thumb gallery along the lines of
http://butterflies.bruciesusenetshit.info/ would be better, it depends.
I've done this before. I used timing redirects. Of course all the pictures
were on my hard drive, so, there were no problems with length of delay for
downloading the pictures, but it made pretty good slide presentation.
Wonder if you can pre-download all the pictures, then run the cycle.

<Meta http-equiv="Refresh" Content="10;
URL=http://www.yoursite.com/2ndpage.html>

The number 10 = number of seconds.
The url redirects to different webpages.
 
B

brucie

in post:
<
I've done this before. I used timing redirects. Of course all the pictures
were on my hard drive, so, there were no problems with length of delay for
downloading the pictures, but it made pretty good slide presentation.
Wonder if you can pre-download all the pictures, then run the cycle.

if you preload or download as required the images still need to download
with preloading having the great disadvantage of nothing happening for
ages because all the images are downloaded at once.

not an issue if its on your own HDD so its pointless preloading but if
you did it online you're screwed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,685
Members
48,796
Latest member
Greg L.

Latest Threads

Top