Flash receive sockets
I was searching on google for it, I couldn't find it.
I would like to know how can I list开发者_如何转开发en to sockets using actionscript 3Check out the Socket and XMLSocket classes.
You can't do this directly in Flash. You can however do it through an AIR application starting in AIR 2.0. You can download the AIR 2.0 Beta here: http://labs.adobe.com/downloads/air2.html
I know that's not exactly the answer you were hoping for, but I hope it helps.
EDIT: As an extra note, I've done it in AIR 2, and it is pretty is easy to get up and running.
精彩评论