ET Message Scroll - Example

<applet code="ET_MessageScroll.class" width="260" height="212">

<!--Set the scroll environment.-->
<param name="BGImage" value="StoneBG.jpg">
<param name="FGImage" value="StoneFG.gif">
<param name="BGColor" value="000055">
<param name="BGLoadingColor" value="FFF2D0">
<param name="ActiveArea" value="50,0,160,160">

<!--New default values-->
<param name="S-d-TextColor" value="ffffff">
<param name="S-d-Align" value="center">

<!--Three sections with the ET Applets logo and text.-->
<param name="S-1-Image" value="ETApplets.gif">
<param name="S-1-Text" value="Professional">
<param name="S-1-ImagePosition" value="right">
<param name="S-1-Align" value="right">

<param name="S-2-Image" value="ETApplets.gif">

<param name="S-3-Image" value="ETApplets.gif">
<param name="S-3-Text" value="Java Applets">
<param name="S-3-ImagePosition" value="left">
<param name="S-3-Align" value="left">

<param name="S-3-SectionSpacing" value="30">

<!--You can break lines with "<br>".-->
<param name="S-4-Text" value="A collection of Java applets that you can trust. The applets are: <br> <br> Fast! <br> Flexible! <br> and Tested!">
<param name="S-4-TextSize" value="17">
<param name="S-4-SectionSpacing" value="30">

<param name="S-5-Text" value="If you buy the applet you will get unlimited updates and free support via e-mail.">
<param name="S-5-TextSize" value="17">
<param name="S-6-URL" value="../../Common/Purchase.html">
<param name="S-5-SectionSpacing" value="30">

<!--Eeyore as a picture with sound and a link.-->
<param name="S-6-Image" value="Eeyore.gif">
<param name="S-6-SoundOver" value="ILoveYou.au">
<param name="S-6-URL" value="../../Common/Purchase.html">

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