Parameter | Default | Description |
---|---|---|
line<n> | none | Message line line<n> of animated text, where line<n> is from 0 to 30. See also Message Line Tags. |
url<n> | none | URL's associated with message lines. <n> must match the line<n> parameters. Format is: URL [ TARGET=target ] |
randomize | false | Display message lines in random order. |
showAbout | true | Display about popup on shift-click. |
target | none | Default frame or window target, used when loading an URL. |
lineData | none | Message line data text file. Used to init message lines (and associated URL's) from a text file. For the format of the file see Example 5. |
cgi | none | CGI script to be used to read message lines. The cgi parameter must be specified, using a full path and must reside on the same machine as where the applet was loaded from. See also Example 8. |
updateInterval | 0 | Interval when to re-read lineData (or cgi). Interval is number of frames to display before data is re-read. Default (0) means only read data at initialization. |
delim | "<>" | Delimiter string, used as a delimiter for Message Line Tags. |
font | TimesRoman | Message line font. |
style | bold | Message line font style. Plain, bold or Italic. |
size | 22 | Message line font size. |
delay | 100 | Animation delay time in milliseconds. |
frameWidth | 0 (i.e no frame border) | Frame border width. |
frameMargin | 0 | Frame margin width. I.e margin between the frame and the applet. |
frameType | ShadowIn | Frame border type (ShadowIn, ShadowOut, ShadowEtchedIn or ShadowEtchedOut). |
dx | 3 | "No of pixels to move horizontally for each animation sequence. |
dy | 2 | No of pixels to move vertically for each animation sequence. |
fgColor | Black | Foreground (text) color. See Color format. |
bgColor | Gray | Background color. See Color format. |
bgImage | None | Tiled background image. |