Mercurial > hg > Applications > TreeVNC
view dist/tightvnc-jviewer-2.5.0/viewer-applet-example.html @ 16:e654b2e4de64
add TreeTask.java
author | one |
---|---|
date | Mon, 27 Aug 2012 06:31:14 +0900 |
parents | 4689cc86d6cb |
children |
line wrap: on
line source
<!-- Copyright (C) 2010, 2011, 2012 GlavSoft LLC. --> <!-- All rights reserved. --> <!-- --> <!-- DO NOT USE OR REDISTRIBUTE THE CODE, UNLESS YOU HAVE OBTAINED A LICENSE. --> <!-- --> <html> <title>TightVNC desktop</title> <body> <applet archive="tightvnc-jviewer.jar" code="com.glavsoft.viewer.Viewer" width="1" height="1"> <param name="Host" value="localhost" /> <!-- Host to connect. Default: the host from which the applet was loaded. --> <param name="Port" value="5900" /> <!-- Port number to connect. Default: 5900 --> <!--param name="Password" value="" /--> <!-- Password to the server (not recommended to use this parameter here) --> <param name="OpenNewWindow" value="yes" /> <!-- yes/true or no/false. Default: yes/true --> <param name="ShowControls" value="yes" /> <!-- yes/true or no/false. Default: yes/true --> <param name="ViewOnly" value="no" /> <!-- yes/true or no/false. Default: no/false --> <param name="AllowClipboardTransfer" value="yes" /> <!-- yes/true or no/false. Default: yes/true --> <param name="RemoteCharset" value="standard" /> <!-- Charset encoding is used on remote system. Use this option to specify character encoding will be used for encoding clipboard text content to. Default value (when parameter is empty): local system default character encoding. Set the value to 'standard' for using 'Latin-1' charset which is only specified by rfb standard for clipboard transfers. --> <param name="ShareDesktop" value="yes" /> <!-- yes/true or no/false. Default: yes/true --> <param name="AllowCopyRect" value="yes" /> <!-- yes/true or no/false. Default: yes/true --> <param name="Encoding" value="Tight" /> <!-- Possible values: "Tight", "Hextile", "ZRLE", and "Raw". Default: Tight --> <param name="CompressionLevel" value="" /> <!-- 1-9 or empty. Empty means server default --> <param name="JpegImageQuality" value="" /> <!-- 1-9, Lossless or empty. When param is set to "Lossless" no jpeg compression used. Empty means server default --> <param name="LocalPointer" value="On" /> <!-- Possible values: on/yes/true (draw pointer locally), off/no/false (let server draw pointer), hide). Default: "On"--> <param name="ConvertToASCII" value="no" /> <!-- Whether to convert keyboard input to ASCII ignoring locale. Possible values: yes/true, no/false). Default: "No"--> <param name="colorDepth" value="" /> <!-- Reserved for future. Possible values: 6, 8, 16, 24, 32 (equals to 24). Only 24/32 is supported now --> <param name="ScalingFactor" value="100" /> <!-- Scale local representation of the remote desktop on startup. Default is 100 means 100% --> </applet> <br /> <a href="http://www.tightvnc.com/">TightVNC Web Site</a> </body> </html>