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!