ET Message Scroll - Example

Next example

<applet code="ET_MessageScroll.class" width="89" height="89">

<!--Make the scroll look right-->
<param name="ScrollDirection" value="horizontal">
<param name="S-d-SectionVAlign" value="center">

<!--Set the speed of the scroll-->
<param name="ScrollDelay" value="30">
<param name="ScrollMove" value="3">

<!--We use the ActiveArea to create a one pixel black border to the scroll.-->
<param name="ActiveArea" value="1,1,87,87">
<param name="BGColor" value="000000">
<param name="BGLoadingColor" value="FFf2d0">

<!--Only one image needed. Make sure that you get the case right.-->
<param name="S-1-Image" value="Sydney.jpg">

<!--The distance between section 1 and section 2.-->
<param name="S-1-SectionSpacing" value="50">

<!--A large text item is also needed.-->
<param name="S-2-Text" value="A city to love!">
<param name="S-2-TextColor" value="ffffff">
<param name="S-2-TextSize" value="70">

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