Example
|
About
Looking for a more interesting way to display those thumbnail images?
A clickable image scroll might be just what you need.
Each image can be linked to anything you like, such as another web page,
an image, or a email address.
When creating the images, it's obviously best to keep the height of each
image the same, but this is not necessary.
|
Source
|
Parameters
|
speed
|
Speed of the scroll
|
|
imageLoadString
|
Text to display while loading images
|
|
image1, image2, etc.
|
Path of image to display.
|
|
link1, link2, etc.
|
full url of link associated with image.
|
|
target1, target2, etc.
|
associated target names for frames
|
|
Usage Example
<applet code=JZOOScrollingImages.class width=500 height=102>
<param name="speed" value=1>
<param name="imageLoadString" value="Loading images ... ">
<param name="image1" value="images/butterfly_.jpg">
<param name="link1" value="http://www.jzoo.com/java/scrollingimages/images/butterfly.jpg">
<param name="image2" value="images/cows_.jpg">
<param name="link2" value="http://www.jzoo.com/java/scrollingimages/images/cows.jpg">
<param name="image3" value="images/giger_.jpg">
<param name="link3" value="http://www.hrgiger.com">
<param name="target3" value="_blank">
</applet>
|
|
|