| 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. |
| bgcolor |
The color of the applet background, in hexadecimal RGB format. |
| button_image |
The file name of a GIF or JPEG image that will be drawn behind the text (button image). The file path is based starting with the directory in which the Java applet is located. |
| mouseover_button_image |
For mouse over button, the file name of a GIF or JPEG image that will be drawn behind the text. |
| click_button_image |
For mouse over button, the file name of a GIF or JPEG image that will be drawn behind the text. |
| anim_speed |
Animation speed. |
| text_yoffset |
Vertical offset in pixels from center for text. |
| text_align |
"left", "center",or "right". This tag identifies alignment of the button text. Can take one of these two values: "left" and "center". |
| text_color |
The color of the button text, in hexadecimal RGB format. |
| mouseover_text_color |
The color of the mouse over button text, in hexadecimal RGB format. |
| click_text_color |
The color of the clicked button text, in hexadecimal RGB format. |
| font_type |
Name of the button text font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Arial". |
| font_size |
Size of the headline font. |
| font_style |
Style of the button text font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic).. Example: <param name="font_style" value="1">. |
| button_xy_positionN |
"X position of the button , Y position of the button" (N =1,2,3...,number of headline). You must start at 1 and increase by 1 at each time. |
| buttonN |
Button text. (N =1,2,3...,number of text). You must start at 1 and increase by 1 at each time. |
| linkN |
The absolute and/or relative URLs. (N =1,2,3...) |
| status_bar_msgN |
Status Bar messages. (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...) |