The code to include this applet looks as follows:
<APPLET CODE="Fire.class" WIDTH=400 HEIGHT=50>
<PARAM NAME=cooling VALUE=10>
</APPLET>
The cooling value defines how fast the fire cools off. Therefore, a higher cooling value means a shorter flame. The width and height can be whatever you want. The smaller the size, the faster it will run.
To download the fire applet, to use it on your own web page, click here.