I have create a dynamic drawing pad for my website users (Online Notes), however I would like to save what they draw on to the canvas (_root).
Is it possible to save what the user drew on the _root or will I need to create a blank canvas for the user then serialize the canvas and store it into a SharedObject?
All I am trying to do is take a picture of the final drawing, save it to a cookie/sharedobject and when the user comes back to the website the picture that they drew comes back up.
I will look into the bmp class as it seems almost like what i want.