PDA

View Full Version : Flash Coloring Book


bholbrook
02-19-2008, 05:23 PM
Hi everyone,

I'm not sure how feasible this is, but I'd like to try and do the following:

I have a Flash coloring book located at

www.dadalicious.com/colbook/ (http://www.dadalicious.com/colbook/)

The app is working just fine printing the image as a bitmap works well. What I'd like to be able to do is have Flash save the the user-created images and then upload them to a simple viewer directory AND update the SimpleViewer XML file so that it creates a thumbnail and displays the user-created images in the gallery.

I have seen plenty of examples on how to have Flash upload a file from the local drive to a SQL database server via PHP, but what I need is for Flash to encode the file as a JPG (or PNG if Simple Viewer can handle that) and upload it to a directory. Updating the XML would be a bonus but if needed I can live without it for the time being.

Thanks for any help.