LIST OF FADING NEWS PARAMETERS |
NAME |
DESCRIPTION |
applet_width |
Width of the applet. Same value with applet tag. |
applet_height |
Height of the applet. Same value with applet tag. |
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. |
read_messages |
"read_from_parameters" or "read_from_file". |
text_file |
This parameter identifies the name of the text file. Make sure the text file name is spelled correctly, upper and lower case matter. Put the text file in the same directory as the class file:headline.class |
headline_width |
The width of the headline area (left area). Use this parameter to set the size of the headline (on the left) and message area (on the right). |
headline_color |
The color of the headline text (on the left side), in hexadecimal RGB format. |
message_color |
The color of the message text (on the right side), in hexadecimal RGB format. |
headline_highlight_color |
This parameter will change the color of the headline 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 message. You must use hexadecimal colors. |
message_highlight_color |
This parameter will change the color of the message 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 message. You must use hexadecimal colors. |
headline_bgcolor |
The background color of the headline side, in hexadecimal RGB format. |
message_bgcolor |
The background color of the message side, in hexadecimal RGB format. |
headline_font_type |
Name of the headline font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Arial". |
headline_font_size |
Size of the headline font. |
headline_font_style |
Style of the headline font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic).. Example: <param name="headline_font_style" value="1"> |
message_font_type |
Name of the message text font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Arial".. |
message_font_size |
Size of the message text font.. |
message_font_style |
Style of the message text font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic).. Example: <param name="message_font_style" value="1">. |
headline_underline |
"yes" or "no". |
message_underline |
"yes" or "no". |
headline_align |
Headline text alignment. Can take one of these two values: "left" or "center". |
message_align |
Message text alignment. Can take one of these two values: "left" or "center". |
headline_margin |
Width of the left margins for headline. |
message_margin |
Width of the left margins for messages. |
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. |
pause_time |
This is the time, in milliseconds, the text should be waiting before scroll again. |
scroll_delay |
Speed of scroll. |
type_delay |
Speed of type. |
yoffset |
Vertical offset in pixels from center for both the headline and message text. |
headline_textN |
Headline (N =1,2,3...,number of headline). You must start at 1 and increase by 1 at each time. The headline text to show. Use " " for extra space. |
messageN |
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 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...) |