[Flash 8] Post graphics to form?

I have a simple graphics drawing app made in flash; just an onMouseDown event that lets the user draw a simple line drawing - nothing extraordinarily fancy. The movie clip it’s being drawn on is called “Line” and is dynamically created when the flash app loads.

Is there a way to export the clients drawing to a separate page via a form post? …Or a component with flash? Ex: Post the clients picture/line drawing to a print page with other details from the previous page.

Any help is appreciated. Thanks! :beer:

http://www.sephiroth.it/tutorials/flashPHP/print_screen/index.php

you can start from here

Thank you! :slight_smile:

this is what I’ve did for a client few days ago
starting from that point
http://www.pleasures.co.yu/jpg2/

Ok, this is what I was looking for - except I’ll need to do it with ASP. I shouldn’t have a problem with that though. :sen: