TextFade
<applet code="TextFade.class" width=206 height=143>
<!--Time each link is displayed-->
<param name="linkdelay" value="4">
<!--higher number means faster fade-->
<param name="fadespeed" value="15">
<!-- colors -->
<param name="textcolor" value="000000">
<param name="rollcolor" value="006699">
<param name="backcolor" value="999999">
<!--Options are: Serif,SansSerif,Dialog,Monospaced-->
<param name="fontface" value="Dialog">
<!--Options are: Plain,Bold,Italic,BoldItalic-->
<param name="fontstyle" value="Plain">
<!--font size -->
<param name="fontsize" value="11">
<!-- top left start point of the textblock -->
<param name="xstart" value="18">
<param name="ystart" value="40">
<!-- width of the textblock -->
<param name="textblockwidth" value="175">
<!-- vertical distance between lines -->
<param name="leading" value="26">
<!--add as many strings and links as you like below-->
<param name="string_1" value="Fetches the attributes to use when rendering. This is implemented to multiplex the attributes specified.">
<param name="string_2" value="Parses the string argument as a signed integer in the radix specified by the second argument.">
<param name="string_3" value="This interface corresponds to an applet's environment: the document containing the applet. This is a test">
<param name="url_1" value="http://javaboutique.internet.com">
<param name="url_2" value="http://serverwatch.internet.com">
<param name="url_3" value="http://idm.internet.com">
</applet>
Back to TextFade applet page
|