ET Fade Text - Example

Next example

<applet code="ET_FadeText.class" width="300" height="50">

<!--Default values.-->
<param name="B-d-TextFont" value="Helvetica">
<param name="B-d-TextFromColor" value="ffffff">
<param name="B-d-FadeTime" value="200">

<!--The text item.-->
<param name="B-1-Text" value="ET Applet Collection">

<!--The TextToColor parameter is required for every fade.-->
<param name="B-1-TextToColor" value="000000">
<param name="B-2-TextToColor" value="000000">
<param name="B-3-TextToColor" value="000000">
<param name="B-4-TextToColor" value="000000">
<param name="B-5-TextToColor" value="000000">

<!--The size of the text item.-->
<param name="B-1-TextSize" value="6">
<param name="B-2-TextSize" value="9">
<param name="B-3-TextSize" value="13">
<param name="B-4-TextSize" value="18">
<param name="B-5-TextSize" value="25">

<!--The background color of the applet.-->
<param name="BGColor" value="fff0d2">

<!--We don't want the applet to restart.-->
<param name="Repeat" value="false">

</applet>

The source shown above is not exactly the same as for the example, as it assumes that the class files are in the same directory as the html file. The source above also assumes an unregistered applet as it does not have the NumericalKey parameter (this removes the intro text in the applet).


© 1997-2000 Entanke. Visit us at http://www.entanke.se/ for more information.