Demo
Description
This a simple image animator which take a strip of framed images and puts it together to form an animation.
Usage/Parameters
| image | The framed image to be shown as the animation. |
| numFrames | The number of frames in the animation. |
| layout | The structure of how the frames are arranged [horizontal or vertical] (optional) The default layout is set to horizontal if this parameter is not given. |
| width | The width of each frame. (optional) The default width is set to the width of the applet if this parameter is not given. |
| height | The height of each frame. (optional) The default height is set to the height of the applet if this parameter is not given. |
Example
Here is an example of the HTML source code for the embedding this applet:
<applet archive="ImageAnimator.jar" code="ImageAnimator.class" width="57" height="87">
<param name="image" value="images/javaframelogo.gif">
<param name="numFrames" value="16">
</applet>
Version Updates
None
Download
Download this applet now. (source code included)
