Saving jpeg from flash to webserver

we are in the processing of concepting an online configurator and need the ability to grab an image of the end product and attach it to an e-mail or save it somewhere on the webserver.

is something like this possible with Flash? I know it is possible to send the screen to a printer, but I was unsure about saving an image of the screen to the server.

Depending on the image, you may be able to recreate it with PHP (for example).

Simple line drawings can be recreated using PHP’s image extension and then saved.

If you’re looking to save a snapshot of the current Flash state because it’s a relatively complex image, I don’t know.