Flashlight-VNC: 1.0.0 released


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Flashlight-VNC: 1.0.0 released
# 1  
Old 06-13-2008
Flashlight-VNC: 1.0.0 released

Flashlight-VNC is a VNC Viewer / Player written in Flash. It can connect to a VNC server and play recorded VNC sessions in FBS format. It supports Tight Encoding. License in LGPL.
ImageImage

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

vnc only allows 2 users

Hello, have an odd question... i have had VNC installed on my solaris server for over a year now and all of a sudden, i cannot have more that two sessions connected thru VNC at a time. I used to be able to have 8 users. The other problem is someone else installed the VNC server and i cannot seem... (5 Replies)
Discussion started by: rude20
5 Replies

2. AIX

vnc problem

Hello, I install VNC server 5.2.1 on AIX 5.3 and when i try to connect with VNC viewer it get error message : "The connection was refused by the host computer" Hope u guys can help me Thanks (3 Replies)
Discussion started by: moudmm
3 Replies

3. Solaris

Solaris and VNC

Hi Guys, I need some assistance with getting vnc viewer from an WinXP machine to be able to connect to a vncserver on Solaris. I have run vncserver on Solaris and i get the following message:- http://i46.tinypic.com/v6ktaf.jpg Is this right ? i see there are a couple of errors in the... (4 Replies)
Discussion started by: mansnake
4 Replies

4. UNIX for Dummies Questions & Answers

using VNC to connect RH

Hi, I am using VNC to connect to Redhat ES. VNC works great, but when I minimize, I can't seem to bring that window back up. Any one know how to do that. I try ALT -TAB, that brings my Windows, I am trying to bring different terminal windows with in VNC. Thanks (1 Reply)
Discussion started by: samnyc
1 Replies

5. UNIX and Linux Applications

VNC trouble

I have been having issues with VNC. I have been gettining a lot of errors but mostly gray screens and some black screens. I think this may also be a gnome error. I know that the xstartup file is the file to look at. > more ~/.vnc/xstartup #!/bin/sh && xrdb $HOME/.Xresources xsetroot -solid... (0 Replies)
Discussion started by: bitlord
0 Replies

6. Solaris

is x11 and vnc different?

is x11 and vnc different? to my knowledge these are used to provide graphical interface to remote machines for the user who would be sitting some where else. i guess i understood the concept correctly? if not please correct me.. ---------- Post updated at 09:20 AM ---------- Previous update... (3 Replies)
Discussion started by: chidori
3 Replies

7. Solaris

VNC setup

Hi, I need to setup VNC to get the X display on my local machine. I installed vncserver, according to the link http://salixtraining.co.uk Started the VNC server. But i am not getting the display from the vncviewer. I get connection timed out error. Actually i am on SSH connection. ... (0 Replies)
Discussion started by: bang_dba
0 Replies

8. Solaris

VNC Installation

Hi, I would like to install VNC on my Solaris 6/10 x86 machine. Can someone walk me thru it step by step? I'm very new to Solaris and I would like to get this running ASAP for school so I can VNC into it and use it remotely. I have serached online but the information is so abundant. I don't know... (1 Reply)
Discussion started by: kungpow
1 Replies

9. UNIX for Dummies Questions & Answers

Vnc

Anyone know of a site where I can download a copy (non-evaluation copy and preferably free. ;) nods to Neo's post in UNIX Operating System thread) of VNC for RedHat 8? Thanks in advance. (7 Replies)
Discussion started by: google
7 Replies
Login or Register to Ask a Question
VNCSERVER(1)						      General Commands Manual						      VNCSERVER(1)

NAME
vncserver - start a VNC server application SYNOPSIS
vncserver [:number] [-geometry widthxheight] [-depth depth] [-pixelformat rgbNNNbgrNNN] [-name desktop-name] [Xvnc-options...] vncserver -kill :number DESCRIPTION
Start (or stop) a VNC session. This is a VNC (Virtual Network Computing) server. With vncserver you can start a computing desktop envi- ronment that you wish to be able to use from a different machine. OPTIONS
:number The display number to use. If omitted, the next free display number is used. -geometry widthxheight The session is to be of the specified size. -depth depth The colour depth of the visual to provide (bits per pixel). -pixelformat rgbNNNbgrNNN The colour representation bit allocations to use. -name desktop-name The name to give the desktop. -kill :number Stop the session running on display number. SEE ALSO
vncviewer(1), Xvnc(1), vncpasswd(1), vncconnect(1) AUTHOR
AT&T Laboratories Cambridge Man page by Tim Waugh <twaugh@redhat.com> 6 Nov 2000 VNCSERVER(1)