| Example 2 - with text under the panorama image the buttons are under the image because the height value is 20 pixel greater than the height of the image |
|
Description |
HTML Param |
| without border | <param name="border" value="0"> |
| 4 buttons | <param name="buttons" value="4"> |
| discribing text below the image | <param name="txt1" value="text1"> |
| only D2 mode - Key F3 disabled | <param name="mode" value="2"> |
| HTML Code | ||
| <applet code="AdvPanorama.class"
name="pano-advanced"
width="500"
height="280"> <param name="panorama" value="panorama.jpg"> <param name="txt1" value="text1"> <param name="txt2" value="text2"> <param name="txt3" value="text3"> <param name="txt4" value="text4"> <param name="bytes" value="86000"> <param name="buttons" value="4"> <param name="border" value="0"> <param name="mode" value="2"> </applet> |