Version française

Diaporama - a free applet to make your Web site more attractive

Update: this thing used to work pretty well in Java 1.0 but changes in more recent Java implementations now make it crash... I'll take a lot at that someday, maybe... or you could do it and send me the results of your investigations.

Description

Here's a small slideshow applet I have written to enhance some Web sites.

It works by displaying interpolated images between the images you give it. This results in a circular sequence of images with smooth transitions between them.

Advantages

Drawbacks

Parameters

NameTypeDescription
betweenintNumber of interpolated images between each image
mainDelayintTime to display a non-interpolated image (ms)
delayintTime to display an interpolated image (ms)
linkurlDocument to show when user clicks on applet
targetStringFrame in which to display link
messageStringText to display in status bar when mouse cursor enters applet
image1urlFirst image. Used via Applet.getImage
image2urlNext image. And so on... (without gaps)

Notes

Download links

diapo.zip
The applet archive file. Get this if you just want to use the applet.
diapo_src.zip
The ZIP file containing the Java source code for the applet.