Hi,
I'm interested in building a chat application in Flash. Can anyone point me to a tutorial, or related documentation that might help me. I'm not sure where to begin.
Hi,
I'm interested in building a chat application in Flash. Can anyone point me to a tutorial, or related documentation that might help me. I'm not sure where to begin.
This could be a starting point.
Version 5 of Macromedia Flash contained an XmlSocket object which enabled the Flash movie to have a sustained TCP connection to a TCP Server. It is quite simple to create this TCP Server using the Server component for .NET. The Flash Server sample demonstrates a full featured chat application demonstrating both client and server implementations: