Upscroller Applet



Author: Demicron


This is a copyrighted applet that lets you use upscrolling fading text on your page. Anyone may use this applet, but no parameters may be altered or changed. To add this applet to your page, follow the directions below.


1. Download upscroll.class and load it in your home page directory.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your page directory here" code="upscroll.class" width="230" height="57"> <param name="demicron" value="www.demicron.se"> <param name="reg" value="A00004"> <param name="foreground" value="FF0000"> <param name="background" value="000000"> <param name="maxrows" value="2"> <param name="width" value="230"> <param name="sleeptime" value="0"> <param name="step" value="4"> <param name="fade" value="Yes"> <param name="font" value="TimesRoman"> <param name="fontsize" value="24"> <param name="maxitems" value="11"> <param name="item0" value=" "> <param name="item1" value=" "> <param name="item2" value="Your text here"> <param name="item3" value="Your text here"> <param name="item4" value="Your text here"> <param name="item5" value="Your text here"> <param name="item6" value="Your text here"> <param name="item7" value="Your text here"> <param name="item8" value="Your text here"> <param name="item9" value="Your text here"> <param name="item10" value=" "></applet>


Back to the Applets!