Exporting Visible Elements in Flash
Taking screenshots on your flash application is easy as flash supports it out of the box. I have written a simple exporter class to do this: By calling the “export” function, it will return an array of encoded image strings and ready for you to json_encode it and then send …