Please read attached license.txt file before using the software.
---------------------------------------------------------------------------------------
Please include in your html code the SoftCorporation LLC. ownership information,
as it is shown below in Example of HTML File:
The initial developer of this Java applet is SoftCorporation LLC. href="http://www.softcorporation.com/products/textbanner"
This information is invisible in the browser but helps us to distribute
the software and required by license agreement.
---------------------------------------------------------------------------------------
TextBanner Java applet parameters:
"BNRFILE" - name of a file with banner description.
You can add symbol '*' to file name to select banner file randomly.
If you use '*' in file name, specify separated with comma max number
to replace '*' symbol.
(Example: value="myadvert.txt" or value="brn/ad*.bnr, 15")
"QUERY" - String, adds to file banner name a string "q=QUERY", where
QUERY is a value of this parameter.
(Example: value="sport", defines "brn/myadvert.bnr?q=sport")
"RANDOM" - Integer > 0, adds to file banner name a string "r=RRRRR",
where RRRRR is a random number with length, defined by this
parameter.
(Example: value="3", defines "brn/myadvert.bnr?q=sport&r=564")
"TARGET" - The frame name to display target URL in, equals
"_self", "_top", "_blank", or the name of a frame.
Default is "_self". Used only if target URL is specified.
(Example: value="_blank", target URL opened in new browser window).
"SHOWTIME" - Integer, defines a time in seconds to display every banner.
"0" - the banner changed after all text scrolled, or all
pictures has been shown.
"-1" - the banner itself defines a time to change to the next
banner.
(Example: value="60", the banner will change every minute).
"COLOR" - Initial color of the banner, default is "black". When the color
is not specified, the copyright information displayed.
You can select colors from:
"white", "red", "green", "blue", "yellow", "orange", "cyan",
"magenta", "pink", "lightgray", "gray", "darkgray", "black",
or define custom color as "#RRGGBB", where RR,GG,BB are defined
in HEX format.
(Example: value="#FFFFFF", initial color is "white").
"DEBUG" - Used for testing only, value "yes" allowes to see debug
messages in a browser Java console screen.
"NAME" - Used for testing only, default is "TextBanner". Allowes to
distinct debug messages from different banners.
Banner description file.
Banner description file has similar format to XML. The difference is that
each attribute is valid for all next elements, till it is redefined.
Element cannot include another element.
Banner description file has 3 elements: "bnr", "img", "txt".
1. "bnr" - banner element, has no content, has attributes:
"link" - link to the target url, (don't forget about "http://").
"speed" - text scrolling speed, (0 - 100).
"fadespeed" - image fading speed, (0 - 100).
"showtime" - show time for banner, in seconds.
"bgcolor" - banner background color.
"fade" - fade quality for banner, (1 - 7).
"fademethod" - fade method for banner, (1 - 13).
"txtheight" - text height for this banner.
"txtbgimage" - text background image.
"txtbgcolor" - text background color, used if there is no background image.
"next" - next banner description file name.
"nextmax" - max number to replace '*' in banner description file
Example:
3. "txt" - text element, has a text content, has attributes:
"size" - text size.
"style" - text style, ("plain", "bold" "italic", "bolditalic").
"color" - text color.
"font" - text font name.
"ascent" - text ascent.
"shade" - text shade.
"shadecolor" - text shade color.
"value" - text as an attribute, no encoding allowed.
Example: