[Flashcoders] Communication between two local computers

2006-10-16 Thread yetseng
Hi, I hope I can get some help here. Is it possible for two Flash movies, each on individual computers connected on a LAN network, to communicate with each other without using a communication server? What would be a good solution to this. Thank you, Henry

Re: [Flashcoders] Communication between two local computers

2006-10-16 Thread Chris Allen
Sorry Henry, There's no peer to peer support for any version of Flash. You will either need to wrap the SWF in an executable (Zinc, Screenweaver, etc...) and access code that does the communication through that, or have a server in place that the two SWFs talk through. Keep in mind that a