Example
|
About
Smoothly fades from one image to another.
Each image can be linked to any URL.
This example shows FOUR instances of the applet
running showing bits of Madonna and Milla Jovovovitch.
|
Source
|
Parameters
|
speed
|
Speed of the fade. Higher numbers produce faster fades.
|
|
delay
|
Number of seconds to display image before fading to next image.
|
|
image1, image2, etc.
|
relative references to the images
|
|
link1, link2, etc.
|
relative references to the links
|
|
Usage Example
<applet code=JZOOImageFader width=100 height=75>
<param name="speed" value=4>
<param name="delay" value=1>
<param name="image1" value="images/image02a.jpg">
<param name="image2" value="images/image03a.jpg">
</applet>
|
|