scroll3d
You've seen many text scrollers, but you probably haven't seen many 3D text scrollers. This applet's configurable, and comes with several examples using different parameters.
Usage: Download scroll3D.zip which contains class files, image files, and example HTML files, and unzip it into one directory.
The applet is free to use on your site, but $25 gets you a registered version which does not say "Unregistered 3D Scroll" when a mouse is over the applet.
Java Source: not available
HTML Source:
<APPLET CODE="Scroll3D.class" WIDTH=400 HEIGHT=86>
<param name="scrolltext" value="Announcing the Java Boutique Applet">
<param name="scrolltext1" value="Contest! Sponsored by Symantec,
the">
<param name="scrolltext2" value="applet contest will have 6 category">
<param name="scrolltext3" value="winners and one overall winner.">
<param name="fonteffect" value=" 3d smoothfont .3 ">
<param name="textColor" value="d8cf7e">
<param name="frontShadowColor" value="ffff20">
<param name="shadowColor" value="0">
<param name="fontbackColor" value="808000">
<param name="backColor" value="ff">
<param name="fontName" value="TimesRoman">
<param name="fontsize" value="22">
<PARAM name="delay" value="100">
<param name="advance" value="1">
<param name="Frame" value="ff8827 fc7e24 d2691e d2691e a85418
7e3f12">
</applet>
Author: Liyang Shen
|