An image cycling applet

Kumar Appaiah

Description

This is a simple applet which takes in a few images, each of which may or may not be a hyperlink, and displays them for a specific amount of time, before slowly reducing it, giving way to the next image. For those who want to create an enhanced/animated web page, it will be very easy to use, since it only needs a few images for animation.

Try clicking on it when different images appear. I have not added any links to take you out of this page to the applet.

Note: you do not have Java support. Please get the Java Runtime Environment from http://www.java.com.

For those who want to use it on their web pages:

The applet works best if you have two images of similar or proportional sizes. For example. for a with of 300 pixels and height of 80 pixels, add the applet tag as:

<applet class="ImageApplet.class" width="300" height="80">

The parameters can be added after the applet tag as:

<param name="parameter" value="theval">

Replace "parameter" by one of the following (bold) identifiers with proper values instead of "theval":

Remember to add the </applet> tag after you finish giving parameters.

Get the source.

Back to the home page...

Valid XHTML 1.1! Valid CSS!

Last modified: Sun Jul 10 13:07:50 IST 2005