| Example 4 - the is not a 360 degree image . You must tell this the applet with the swap param. |
|
Description |
HTML Param |
| it's not a 360 degree image. Scroll direction changes at the "end" of the image | <param name="swap" value="y"> |
| HTML Code | ||
| <applet code="AdvPanorama.class"
name="pano-advanced"
width="400"
height="240"> <param name="panorama" value="panorama180.jpg"> <param name="swap" value="y"> <param name="logo" value="eu.jpg"> <param name="bytes" value="70000"> <param name="fontsize" value="12"> <param name="border" value="1"> </applet> |