Sample Applet parameters Please note that Janim Version 3 uses a jar file instead of just the applet. Applet headers should be as shown below with your height and width settings. Measurements of Image used is: Width=Actual measurement. Height=2 x Actual measurement (may be reduced if gray area appears at the bottom of the applet) <center> <table border = 2> <tr> <td width=375> <applet code="Janim3.class" archive="Janim.jar" width=375 height=345> <param name="image" value="chrs11a.jpg"> <param name="image1" value="chrs12a.jpg"> <param name="overlay1" value="chrs.gif"> <param name="overlay" value="sa1.gif"> <param name="overlaya" value="sa2.gif"> <param name="overlayb" value="sa3.gif"> <param name="overlayc" value="sa4.gif"> <param name="overlayd" value="sa5.gif"> <param name="overlaye" value="sa6.gif"> <param name="delay" value="1"> <param name="ovl1top" value="1"> <param name="flipovl" value="1"> <param name="revovl" value="1"> <param name="motionx" value="-4"> <param name="ovly" value="80"> <param name="ovlref" value="1"> <param name="rotation" value="20"> <param name="snow" value="1"> //Giving snow parameter a value of 1 activates snow. <param name="intensity" value="90"> <param name="swind" value="0"> </applet></td></tr></table> </center> Note: When motion parameters are used, the corresponding position parameter is not necessary. For horizontal movement, motionX nullifies the need for ovlX. For vertical movement, motionY makes ovlY unnecessary. Overlays may use up to 8 images in rotation for animation or may be animated GIF. Multi-image overlays eliminate flicker seen with some animated GIFs. |