<HTML>
<HEAD>
<TITLE>Re: [Javascript] pict show</TITLE>
</HEAD>
<BODY>
You might check out<BR>
http://www.image-ination.com/Darien/<BR>
it would be easy to adapt it to your needs. Instructions are in the source.<BR>
Carl<BR>
<BLOCKQUOTE><BR>
<B>From: </B> &nbsp;&nbsp;&nbsp;FERON Matthieu &lt;FERONMA@cic-i.com&gt;<BR>
<B>Reply-To: </B>javascript@LaTech.edu<BR>
<B>Date: </B>Mon, 12 Nov 2001 09:22:00 +0100<BR>
<B>To: </B> &nbsp;&nbsp;&nbsp;&quot;'javascript@LaTech.edu'&quot; &lt;javascript@LaTech.edu&gt;<BR>
<B>Subject: </B>RE: [Javascript] pict show<BR>
<BR>
</BLOCKQUOTE><BR>
<BLOCKQUOTE><BR>
<FONT SIZE="2">first make a javascript tab with new method</FONT> <BR>
<FONT SIZE="2">and then use a layer to put your image in html synthax</FONT> <BR>
<FONT SIZE="2">as so:</FONT> <BR>
<BR>
<FONT SIZE="2">tab = new array(1)</FONT> <BR>
<FONT SIZE="2">for i=0 <BR>
</FONT> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT SIZE="2">tab[i] = new image();</FONT> <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT SIZE="2">tab[i].src = &quot;your image url here&quot;;</FONT> <BR>
<BR>
<FONT SIZE="2">in the screen loop</FONT> <BR>
<BR>
<FONT SIZE="2">document.mydiv.myimage.src = tab[i].src;</FONT> <BR>
<BR>
<FONT SIZE="2">-----Message d'origine-----</FONT> <BR>
<FONT SIZE="2">De : Vincent Kocher [mailto:vkocher@wombat.ch]</FONT> <BR>
<FONT SIZE="2">Envoyé : samedi 10 novembre 2001 12:06</FONT> <BR>
<FONT SIZE="2">À : javascript group</FONT> <BR>
<FONT SIZE="2">Objet : [Javascript] pict show</FONT> <BR>
<BR>
<FONT SIZE="2">hello group</FONT> <BR>
<BR>
<FONT SIZE="2">i would like to show my holliday picture on the web like a dia show!</FONT> <BR>
<FONT SIZE="2">the pict have a nummer say 1 - 50 *.jpg</FONT> <BR>
<FONT SIZE="2">ist there any other way to load them!</FONT> <BR>
<FONT SIZE="2">at this time i have every picture in one *.htm file!</FONT> <BR>
<FONT SIZE="2">and i just reload after 6 seconde to the next file!</FONT> <BR>
<FONT SIZE="2">I am sure there would be a more easy way to do it - but i don't know</FONT> <BR>
<FONT SIZE="2">them!</FONT> <BR>
<FONT SIZE="2">can sombedy help me out</FONT> <BR>
<BR>
<FONT SIZE="2">vincent</FONT> <BR>
<FONT SIZE="2">_______________________________________________</FONT> <BR>
<FONT SIZE="2">Javascript mailing list</FONT> <BR>
<FONT SIZE="2">Javascript@LaTech.edu</FONT> <BR>
<FONT SIZE="2">http://www.LaTech.edu/mailman/listinfo/javascript</FONT> <BR>
</BLOCKQUOTE><BR>
</BODY>
</HTML>