| |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fire Link
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name | value-typ | description | default | must be set ? |
| link | Url | sets the url that is linked with left mouse button | null | no |
| targetWindow | String |
set window or HTML frame that is target for link (e.g. "_blank","_self","_parent","_top" or a named window: "windowName") |
||
| image | String |
the image is shown over the fire effect, translucent (so use a gif image) |
null | no |
| image2 | String | same as the image parameter, but used (if set) when mouse if over the applet area |
null |
no |
| cool | int (1..16) | cooldown factor in the range | 1 | no |
| spots | int | number of new fire spots in the botton line | width/16 | no |
| clears | int | number of fire clears in the botton line | width/8 | no |
| mouse | int | mouse acts as torch | no | |
| backColor | Color | defines start value of color range | #000000 | no |
| midColor | Color | defines mid value of color range | #FF0000 | no |
| endColor | Color | defines end value of color range | #00FFFF | no |
<!-- Fire Link Copyright (c) Christian Cohnen -->
<!-- http://www.chriscohnen.de -->
<applet align=baseline code=FireLink.class height="30" width="100" archive="FireLink">
<param name="link" value="http://www.chriscohnen.de">
<param name="image" value="hotlink.gif">
<param name="cool" value="2">
<param name="spots" value="20">
<param name="clears" value="10">
<param name="backColor" value="#000000">
<param name="midColor" value="#FF0000">
<param name="endColor" value="#FFFF66">
Sorry, your browser does not support Java.
</applet>