communication between 2 movies via server & PHP ?
Hi
I'm fairly experienced in Flash (well, I was up to Flash 8) and very strong in PHP but now I need to do something I've never had to do and I don't know quite how to go about setting it up.
I've made a small movie that lets you scribble on a canvas using lineStyle(), moveTo(), lineTo() etc in a new clip
my first question is : is there a more recent way of doing this or are those functions still a good way to draw at runtime ?
then, what I would really like to do is have 2 people using the same movie in their browser and when they draw in one it gets updated in the other one. The movie being drawn in would have to send the data to the other movie via the site server.
what is the best way of going about this ? is there already a system that would simplify this ?
if you know of any existing examples i could look at, or point me in the right direction I would be more than grateful
thanks