文件名称:as3_air_sock
介绍说明--下载内容均来自于网络,请自行研究使用
Socket通信程序
AIR端用SocketServer创建端口监听
其他端用Socket连接AIR端的ip+端口
中间可能涉及沙箱安全问题,请自行baidu搜索
GroupSpecifier
NetConnection
NetGroup
这三个类建立p2p的连接进行通信-Socket communication program to create AIR SocketServer listening on port side with the other end of the Socket connection with client ip+ AIR intermediate port may involve sandbox security issues, your own baidu search GroupSpecifier NetConnection NetGroup these three classes p2p connection established communication
AIR端用SocketServer创建端口监听
其他端用Socket连接AIR端的ip+端口
中间可能涉及沙箱安全问题,请自行baidu搜索
GroupSpecifier
NetConnection
NetGroup
这三个类建立p2p的连接进行通信-Socket communication program to create AIR SocketServer listening on port side with the other end of the Socket connection with client ip+ AIR intermediate port may involve sandbox security issues, your own baidu search GroupSpecifier NetConnection NetGroup these three classes p2p connection established communication
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AIR_TO_IP\.actionScriptProperties
.........\.project
.........\.settings\org.eclipse.core.resources.prefs
.........\bin-debug\AIR_TO_IP-app.xml
.........\.........\AIR_TO_IP.swf
.........\src\AIR_TO_IP-app.xml
.........\...\AIR_TO_IP.as
Client\.actionScriptProperties
......\.project
......\.settings\org.eclipse.core.resources.prefs
......\bin-debug\dinning_Client.html
......\.........\dinning_Client.swf
......\.........\history\history.css
......\.........\.......\history.js
......\.........\.......\historyFrame.html
......\.........\playerProductInstall.swf
......\.........\swfobject.js
......\src\dinning_Client.as
Server\.actionScriptProperties
......\.project
......\.settings\org.eclipse.core.resources.prefs
......\bin-debug\dining_Server-app.xml
......\.........\dining_Server.swf
......\src\dining_Server-app.xml
......\...\dining_Server.as
两台电脑间的通信.txt
Client\bin-debug\history
AIR_TO_IP\.settings
.........\bin-debug
.........\src
Client\.settings
......\bin-debug
......\src
Server\.settings
......\bin-debug
......\src
AIR_TO_IP
Client
Server