Download
ImageAnimationApplet displays repeatedly a sequence of image frames. Every frame data are contained in one image file of type image/jpeg or image/gif.
Parameters:
"canvas_width" -the width in pixels of image canvas. If this parameter is not present the width of the canvas equals applet's width.
"canvas_height" -the height in pixels of image canvas. If this parameter is not present, the canvas height equals applet's height. The image is sized so, that best fit to canvas dimensions is reached while preserving image aspect ratio.
"background_color" -the color of part of the canvas and the applet not covered by the image. Color is given as a triplet of comma separated R,G,B numbers from interval [0,255]. If this parameter is absent, the backgroud color will be black.
"frameX" where X represents an nonnegative integer number. Numbers start width 0 and increase by 1.- Relative URL of the image file for frame X width respect to applet's code base. Each URL can have reference denoting the number of miliseconds the frame remains displayed. The reference follows the URL and is preceded by "#" sign. Default display time is 33 msec.
To Index