OmniScroller Applet


Omni Scroller Applet is a small and fast loading applet that scrolls arbritrary number of text messages in any of the four directions: UP, DOWN, LEFT, RIGHT, or makes text fade in and out. Each text message can be associated with a URL. Font size, font name, font style, background and text color, speed of scrolling are fully customizable.

Your browser doesn't support java or java is not enabled!

This is the code used for the above applet:
<APPLET CODE=Omniscroller.class WIDTH=400 HEIGHT=100>
<param name="TextToDisplay" value="
Text can scroll up;
Text can scroll left;
Text can scroll down;
Text can scroll right;
Text can Fade in and out ">
<param name="URLtoDisplay" value="
http://egnatia.ee.auth.gr/~gele/geojava/geojava.html;
http://egnatia.ee.auth.gr/~gele/geojava/geojava.html;
http://egnatia.ee.auth.gr/~gele/geojava/geojava.html;
http://egnatia.ee.auth.gr/~gele/geojava/geojava.html;
http://egnatia.ee.auth.gr/~gele/geojava/geojava.html">
<param name="Direction" value="UP;LEFT;DOWN;RIGHT;FADEINOUT">
<param name="FontSize" value="24">
<param name="FontName" value="TimesRoman">
<param name="FontStyle" value="BOLD">
<param name="bgCOLOR" value="200, 200, 150">
<param name="textCOLOR" value="0,0,0">
<param name="textCOLOR2" value="0,0,255">
<param name="Target" value="_blank">
<param name="Delay" value="50">
<param name="Step" value="2">
<param name="Author" value="George Eleftheriou">
<param name="Email" value="gele@egnatia.ee.auth.gr">
Your browser doesn't support java or java is not enabled! </APPLET>


Download the Omniscroller.zip that contains all files and documentation.
© Copyright 1998 by George Eleftheriou