width & height
 
 

The width of the applet should be at least the width of the pic #1, but it could be even larger. To find out the height entry you should add the values (pixel):

  •   height of the pic,
  •  + 5 pixel,
  •  + height of the text.

This is the minimal size. It is your own decision to enlarge this value. Please try it out on your own.

 
Font, Fontsize and Fontstyle
 
 

Insert here the usual values as you know it right from HTML. If you copy the applet parameter from SlideShowII.txt you'll see remarks showing possible entries.

joerg 'lacki' lackner - java, jini, applets - jlacki@yahoo.com
 

configuration

 
  website faq sample  

 
   

First of all place the SlideShowII.jar in the directory of your HTML document. Then copy the code from the SlideShowII.txt file into your document. Now you have the possibility to change the following parameter.

 
       
 
<Param name="Images" value="x">
 
   

Please insert here instead of 'x' the number of images you want to use.

 
       
 
<Param name="Time" value="x">
 
   

That's the time you want the images to be displayed. 1000 means 1 second.

 
       
 
<Param name="Delay" value="x">
 
   

The lower you choose this number the faster the pictures will change. 10 to 30 are good choices. Please check this out for yourself.

 
       
 
<Param name="1" value="|Images/image1.jpg/gif|http://www.yourdomain.com/index.htm|your text|">
 
   

There are three entries here. The first one is the URL of the image. The second one is the URL you want to link to. This will only work if links are enabled. If you want to know how to enable links mail me please. In case you won't place a link here type a whitespace in. The last entry is the text you want to be displayed.