Download Preface - Easypano

Transcript
Easypano ** User Manual
panUp
public void panUp()
Description: Auto turn upwards - The panorama or still image will start
moving upwards.
Remarks:
This function only works in panoramic scenes. However, it does not work
when the scene rotates to the upmost position.
Example 1:
<FORM NAME="Button">
<INPUT TYPE="button" value="Up"
onClick="document.AppletName.panUp();">
</FORM>
Example 2:
Head code:
<SCRIPT LANGUAGE="JavaScript">
<!-function up()
{
document.AppletName.panUp();
}
// -->
</SCRIPT>
Body code:
<a href="JavaScript:up();">up</a>
140