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">

<!--Border color. No border if not specified.-->
<param name="BorderColor" value="000000">

<param name="Text" value="
<h>ET Text Menu</h>
<br>
Use the html-like syntax to format the text with headers and <url Link.html>links</url> in the text.
<br><br><pause 4000>You can also control the speed of the scroll and make it pause like this.
<ff>Now you can also change the align of the text like this:
<br><br><left>Left aligned text.<br>This is the default.
<br><br><center>Center aligned text.<br>Looks nice!
<br><br><right>
Right aligned text.<br>Yeah, why not.
<page>
">

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