[Javascript] pict show

Carl Adler carl at carladler.org
Mon Nov 12 07:32:35 CST 2001


You might check out
http://www.image-ination.com/Darien/
it would be easy to adapt it to your needs. Instructions are in the source.
Carl

From:     FERON Matthieu <FERONMA at cic-i.com>
Reply-To: javascript at LaTech.edu
Date: Mon, 12 Nov 2001 09:22:00 +0100
To:     "'javascript at LaTech.edu'" <javascript at LaTech.edu>
Subject: RE: [Javascript] pict show



first make a javascript tab with new method
and then use a layer to put your image in html synthax
as so: 

tab = new array(1) 
for i=0 
        tab[i] = new image();
       tab[i].src = "your image url here";

in the screen loop 

document.mydiv.myimage.src = tab[i].src;

-----Message d'origine-----
De : Vincent Kocher [mailto:vkocher at wombat.ch]
Envoyé : samedi 10 novembre 2001 12:06
À : javascript group
Objet : [Javascript] pict show

hello group 

i would like to show my holliday picture on the web like a dia show!
the pict have a nummer say 1 - 50 *.jpg
ist there any other way to load them!
at this time i have every picture in one *.htm file!
and i just reload after 6 seconde to the next file!
I am sure there would be a more easy way to do it - but i don't know
them! 
can sombedy help me out

vincent 
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
http://www.LaTech.edu/mailman/listinfo/javascript


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20011112/573d169d/attachment.htm>


More information about the Javascript mailing list