How can I open a port to listen for server requests?

Is it possible for flash to open ports to listen for messages from a remote server? If so, how?

+2


a source to share


1 answer


No, Flash cannot do this right now. However, AIR applications that can be made from Flash can do this as of version 2.0 using the ServerSocket class .



+3


a source







All Articles