Possible Duplicate:
Capture HTML Canvas as gif/jpg/png/pdf?
I'm interested in using the canvas method toDataURL()
to grab frames from the canvas and eventually turn it into a movie.
I can easily create an array of frames using this method. The question is, how do I get those frames onto my hard drive so that I can work with them?