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=Actual measurement. <center> <table border = 2> <tr> <td width=500> <applet code="Janim3.class" archive="Janim.jar" width=500 height=200> <param name="image" value="lake194.jpg"> <param name="image1" value="lake196.jpg"> <param name="image2" value="lake197.jpg"> <param name="nobot" value="1"> <param name="xlrot" value="3"> </applet></td></tr></table> </center> Note: Default value for rotation of 4 was acceptable so no parameter entry was entered. Xlrot value of 3 (value X 10 = 30) and rotation value of 4, 30 X 4 = 120 cycles display time for each image. Often, instead of increasing rotation to it's maximun of 10, it is easier just to enter a higher value for xlrot which has no upper limit to increase display time per image. Note: Presentations using nobot (no reflection) parameter require that height be actual image height, not 2 X Height as when used with a lake reflection. |