presents The FIRETEXT v1.1

Sample HTML Code

<APPLET CODE=firetext.class width=240 height=50>
    <PARAM NAME=text VALUE="Welcome to TheJavaPlanet -- TheJavaPlanet presents FireText">
    <PARAM NAME=textfont VALUE="Helvetica">
    <PARAM NAME=textstyle VALUE="bold">
    <PARAM NAME=textsize VALUE="50">
    <PARAM NAME=speed VALUE="2">
    <PARAM NAME=pause VALUE="50">
    <PARAM NAME=intensity VALUE="2">
    <PARAM NAME=interactive VALUE="yes">
    <B>Sorry, either your browser is not Java enabled or it is disabled</B> 
</APPLET>
Parameter Description
text The scrolling text to be displayed
textfont The font of the text
textstyle Bold or not
textsize Size of the text
speed Speed with which the text scrolls
pause Time lapse between two successive lines
intensity Intensity of the fire
interactive whether the text stops scrolling when mouse is rolled over



Click here to read the readme file