ImageFader
Version 2.2 Copyright � 1998-2000 Christian Cohnen

go to example 1 2 3 doc main

Features:

can be clickable link
shows url in status bar if mouse is over applet are

Parameters:

name value-typ description default must be set ?
link url applet will link to this url if you press left mouse button no
targetWindow String name of the used window to open url (e.g. _blank,_parent ..) no
image1
...
image10
images 1 to 10
fade image used for fade effect yes
speed speed of the fading effect
wait time to wait before next image is shown
blend - blend image into next image no

Code Example:

<!-- ImageFader Copyright (c) Christian Cohnen -->
<!-- http://www.chriscohnen.de -->

<applet code=ImageFader.class  width=160 height=100 >
<param name=wait value=20 >
<param name=speed value=200 >
<param name=image1 value=oil.gif>
<param name=image2 value=logo2.gif>
<param name=image3 value=texture.gif>
<param name=image4 value=gfx.jpg>
<param name=blend >
<param name=smooth value=500 >
<param name=fade value=fade.gif>
<param name=link value="http://www.sanction.de" >
<param name=targetWindow value="_blank" >
</applet>

File description:

ImageFader.class the java applet class file

Included in the download are some example fade images.

fade1.gif:

fade2.gif:

fade3.gif

muster.gif

muster2.gif