Re: [Vnc2swf-users] VNC Timestamp to SWF FrameRate
Status: Alpha
Brought to you by:
euske
From: <lfk...@ya...> - 2005-11-24 11:39:41
|
Hi, The RFB protocol used by VNC is based on framebuffer update messages. These messages basically contain rectangle areas from the remote screen that have changed. Theses messages are sent uppon request and contain the areas that need to be updated since the last request. The SWF file is based on objects on the stage, frames and a framerate. The objects are placed on the stage in a frame and stay on stage (showing) until they are removed in another frame. Pvnc2swf converts the RFB messages into rectangle objects on the stage in SWF. The framerate is used to sync the movie with the timestamp of the updates. This is done by adding the necessary empty frames (without new objects) on the swf file (time elapsed/framerate). The objects are placed on the stage in a frame that represents that elapsed time. The objects on stage that are completely covered (by other objects) are also removed during an update. Hope it helps. Luis Fernando --- Kraus Blaise <ra...@ya...> escreveu: > Hello, > > VNC use timestamp for each message. I want to now how this timestamp and > Message are adapt to SWF-Frame and the fix SWF-framerate. > > Thank u. > > Regard > > Ranrul > > > > --------------------------------- > Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger > Téléchargez le ici ! _______________________________________________________ Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ |