David O'Brien's Classic Fireworks Applet
Courtesy of www.CodeBrain.com

This applet usually is distributed pretty bare-bones;
probably because it's so easy to use...  However,
for the benefit of those less traveled in JavaLand,
we've included sample HTML, a test.html page, and
brief instructions below.

Have a blast... so to speak.

=======================================================

Sample HTML Source: 

<APPLET CODE="Firework.class" WIDTH="399" HEIGHT="349">
<PARAM NAME="AnimationSpeed" VALUE="10">
<PARAM NAME="RocketSoundtrack" VALUE="fire.au">
<PARAM NAME="RocketStyleVariability" VALUE="10">
<PARAM NAME="MaxRocketNumber" VALUE="9">
<PARAM NAME="MaxRocketExplosionEnergy" VALUE="850">
<PARAM NAME="MaxRocketPatchNumber" VALUE="90">
<PARAM NAME="MaxRocketPatchLength" VALUE="68">
<PARAM NAME="Gravity" VALUE="400">
</applet>

=======================================================

General Instructions:

This is a very easy applet to use.
Just put these three files:

Firework.class
Rocket.class
fire.au

in the same directory as the HTML page calling
the applet.

Insert the (above) HTML code in any page to get
started -- or use the accompanying test.html page,
ready to roll.

The parameters are pretty much self explanatory...
just work the values and experiment with them.
David O'Brien did a great job of building in a
lot of versatility in this applet!


Best regards,


www.CodeBrain.com
