I want to know if anyone out there knows the majic of sharing your desktop with someone via web. Here is my thought/theory..how close/far am I?
I have been working with Multiplayer socket servers and sharedObjects. I know I can share information with users who are connected to the same 'room' as I. Is the majic of 'sharing my desktop' a matter of taking screen shots and pushing them to my connected users in a consistent duration (say once a second). So, if I were to have the site take a picture of my desktop, push that image to my connected users, then remove the image, send another desktop shot, and repeat the process, would that make it appears to be live? Or is there some other majic way of doing it?

