Flex RTMP client
问题 I'm trying to write an rtmp client with flex. The problem is that I have no idea where to start. Could someone please answer how I would go about doing this, or point me to a site that does? Thanks. I don't even know what classes to use and such. 回答1: You don't have to write your own RTMP client because Flash already implements a RTMP client called NetConnection. To create a basic connection you could do the following: var nc:NetConnection = new NetConnection(); nc.addEventListener