|
Would you like to put AnnounceIT on your page?
AnnounceIT is a Java Applet. To put applets on your page follow
these steps.
- Download the applet class files. In this case download/announceit.class.
- Copy and paste the appplet code into your page where you want the
applet to appear. Here is the code that runs AnnounceIT.
<!-- Copy/Paste the following HTML code -->
<APPLET CODE="announceit.class" CODEBASE="./" ALIGN="BASELINE" WIDTH="468" HEIGHT="60">
<!-- Text Parameter -->
<PARAM NAME="text_0" VALUE="This is a text fader Applet ...">
<PARAM NAME="wait_0" VALUE="150">
<PARAM NAME="fadeout_0" VALUE="blur">
<PARAM NAME="text_1" VALUE="It's called AnnounceIT ...">
<PARAM NAME="wait_1" VALUE="200">
<PARAM NAME="fadeout_1" VALUE="wind&right">
<PARAM NAME="text_2" VALUE="It downloads quickly ...">
<PARAM NAME="wait_2" VALUE="150">
<PARAM NAME="fadeout_2" VALUE="blood">
<PARAM NAME="text_3" VALUE="And it's easy to use!">
<PARAM NAME="wait_3" VALUE="150">
<PARAM NAME="fadeout_3" VALUE="fog&left">
<!-- Font Parameters -->
<PARAM NAME="fontname" VALUE="Helvetica">
<PARAM NAME="fontsize" VALUE="24">
<PARAM NAME="fontstyle" VALUE="bold">
<PARAM NAME="fontcolor" VALUE="001166">
<PARAM NAME="bgcolor" VALUE="FFFFFF">
<PARAM NAME="align" VALUE="center">
<PARAM NAME="valign" VALUE="center">
<PARAM NAME="yspacing" VALUE="-5">
<!-- Extra Parameters -->
<PARAM NAME="timeout" VALUE="100">
</APPLET>
<!-- End of Copy/Paste -->
- Make appropriate changes to the applet parameters to change the
message text, colors, speed and special effects to suit your needs.
|