Search this site!

Return to the CSB Support home page
Roaming Cursor   |   Cursor Trail   |   Horizontal Scroll
Horizontal Scroll
Description:
Here's a horizontal scroll applet from a Free applet Tripod site. It consists of a script and a class file.  The web site has a zip file which also includes a jpg file (ban.jpg) which can be used to give credit to the web site, but is not necessary in order to run the scroller.
How to use:
1. Download the class file to your PC

2. Copy the source code provided into a Build your own web gem (BYOWG).  Note that I modified the code and inserted: codebase=^GEMDIR to the <applet ... tag

3. Use the 'Files for this gem' to add the class file to the BYOWG.

4. Save and publish your Trellix file and check out the results!

Example:

Download the code
right click on link, then click on 'Save target (or frame) as'
  scrolltext.txt   <- Source code

  scrolltext.class   <- Class file

Other information:

Source code:
(line to be modified is highlighted)
<applet code="scrolltext.class" codebase="^GEMDIR" width="380" height="24">
<param name="text" value="Horizontal Text Scroll is a basic and classic horizontal text scroller Java applet.">
<param name="info" value="Applet by Gokhan Dagli,freeapplet.tripod.com">
<param name="bgcolor" value="4f50b0">
<param name="fgcolor" value="E6E6E6">
<param name="fonttype" value="Helvetica">
<param name="fontsize" value="12">
<param name="fontstyle" value="1">
<param name="delay_time" value="14">
<param name="link" value="http://freeapplet.tripod.com">
<param name="target_frame" value="_self">
</applet>