ET Text Scroll - Example



Next example

<applet code="ET_TextScroll.class" width="500" height="25">

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

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

<!-- Geometry -->
<param name="Align" value="Center">

<!-- Scroll speed -->
<param name="ScrollDelay" value="30">
<param name="ScrollMove" value="5">

<param name="Text" value="
<pause 3000><h>Question:</h> It is possible to buy only one applet?
<ff><pause 5000><h>Answer:</h> No, we only sell the applets as a collection.
<page><pause 3000><h>Question:</h> May I use the applets without paying?
<ff><pause 5000><h>Answer:</h> The demo version of the applets may only be used at non-commercial sites.
<page><pause 3000><h>Question:</h> Is my site commercial?
<ff><pause 5000><h>Answer:</h> If someone gets paid for creating or maintaining the site it is defined as commercial.
<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.