Functions |
turn_on() - turn_off()DEFINITION turn_on(img_name,ani_name); ani_name - the name of an AnimationFrames() object REQUIREMENTSAnimationFrames(ani_name,
num_frames, ext); <IMG SRC="images/ani_name/0.ext" NAME="img_name"> DESCRIPTIONThese functions behave almost the same as turn_on() and turn_of() except they change the AnimationFrames() that is used in the AnimatedImage(). They are most useful where you have a single image in the document and you want to display different animation in that image. EXAMPLE<HEAD> AnimatedImage("description",
"desc1"); <BODY> <A HREF="some_url" <A HREF="some_url" <IMG SRC="images/desc1/0.jpg" NAME="description"> </BODY> <<Index>>
|