I'm trying to write a client application in flash, and as far as I know, flash doesn't offer any support for UDP sockets. Is it possible to receive data from a UDP server to a flash (TCP) socket? If it is possible, how?
相关问题
- garbage collection best practices
- Should I wait for Flash Player 10.1 or go with Fla
- How to load flex swf from flash?
- FlashDevelop Haxe (Flash) debugger
- Detecting user's camera settings
相关文章
- Socket编程 TCP方式发送时间有点长
- How many times will TCP retransmit
- boost:asio IPv4 address and UDP comms
- What's “tcp-backlog” in redis.conf
- Is it better to send 1 large chunk or lots of smal
- Are there any benefits when using final in AS3?
- Trace on Chrome/Browser console
- Twisted XmlStream: How to connect to events?
Nope 2 different protocols. You could build a bridge though.
How to connect to tcp server via node.js/socket.io from client?
Adobe give you a peer to peer service called "stratus"
http://www.flashrealtime.com/tuts/p2p-in-flash.html