How to use: |
<APPLET archive="thumbshow.jar" code="thumbshow.class" width=500 height=400>
<param name="maximages" value="7">
<param name="image1" value="image1.gif">
<param name="image2" value="image2.gif">
<param name="image3" value="image3.gif">
<param name="target" value="_blank">
<param name="bgcolor" value="008050">
<param name="bordercolor" value="ffffff">
<param name="hovercolor" value="000000">
<param name="columns" value="2">
<param name="thumbwidth" value="80">
<param name="thumbheight" value="80">
<param name="xalign" value="center">
<param name="yalign" value="center">
<param name="mainlink" value="http://www.6sense.com">
<param name="maintext" value="Thumbnail by 6sense.com">
</APPLET>
|
Required Parameters |
maximages | [number] | Number of images to load. Make sure the parameter exist for each number |
image# | [filename] | Replace # with the number of the image. Name and directory of the image file relative to where the class files are located. |
|
Display Parameters |
columns | [number] | Number of thumbnails in each row. |
thumbwidth | [number] | The Width of the thumbnail |
thumbheight | [number] | the Height of the thumbnail. |
xalign | [align] | Horizantal alignment of the thumbnail images.- center (default)
- left
- right
|
yalign | [align] | Vertical alignment of the thumbnail images.- center (default)
- top
- bottom
|
|
Optional Parameters |
target | [target] | Target of new link.- _blank (default)
- _top
- _parent
- _self
|
bgcolor | [color] | Image background color in hexidecimal RGB format. This the background color of the applet. default = "000000" (black) |
bordercolor | [color] | Image frame color in hexidecimal RGB format. This the for the color of the border on a image. default = "ffff00" (yellow) |
hovercolor | [color] | Image frame color in hexidecimal RGB format. This the for the color of the border when you have your mouseover on a image. default = "FFFFFF" (white) |
|
Additional Parameters [ Full Version Only ] |
mainlink | [url] | Web address of the main link which appears on the top right corner when mouse iso ver the applet. Make sure the value is a valid web address with "http://" in front of it. |
maintext | [string] | Text string to display for the top corner main link. This is appears for the viewer. |
|