Water Applet.

    View Sample #1   View Sample #2   View Sample #3  


The water applet will simulate a water surface in any colors. It will allow you to play with the water using the mouse or it can be set to ripple by itself with the noise parameter.


Applet parameters
width, height These are the standard applet tags describing the width and height of the applet in pixels.
image The filename of the image to that goes on top of the water. Preferrably a transparent Gif image. Optional.
bg The color used for background when loading the image, in format rrggbb.
dim This describes how fast the water pans out. A value of two pans out immediately while at eight it takes a long time for the water to settle. Defaults to 5.
mouse This is the size in pixels of the mouse movements. Set to zero to disable mouseover effects.
noise This is the size in pixels of the noise movements. Set to zero to disable noise effects.
timer Setting this to above zero activates the timer function. With this you can specify in milliseconds how long the noise will run.
strength Strength of noise and mouse. Default = 450
logoheight The height of the logo. The water is between heights 0 and 512. Any value above 512 will make the logo stay above the 'surface'. A lower value will make the logo blend in with the water.
col1 - col5 These are the color-settings for the applet. Colors are provided in rrggbb format. Play with these settings to make it look good.
url The target url when using the applet as a button or NavBar. If using a NavBar then this value is any number of target url's, separated by a space character.
target This option lets the user specify which frame to open a target url in. Default is current frame.
orientation This is the orientation of the NavBar. V for vertical or H for horizontal.
cabbase This parameter is here to make the applet load faster in Internet Explorer. Don't change the value of this.