Hi all
I've made an animation where the user has to draw something, from there i want
the user to save his/her animation to a jpeg file... Is there a way to do this,
I've been looking around php but haven't found nothing yet...
please help
gurthWERM - 16 May 2006 19:44 GMT
I believe I've seen some articles about doing this using the cacheAsBitmap() in
conjunction with PHP.
Try searching for that. I know I've seen techniques for taking screenshots
from a webcam.
Good luck.
nagromme - 17 May 2006 19:32 GMT
I'd also suggest Shockwave and Director--Director has the _stage.image function
that lets you manipulate a bitmap that can include Flash, and I'm sure there
are JPEG export Xtras.
I realize that's not suitable for some deployments, nor cheap unless you have
Director already. Good luck!