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=500> <applet code="Janim3.class" archive="Janim.jar" width=500 height=350> <param name="image" value="lake64.jpg"> <param name="image1" value="lake64a.jpg"> <param name="image2" value="lake64b.jpg"> <param name="imagea" value="friend2.gif"> <param name="overlay" value="nice.gif"> <param name="ovlX" value="200"> <param name="ovlY" value="10"> </applet></td></tr></table> </center> Imagea should always be the same size as the main image. Imagea will not be seen in the unregistered version. When imagea is used in the Registered Version, clicking on the applet will display that image. An instruction to the user to click on the applet should be placed close to the applet. Rotation default (4) is acceptable so no parameter entry is required. |