This question is pretty straight forward, I literally just want to stream video of a user's computer. Just like recording from a webcam, but with the source coming from the desktop (think "screencasting tool".) I specifically want to do this in pure Flash, no downloads or add-ons.
This would be an easy question for Google, but it is confused by all of the standalone screencasting tools that "export to Flash", making it impossible to find anything useful.
Thanks in advance!
I think to record the computer to screen, you get to download some screen recorder that can export your screen recording as Flash. DemoCreator is a nice tool to make Flash screencast, and it is with powerful editing features. The free version of Jing Project only produces the SWF file, but that is what you want.
This is not possible due to security restrictions. If you check out Adobe's "ConnectNow" product, you'll note that you have to install a special helper application called the "ConnectNow Add-In" in order to use their screen sharing feature. The Add-In is actually an executable file that has the elevated privileges necessary to share / record your screen.
If you're looking for ways to add this kind of functionality to a Flash application, your best bet is to use a signed Java applet with the java.awt.Robot class (which support screen capturing) or a native ActiveX / Browser plug-in. You can then integrate these with Flash using the ExternalInterface / Javascript bridge.
I sure hope it's not possible. This would be a huge security flaw. Imagine visting a rogue web site with a tiny (unnoticeable) swf that streams video of your desktop back to the rogue site.
Flex can not record the screen, but if you want to record your flash project which is running in .swf that is possible... we can record the component of flex, so put your all component inside a component and record that component...
Here's Check this also
You cannot as the comment above said. Security reasons apart, Flash could not record what's outside the Flash player, let alone the browser.
Don't think it's possible at all.
Flex/Flash can not record the screen due to security sandbox...true.
But it provides a mechanism to record it's component, so this thing we can use. like....Put all the components inside a Panner (or any other component) and record that component, it can be an alternative to recording the screen.
Check This
and download a swf file from here
ScreenCapture.swc