PDA

View Full Version : Create Images on Server???



daveistheword
June 18th, 2004, 09:28 AM
Is there a way to make the server generate a jpeg file of the current state of a movie? I'm building a drawing program, and this is a key part of it. Please let me know if you know of anything.

Dave

Voetsjoeba
June 18th, 2004, 10:12 AM
Actually, I think someone posted a link to a program that could do this ... I think it was Scotty, but I'm not sure ... Search it up :)

daveistheword
June 18th, 2004, 11:19 AM
There is a program that does this (www.flash2ftp.com) but it only works with elements drawn on a canvas, not with movie clips. I may have to take that and tweak it...

Jerryscript
June 18th, 2004, 09:08 PM
Here's a basic example that uses PHP's GD module to create the JPEG or PNG files, and the Ming module to create new SWF movies of the drawing.

http://jerryscript.hostrocket.com/flash/draw/SWFDrawing2JPEG.html

daveistheword
June 21st, 2004, 09:17 AM
thanks. this might be just what i'm looking for.