This Java applet displays any number of texts with a cool 3D running color effect. Each text font, style, size can be defined. 3D shadow depth can also be specified. |
Parameter Name | Parameter Usage |
---|---|
textk | kth text string, k=1,2,..., number of texts |
fontnamek | font type for kth text: TimesRoman, Helvetica, Courier or Dialog |
stylek | font style for kth text: plain, bold, italic, or bold italic |
sizek | font size for kth text |
URLk | URL link for kth text |
bgcolor | background color in RGB HEX format* |
shadowdepth | shadow depth in pixels |
sound | sound file in .au format |
h1 | an integer greater than 0 and less than h2 |
h2 | an integer greater than h1 and less than 100 |
delay | delay between each frame |
*You can find a RGB Hex Triplet Color Chart at
http://www.phoenix.net/~jacobson/rgb.html
< APPLET CODE="ColorText.class" WIDTH="600" HEIGHT="60">
< PARAM name="text1" value="ART GALLERY ON THE NET">
< PARAM name="fontname1" value="TimesRoman">
< PARAM name="style1" value="bold">
< PARAM name="size1" value="36">
< PARAM name="text2" value="Meet international artists">
< PARAM name="fontname2" value="Helvetica">
< PARAM name="style2" value="bold italic">
< PARAM name="size2" value="36">
< PARAM name="text3" value="View a large collection of art">
< PARAM name="fontname3" value="TimesRoman">
< PARAM name="style3" value="bold italic">
< PARAM name="size3" value="36">
< PARAM name="text4" value="Purchase your favorite art work">
< PARAM name="fontname4" value="Helvetica">
< PARAM name="style4" value="plain">
< PARAM name="size4" value="36">
< PARAM name="shadowdepth" value="10">
< PARAM name="bgcolor" value="000000">
< PARAM name="h1" value="0">
< PARAM name="h2" value="68">
< PARAM name="delay" value="60">
< PARAM name="URL1" value="http://www.artonnet.com">
< PARAM name="URL2" value="http://www.artonnet.com/artists.html">
< PARAM name="URL3" value="http://www.artonnet.com/artists.html">
< PARAM name="URL4" value="http://www.artonnet.com/purchase.html">
< PARAM name="sound" value="spacemusic.au">
</APPLET>