Okay I knew that it would be easy, but so easy... ;) For all other having trouble getting started: I think this article by Renaun Erickson answers all questions: http://renaun.com/blog/ 2006/10/13/113/
It is really simple enough to understand how shared object remoting works. Note that on the server side you have to do nothing more than copying some config files (i.e. red5/webapps/SOSamples/WEB-INF/*) into a new folder in webapps and replacing all SOSample strings. Restart red5 and done with your own application server context. You don't have to wire any java code for that... looks great to me! Thanks Renaun. Bye, Vivian Am 18.07.2007 um 19:11 schrieb Vivian Steller: > Hello, > I'm totally new to Red5, looked at the examples that come with red5 > (standalone version) but did not came across the file structure/ > examples etc... so I'll ask you before getting more frustrated. > thanks in advance! > > I want to write a simple collaborative app using flex 3 (air). I just > need a simple remotely shared object on the server storing a list of > users. Each time a user connects, she should register at this shared > object and retrieve a list of online users. Further the clients > should automatically be notified when a user comes in - the user list > on the client should be updated automatically. > > Is this possible - yes, I think so, but how? > what (simple steps) do I have to write for the server side (and where > to put it)? > what do I have in the client as3 code? can I use flash.net classes? > > Thanks for any hints, > kind regards > > vivian > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
