在 Flex ActionScript3 中开发聊天室 + Red5,基于远程共享对象的用户列表还是服务器端?
我们将使用 Red5 在 Flex 中开发一个简单的聊天室。
我们应该将 UserList 存储在远程共享对象还是服务器端列表中? Red5 或 FMS 上是否有使用服务器端编程和远程共享对象的示例退出? Red5 示例根本没有记录。
We are going to develop a simple chatroom in flex using Red5.
Should we store UserList in a Remote Shared Object or Server Side List?
Are there any example exit on Red5 or FMS , which uses Server Side programming and Remote Shared Objects? Red5 examples are not documented at all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我们的一位团队成员为共享对象创建了视频教程,链接位于 Red5 论坛中。
http://www.red5.org/forums/topic/21-sharedobject-教程/
One of our team members has created video tutorials for Shared Objects, the links are in the Red5 forum.
http://www.red5.org/forums/topic/21-sharedobject-tutorial/
如果用户数不超过 10 个,您可以使用 FMS 开发人员版本。查看此了解red5 的好例子。
If there will 10 or less users, you could use the FMS developer editions. Check out this for a good example of red5.
我认为这可能会有所帮助。我在这里学习了如何处理 ShardedObject,因为 RED5 教程链接已移至 Google 代码网站,并且链接不再可用。所以链接如下:
http://www.zehnet .de/2008/04/11/red5-remote-sharedobject-experience-tips/
I think this could help u a bit. I learned here to handle the ShardedObjectbecause the RED5 Tutorials Links moved to Google Code sites and the Links arent anymore available. So heres the link:
http://www.zehnet.de/2008/04/11/red5-remote-sharedobject-experience-tips/