3

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.

Phyo Arkar Lwin
  • 6,673
  • 12
  • 41
  • 55

3 Answers3

0

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/

Artur Rem
  • 209
  • 1
  • 4
  • 18
0

If there will 10 or less users, you could use the FMS developer editions. Check out this for a good example of red5.

adamcodes
  • 1,606
  • 13
  • 21
0

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/

Paul Gregoire
  • 9,715
  • 11
  • 67
  • 131
  • there is not much documentation on serverside scripting for Red5 :( that's sad! Red5 might be powerfull and free, but it's hard to learn with no documentation. I understand that FMS is worth the money they ask for. It's easy to learn and actionscript based... – Yasin Ergul Feb 16 '12 at 22:50
  • There's a lot of documentation, youtube tutorials, etc; A simple google search is all you need to get started. Other good locations: http://wiki.red5.org/ http://www.red5.org/forums/ or even here on stackoverflow – Paul Gregoire Feb 17 '12 at 04:21