-
1. Re: Flash cs4: easiest way to let someone draw then save it to a database via cs4.
2m Jul 25, 2010 3:06 PM (in response to the_missing_link)Well, I could offer you a little app I did for training purposes some time ago, that uses the drawing API in AS2 and stores the doodles in arrays which can be stored (I think we did it in shared objects) and retrieved. It shouldn't be too complicated to adjust it for storing in a database with a simple PHP script. But it would depend on how you want to implement the whole thing, if that would be of any use for you.
M
-
2. Re: Flash cs4: easiest way to let someone draw then save it to a database via cs4.
the_missing_link Jul 25, 2010 3:26 PM (in response to 2m)That would be very helpful. I am not sure what your terms are on letting me use this, or if you have any terms, but it's always best to ask.
-
3. Re: Flash cs4: easiest way to let someone draw then save it to a database via cs4.
Karthikeyan Ramasamy Jul 27, 2010 2:19 AM (in response to the_missing_link)Hi,
Here is a simple example for communication between Flash->PHP->MySQL database.
http://flash-creations.com/notes/servercomm_database.php
and example for taking snapshot of drawing.
http://www.sephiroth.it/tutorials/flashPHP/print_screen/
Thanks,
Karthikeyan R
-
4. Re: Flash cs4: easiest way to let someone draw then save it to a database via cs4.
the_missing_link Jul 27, 2010 12:02 PM (in response to Karthikeyan Ramasamy)Thank you for the links. I hope flash->RoR->MYSQL will work well. I've never
heard anyone talk about using flash and ruby on rails together only flash
and PHP.

