Socket
-
Communicating between Flash Player and Adobe AIR with sockets공부방/Flex 2012. 7. 13. 18:09
This article illustrates how to use sockets to communicate between an AIR 2 application and ActionScript code running in Flash Player. The example includes two programs: an Adobe AIR application and a Flash Player application. The Adobe AIR application acts as the server and listens for Transport Control Protocol (TCP) connections on a socket. This application uses the ServerSocket class added i..