Hi I am looking for more control on the Java Viewer. For example, I can control using parameters if the buttons on top of the Java Viewer should be displayed or not. I can also control on the refresh rate, read only mode, password, etc...
I have done this successfully with the Java Viewer of Tight VNC. Now I want to use the Java Viewer of Real VNC. The problem is that I can't find the jar file and the class file nor the list of parameters to control. Does anybody have any suggestions for Real VNC? Example of my HTML codes: <HTML> <TITLE> TightVNC desktop </TITLE> <APPLET CODE='VncViewer.class' ARCHIVE='VncViewer.jar' WIDTH='800' HEIGHT='632'> <param name='HOST' value='155.155.155.155'> <param name='PORT' value='35879'> <param name='Show controls' value='No'> <param name='PASSWORD' value='yahoo'> <param name='View only' value='Yes'> <param name='Share desktop' value='Yes'> <param name='Restricted colors' value='Yes'> <param name='Encoding' value='Tight'> <param name='Compression level' value='9'> <param name='JPEG image quality' value='0'> <param name='Cursor shape updates' value='Enable'> <param name='Use CopyRect' value='Yes'> <param name='Show offline desktop' value='Yes'> <param name='Offer relogin' value='No'> <param name='Defer screen updates' value='0'> </APPLET> </HTML> Thanks -- NEIL SQUIRE SOCIETY - http://www.neilsquire.ca We use technology, knowledge and passion to empower Canadians with physical disabilities. Charles Levasseur | Distance Learning Coordinator / Program Coordinator Voice 506.856.9101 | Fax 506.854.7509 | [EMAIL PROTECTED] 236 St-George Street Suite 305, Moncton, NB E1C 1W1 This message and any attachments are directed in confidence to those named, and must not be reviewed, retained or disclosed without the consent of the sender or the named recipient(s). If you have received it in error, please delete it and notify us immediately. Le prisent courriel y compris toute pihce jointe sont destinis exclusivement aux personnes mentionnies. Il est interdit de revoir ou de conserver ce courriel ou d'en divulguer le contenu sans le consentement de l'expiditeur ou des destinataires visis. Si vous avez regu le prisent courriel par erreur, veuillez le supprimer et nous en aviser immidiatement. -----Original Message----- From: evets dranem [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 7:57 AM To: Charles Levasseur Subject: Re: Java Viewer Applet Charles Levasseur wrote: >Hello > >I want to create my own HTML file that would include the Java Viewer >Applet for connecting to a specific Real VNC server (4.1.1). Where can >I download the Java viewer applet from and what parameters can be >controlled? > >Thanks >-- >NEIL SQUIRE SOCIETY - http://www.neilsquire.ca ><http://www.neilsquire.ca/> We use technology, knowledge and passion to >empower Canadians with physical disabilities. > >Charles Levasseur | Distance Learning Coordinator / Program Coordinator >Voice 506.856.9101 | Fax 506.854.7509 | [EMAIL PROTECTED] >236 St-George Street Suite 305, Moncton, NB E1C 1W1 > >This message and any attachments are directed in confidence to those >named, and must not be reviewed, retained or disclosed without the >consent of the sender or the named recipient(s). If you have received >it in error, please delete it and notify us immediately. > >Le prisent courriel y compris toute pihce jointe sont destinis >exclusivement aux personnes mentionnies. Il est interdit de revoir ou >de conserver ce courriel ou d'en divulguer le contenu sans le >consentement de l'expiditeur ou des destinataires visis. Si vous avez >regu le prisent courriel par erreur, veuillez le supprimer et nous en >aviser immidiatement. _______________________________________________ >VNC-List mailing list >[email protected] >To remove yourself from the list visit: >http://www.realvnc.com/mailman/listinfo/vnc-list > > > put href=yourspecificserverip:5800 on the page _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
