Hello Dietmar,
>>>>> "DFd" == Dietmar Friesch@isisconsulting de <[EMAIL PROTECTED]>
>writes:
DFd> Does anybody out there know off hand or know where to find the
DFd> <param.....> list and values for
DFd> <applet codebase="somewhere." applet code="vncviewer.class"
DFd> ARCHIVE=vncviewer.jar > <params> </applet>
DFd> if you wanted or have to create your own viewer.html.
DFd> Of particular interest is <param name="encoding" value="??">
You can find the list of parameters in the optionsFrame.java file. :-)
For example, here are parameters understood by TightVNC 1.2.1 Java
viewer (to be released during next week).
=== cut ===
static String[] names = {
"Encoding",
"Compression level",
"Cursor shape updates",
"Use CopyRect",
"Mouse buttons 2 and 3",
"Share desktop",
"View only",
};
static String[][] values = {
{ "Raw", "RRE", "CoRRE", "Hextile", "Zlib", "Tight" },
{ "Default", "1", "2", "3", "4", "5", "6", "7", "8", "9" },
{ "Enable", "Ignore", "Disable" },
{ "Yes", "No" },
{ "Normal", "Reversed" },
{ "Yes", "No" },
{ "Yes", "No" },
};
=== cut ===
Also, there are HOST, PORT and (recently added) PASSWORD parameters.
--
With Best Wishes,
Constantin
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------