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

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.

If your browser supports frames and has Java enabled, maybe you're seeing this applet running in the top left corner of the screen.

Advantages

Drawbacks

Parameters

Name

Type

Description

between

int

Number of interpolated images between each image

mainDelay

int

Time to display a non-interpolated image (ms)

delay

int

Time to display an interpolated image (ms)

link

url

Document to show when user clicks on applet

target

String

Frame in which to display link

message

String

Text to display in status bar when mouse cursor enters applet

image1

url

First image. Used via Applet.getImage

image2

url

Next 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.