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> <tr> <td width=500> <applet code="Janim3.class" archive="Janim.jar" width=500 height=350> <param name="image" value="lake194.jpg"> <param name="image1" value="lake200.jpg"> <param name="image2" value="snow302.jpg"> <param name="image3 value="lake175.jpg"> <param name="image4" value="lakerain82.jpg"> <param name="image5" value="firewlak.jpg"> <param name="xlrot" value="4"> <param name="intensity" value="220"> <param name="wind" value="-3"> <param name="swind" value="0"> <param name="nameact" value="1"> </applet></td></tr></table> </center> Note: "xlrot" is shown but "rotation" is not. If a parameter is not used, the default value is assumed by the applet. The rotation default is 4 and coupled with an xlrot value of 4 (4 X 10), total display time for each image is 4 X 40, or 160 applet cycles. Note: With the parameter "nameact" set to a value of 1, Janim3 automatically adds the snow, rain or fireworks parameter to any image containing the word "snow", "rain" or "firew" in the name if the applet is registered. The "intensity" may be added to increase or decrease the density of the snow, rain, or fireworks display. Wind may be added to give velocity and direction to the rain and snow. Swind may be used to control the wind effect for snow if a different effect is preferred for snow and rain. See example above. |