Listen for incoming connections in AS3 (AIR) Client whithout using Server Socket
问题 I managed to create a C# Server that sends files to AS3(AIR) Clients using sockets . On the AS3 side I'm using the flash.net.Socket library to receive the data through TCP . This is how it works: -> I turn on my server, and it listens for clients (plus I can create a list of connected devices); -> I turn on my client and it automatically receives the data; The trigger event to receive the data is made on the client, i.e., I simply turn the server ON and when the client turns ON, it gets the