您如何能够使用 rtmfp 在 flex 应用程序中将 2 个用户(已知并且在我的网站上有一个用户帐户)连接在一起?
I have a simple flex game app where I want 2 users to be connected to each other.
There is a simple SQL database in the background for storing the users,
but after this I'm unable to figure out how I would connect the 2 users.
一些想法:
rtmfp 生成一个唯一 ID,您可以使用它来将 2 个用户连接在一起?
我正在寻找一个很好的教程信息资源或演示连接 2 个用户的示例应用程序,或者只是一个解释
感谢您的任何帮助或见解
伊尔斯