GIFCanvas.java
Here are the images used in the applet:
GIFCanvas is a small Javatm package to display Animated GIF89a images. GIFCanvas is not just another animation loop; it parses animated GIF's, and creates an animation sequence using the frames and timing specified in the image file. The applet above is an example of its use. To more information about the actual GIFCanvas package, contact Bill Giel.
Usage: Place gifcanvas.cab (hold down the shift key as you click the link) and gifcanvas.zip within your HTML directory, and place these image files in a subordinate directory called "images."
Java Source: GIFCanvasApplet.java
HTML Source:
<applet code="GIFCanvasApplet" align="baseline"
width="200" height="200" archive="gifcanvas.zip">
<param name="cabbase" value="gifcanvas.cab">
</applet>
Author: Bill Giel of KC Multimedia and Design Group.
|