PDA

View Full Version : php and flash drawing application - help please!!!


nome55
03-16-2004, 02:42 PM
Hi

I need to make a flash drawing application which forms part of a website. I want to allow the user to upload what they have drawn to a server, an email would be sent to them with the link to their image which they can then send to others.

Could anyone point me in the direction of a suitable tutorial to help me with this? My knowledge of PHP is pretty much non-existent but I don't have time on this project to take the time to learn more - much as I'd like to. I've found a couple of source files that i thought were just what i wanted - only to realise that all of the variable names and stuff are in German or Spanish :-(

I've seen this kind of thing done before so i know its possible. The main thing i can't get my head around is how to save the image.

Any help would be greatly appreciated.

thanks

Naomi

JerryScript
03-19-2004, 10:41 PM
Not a tutorial, but I did comment the code and tried to use logical variable names:

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

If all the drawing tools make it too confusing at first, there is a link to a basic example with just a pen tool.

Hope that helps!