| LIST OF FADING NEWS PARAMETERS |
| NAME |
DESCRIPTION |
| copyright |
Author and copyright information. This parameter must be always present and its value cannot be changed. |
| regcode |
You can use the applet freely to enhance your web pages (commerical or non-commerical). However, I placed a status bar message that will appear when the applet is online on a site and regcode parameter isn't correct. You can buy the registration code using a credit card through Regnow secure server. It also accepts Checks and Money Orders through postal mail. |
| bgcolor |
The color of the applet background, in hexadecimal RGB format. |
| title_color |
The color of the title text, in hexadecimal RGB format. |
| text_color |
The color of the text, in hexadecimal RGB format. |
| highlight_title_color |
This parameter will change the color of the title text to the specified color when your mouse moves over the applet. This will only occur if there's an associated URL for the current text. You must use hexadecimal colors. |
| highlight_text_color |
This parameter will change the color of the text to the specified color when your mouse moves over the applet. This will only occur if there's an associated URL for the current text. You must use hexadecimal colors. |
| align |
Default text alignment for the paragraphs. Can take one of these three values: "left", "center" ,or "right". |
| valign |
Default text vertical alignment for the paragraphs. Can take one of these three values: "top", "center" ,or "bottom". |
| title_font_type |
Name of the title font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Dialog". |
| title_font_size |
Size of the title font. |
| title_font_style |
Style of the title font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic).. Example: <param name="title_font_style" value="1"> |
| text_font_type |
Name of the text font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Dialog".. |
| text_font_size |
Size of the text font.. |
| text_font_style |
Style of the text font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic).. Example: <param name="text_font_style" value="1">. |
| fade_delay |
Speed of fade. |
| pause_time |
This is the time, in milliseconds, the text should be waiting before fade again. |
| line_space_fortitle |
Space between lines of title texts, in pixels. |
| line_space_fortext |
Space between lines of text, in pixels. |
| border_thickness |
Width of the applet border, in pixels. |
| border_color |
Color of the applet border, in hexadecimal RGB format. |
| highlight_border_color |
Color of the highlighted applet border, in hexadecimal RGB format. |
| title_underline |
"yes" or "no". |
| text_underline |
"yes" or "no". |
| left_margin |
Margin at the left of the applet, in pixels. |
| top_margin |
Margin at the top of the applet, in pixels. |
| right_margin |
Margin at the right of the applet, in pixels. |
| titleN |
Title of the text message. (N =1,2,3...,number of message). You must start at 1 and increase by 1 at each time. The text message to show. Use "#" for jumping next line. Use " " for extra space. |
| textN |
Message body. (N =1,2,3...,number of message). You must start at 1 and increase by 1 at each time. The text message to show. Use "#" for jumping next line. Use " " for extra space. |
| linkN |
The absolute and/or relative URLs. (N =1,2,3...) |
| target_frameN |
Target frame. Sometimes you want the URL to be opened in a particular frame or in a completly different window. Use this parameter to specify the destination of the URL to open. (N =1,2,3...) |