Capturing a picture with flash control

I would like to record screenshots of the screen, convert it to jpg and upload it to the server using flash control. I want something similar to what a video is recorded on facebook, take a snapshot with the built-in webcam on your system, the main difference is I want to get a snapshot of the system instead of typing in the webcam.

open to commercial control. any links, examples would be really helpful.

0


a source to share


1 answer


The Flash Player does not have access to the system, only the content inside the Flash Player.

You can:



  • Make browser call java applet (using ExternalInterface)
  • Consider something like merapi to run your java application on your desktop and access the wider system.
+1


a source







All Articles