ET Text Scroll - Example




Next example

<applet code="ET_TextScroll.class" width="140" height="100">

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

<!--The text that shall be scrolled.-->
<param name="Text" value="
<h>Simple example</h>
<br>
This is a good example to start with when you are trying this applet on your own. <br><br>">

</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-98 Entanke. Visit us at http://www.entanke.se/ for more information.