ET Message Scroll - Example




Next example

This is a good example to start with when you are trying this applet on your own.

<applet code="ET_MessageScroll.class" width="100" height="100">
<param name="BGColor" value="FFf2d0">
<param name="S-1-Text" value="This is a simple example">
</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.