Horizontally scrolling text
[Click on the text to stop/restart the scrolling]
Structure of this applet:
Structure | Mandatory/Optional | Parameter type | Remark |
<applet code="ScrollText.class" width="xxx" height="xxx"> | - | - | - |
<param name="author" value="Benoit Fils RAZAFIMBAHOAKA"> | Mandatory & Constant | String | Autor's Name |
<param name="background_b" value="xxx"> | Optional | Integer (0-255) | Blue component of the background color |
<param name="background_r" value="xxx"> | Optional | Integer (0-255) | Red component of the background color |
<param name="background_g" value="xxx"> | Optional | Integer (0-255) | Green component of the background color |
<param name="foreground_g" value="xxx"> | Optional | Integer (0-255) | Green component of the foreground color |
<param name="foreground_r" value="xxx"> | Optional | Integer (0-255) | Red component of the foreground color |
<param name="background_b" value="xxx"> | Optional | Integer (0-255) | Blue component of the foreground color |
<param name="height" value="xxx"> | Optional | Integer | Height |
<param name="text" value="xxxxxxxxxxxxxxxxxxxxx"> | Optional | String | The text to be scrolled |
<param name="width" value="xxx"> | Optional | Integer | Width |
</applet> | - | - | - |
Other files to be put in the current directory | |||
ScrollText.class |
This page is managed by Benoit Fils Razafimbahoaka