[COLOR=#333333]http://www.sitepoint.com/article/create-flash-sketchpad[/COLOR]
Hi I was looking to utilize a .fla similar to the sketchpad found in the above link.
Here’s my situation.
I have a mysql database that goes through a series of steps. Upon reaching step 3 the user has the option to draw in the image area (thus the sketchpad function). What I wish to do is have two buttons created, which I would do so don’t need explanations on that, which would clear the sketch pad and the other *save the image.
Thats what I’m looking for help on. Is there a script tutorial or any help one can give me that will allow flash to plot or save the image the user creates as a .jpg or .png (preferably) and truncate the white space and talk to some php file or the mysql database itself and save the image?
I’m in desperate need of finding this script, currently I’m using a java applet that does something similar but haven’t found the correct php code to plot its exported .png file so I’m hoping that flash will allow for better communcations with php and mysql?