|
WM Scroll Parameters:
|
|
bgimgs
|
Its the list of the filenames
background images (must be a .jpg or .gif
file separated by "|", at least two images)
|
|
fgimg
|
Its the filename of the applet foreground
image (must be a .jpg or .gif file)
|
| fgimgx |
Its the X position of the foreground image in the
applet window |
| fgimgy |
Its the Y position of the foreground image in the
applet window |
| scrollmode |
Its the direction of the scroll
effect, if its 0 the scroll will be from right to left,
if its 1 the scroll will be from left to right, if
its 2 the scroll will be from top to bottom, if
its 3 the scroll will be from bottom to top, if its 4
you can scroll from left to right or right to left using mouse,if
its 5 you can scroll from top to bottom or bottom to top using
mouse |
| scrollsp |
Its the speed of the scroll (must
be a value between 1 and 30) |
| scrollwait |
Its the waiting time between two
images (must be a value between 0 and 20) |
|
General parameters:
|
|
scrolltext (*)
|
Its the text that scroll in the applet
|
| scrolltextdir |
Its the direction of the scroll text (must be 1
for left to right scroll, 0 for right to left scroll) |
| scrolltextsp |
Its the speed of the scroll text (must be a a value between
1 and 5) |
| scrolltextpos |
Its the Y position of the scroll text |
| scrolltextcol |
Its the color of the applet scroll text (RRGGBB
hexadecimal values) |
| scrolltextfont |
Its the font of the scroll text (must be 0
for times, 1 for arial or 2 for courier) |
| scrolltexth |
Its the height of the scroll text characters (must
be a positive non zero value) |
| bottomtext (*) |
Its the bottom text in the applet window |
| bottomtextcol |
Its the color of the bottom text in the applet
window (RRGGBB
hexadecimal values) |
| bottomtextalign |
Its the position of the bottom text in the applet
window (must be 0 left, 1 center or 2 right) |
| urltolink (*) |
Are the addresses of the web pages linked by pictures
in the applet window (separated by "|"),
you can associate a url for each image (the urls must begin with http://) |
| urltarget (*) |
Are the target of the urls in the urltolink parameter
(separated by "|"), if
the target its _self the url will be show on the same window,
if its _blank the url will be show in a new window, if its
_parent the url will be show in the parent window, if its _top
the url will be show in the top window, if its a custom value the
url will be show in a frame with the custom value name (all the values
are case sensitive, you can associate a target for each url) |
After all the parameters you can insert
a message for no java browser.
The parameter code must be the name of the main .class
applet file, the codebase parameter must be"./".
(*) You must register to change
this. |