Example
|
About
Provides an alternative to normal click buttons. The rotating buttons can be any
graphic image and each button can be linked to anything else. A belly button ring
seemed appropriate here.
|
Source
|
Parameters
|
startradius
|
The initial radius of the circle
|
|
radius
|
The final radius of the circle
|
|
centerx
|
x position of the center of the circle
|
|
centery
|
y position of the center of the circle
|
|
bgimage
|
A background image to use
|
|
image1, image2, etc.
|
relative references to the button images
|
|
link1, link2, etc.
|
full references to the links
|
|
target1, target2, etc.
|
frame target values
|
|
Usage Example
<applet code=JZOOButtonRing width=600 height=430>
<param name="startradius" value="100">
<param name="radius" value="155">
<param name="centerx" value="363">
<param name="centery" value="202">
<param name="bgimage" value="images/bg003.gif">
<param name="image1" value="images/kristine003.gif">
<param name="link1" value="http://www.jzoo.com/java/buttonring/index.html">
<param name="target1" value="_blank">
<param name="image2" value="images/lyndall003.gif">
<param name="link2" value="http://www.jzoo.com/java/buttonring/index.html">
<param name="image3" value="images/tracy003.gif">
<param name="link3" value="http://www.jzoo.com/java/buttonring/index.html">
<param name="image4" value="images/kristine003.gif">
<param name="link4" value="http://www.jzoo.com/java/buttonring/index.html">
<param name="target4" value="_blank">
<param name="image5" value="images/lyndall003.gif">
<param name="link5" value="http://www.jzoo.com/java/buttonring/index.html">
<param name="image6" value="images/tracy003.gif">
<param name="link6" value="http://www.jzoo.com/java/buttonring/index.html">
</applet>
|
|