<APPLET CODE="Dream.class" WIDTH=100 HEIGHT=100> |
Start the applet via the Dream class. Use a nice width and height for the images. |
<param name="Frames" value="20"> |
The number of frames in each animation |
<param name="Delay" value="1000"> |
The minimum time in milliseconds between each animation (for very fast machines) |
<param name="Image1" value="LaBrie.jpg"> |
<param name="Image2" value="Myung.jpg"> |
<param name="Image3" value="Petrucci.jpg"> |
These are the images
|
<param name="Image4" value="Portnoy.jpg"> |
which to animate |
<param name="Image5" value="Sherinian.jpg"> |
</APPLET> |
End the applet-tag |