标签:
http://hideto.iteye.com/blog/235811
需要下载as3corelib来为ActionScript3处理JSON codec
server.erl
Person.as
Client.as
运行Erlang服务器端:
这里打印出了Erlang Socket Server接收到的AS3 Client发过来的JSON decode过的一个person对象
运行AS3客户端:
client.html上首先显示“test”,然后异步处理完Socket消息发送和接受后,decode Erlang Server端发过来的person对象,将页面上的TextField替换为“Name: Hideto2, age: 24”
Erlang与ActionScript3采用JSON格式进行Socket通讯
标签:
原文地址:http://www.cnblogs.com/fvsfvs123/p/4192029.html