Souvenir

Version : 1.01
Last revised date : 08/10/2000

Souvenir reads a list of images from a text file and displays the images by fading them in and out.

Souvenir is freeware. The latest version of the applet is available at NavSurf.com.

Applet Parameters

<applet code=souvenir.class width=400 height=300>
<param name=filename value="example.txt">
<param name=target value="_blank">
<param name=delay value="50">
<param name=increment value="15">
<param name=bgcolor value="0">
</applet>

filename : text file containing the image list
target : sets the target frame for the URL link
delay : sets the speed of the fading. Note that setting this to a very low value might slow down the computer (integer)
increment : rate at which the image fades (integer). Use this parameter together with "delay" to select the speed of the fading
bgcolor : sets the background color of the image

Applet Configuration

The applet reads the image list from the text file specified by the parameter "filename". The information is stored in the following format :
image_file|url_link