ET Fade Text - Example

Next example

<applet code="ET_FadeText.class" width="200" height="70">

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

<!--The last fade should be a longer one.-->
<param name="B-5-FadeTime" value="3000">

<!--The text item.-->
<param name="B-1-Text" value="Buy">
<param name="B-2-Text" value="ET">
<param name="B-3-Text" value="Applets">
<param name="B-4-Text" value="Now!">

<!--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="ffffff">

</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.