Forum Moderators: open

Message Too Old, No Replies

Flash Whiteboard

Flash Whiteboard

         

sameera_cmc

8:11 am on Aug 22, 2005 (gmt 0)



Hello All,
I am a newbie to Flash and have a strange requirement. Need to create a whiteboard in flash where the user can draw freehand , change colors of the text etc. He should be able to take a snapshot of the image drawn and this image should be stored on a remote server which runs Apache/JBoss. The Path of storage etc should also be read from the XML File which exists on some specific URL remotely.
Can anyone please help me with some sample code? or some help material.

Richard_N

4:05 pm on Aug 22, 2005 (gmt 0)



hardly a newbie project!

You need to investigate the flash drawing API but this is far from a simple idea and the code would be far to complex to post here (assuming someone had the time or inclination to write it for you)

My advice is to get someone not new to flash to give you a quote and get it done profesionally, do not even think about taking this on yourself.

little_peet

1:04 pm on Aug 24, 2005 (gmt 0)



Hi, i am trying to figure this out myself.
But i can't find out if it is even possible to "save" the pic and send it to a server.

The drawing is not so hard. Currently i am thinking of storing all actions in a text array and post the text to the server and let php handle it width gdlib to recreate the pic on the server.

But my question is, is there anybody who knows if it is possible to "save" a userscreen and send it. because if some guru can tell i am wasting my time searhing for it i can step to the php/gd option i have thought of.