FlashLight-VNC
Documentation
How to use FlashLight-VNC Player ?
Add FlashLight-VNC player on a web page and play a recorded fbs file.
Available flashvars:
- video: URL of the fbs file (default: vncRecord.fbs)
- audio: URL of the audio file, FLV format (default: null)
- subtitles: URL of the subtitles, SRT format (default: null)
- preview: URL of the preview of the video (default: null)
- videoDuration: duration of the video in ms (default: -1)
- autoPlay: start playing the video without user action (default: false)
- debug: switch to debug mode (default: false)
- logFunction: use specified javascript log function (default: null)
How to use FlashLight-VNC Viewer ?
Step-by-step guide:
- Install a VNC server on the computer you want to control (any server expect RealVNC)
- Configure the server to accept a connect on the port you want. We will call this port VNC port
- On the same compuer, set up a server returning a flash socket policy to allow flash to connect to the VNC server. We will call this port Policy port.
- (a socket policy server just sends an XML socket policy file on a specified port. There are samples somewhere on Adobe website)
- On another computer, try:
-
- telnet (remote computer) (VNC port). Reply should be something like "RFB003.008".
- telnet (remote computer) (Policy port). Reply should be something like "<cross-domain-policy><allow-access-from domain="*" /></cross-domain-policy>"
- You can now try to connect with FlashLight-VNC Viewer and it should work !
Available flashvars:
- host: host running the VNC server (default: localhost)
- port: port on which the VNC server is listening (default: 5900)
- password: password of the VNC server (default: null)
- securityPort: port of the policy server. -1 means don't use a policy server. Without policy server, it won't work unless you change flash secuity settings. (default: -1)
- shared: allow VNC session to be shared. (default: false)
- viewOnly: view only session. (default: false)
- autoConnect: connect without any use action. (default: false)
- debug: switch to debug mode (default: false)
- logFunction: use specified javascript log function (default: null)
Project hosted by wizhelp.com.