home *** CD-ROM | disk | FTP | other *** search
- <$$FILE
- TYPE=HTML
- DESC="Vertical Scrolling Text (JAVA Applet)"
- >
- <$$PARAMS
- N=NOTICE N_D='The ".class" files can be found in the Mortar/Java directory, be sure to have copies of them on your site.'
-
- BACKCOLOR=COLOR BACKCOLOR_M="000000" BACKCOLOR_D="Default background color for a line of text"
- TEXTCOLOR=COLOR TEXTCOLOR_M="FFFFFF" TEXTCOLOR_D="Default foreground color"
-
- E=EMPTY
-
- STEPS=INTEGER STEPS_M=3 STEPS_D="Number of pixels to jump upward in each movement"
- PTSIZE=INTEGER PTSIZE_M=20 PTSIZE_D="Font size"
- FONT=STRING FONT_M="Helv" FONT_D="Font Facename"
- TIMEOUT=INTEGER TIMEOUT_M="100" TIMEOUT_D="Delay between each movement (in milliseconds)"
- ><$$NO>
- <APPLET CODE=VerticalScroller.class WIDTH=200 HEIGHT=100>
- <PARAM NAME=FONT VALUE="~FONT">
- <PARAM NAME=PTSIZE VALUE="~PTSIZE">
- <PARAM NAME=BACKCOLOR VALUE="~BACKCOLOR">
- <PARAM NAME=TEXTCOLOR VALUE="~TEXTCOLOR">
- <$$INSERT PARAM="<!-- NUMLINES Indicates the number of lines you have entered -->">
- <PARAM NAME=NUMLINES VALUE=2>
-
- <$$INSERT PARAM="<!--"> These are the paramters for each line of the display
- scrolling. You only NEED to specify STRINGn parameter,
- all others are optional.
-
- STRING0: text to display on line 0 (1st line) (nothing)
- COLOR0: color that text will be written in (RRGGBB in hex)
- BACKCOLOR0: background text will be written over (same)
- LOCALURL0: a local URL to visit when the line is clicked
- REMOTEURL0: a remote URL to visit
- <$$INSERT PARAM="-->">
- <PARAM NAME="STRING0" VALUE="Mortar">
- <PARAM NAME="COLOR0" VALUE="FF0088">
- <PARAM NAME="BACKCOLOR0" VALUE="004400">
- <PARAM NAME="REMOTEURL0" VALUE="http://www.bigpic.com/mortar/">
-
- <PARAM NAME="STRING1" VALUE="Vertical Scroller">
-
- </APPLET><$$NO>
-