Hi,I try to write a function on the red5 server side.But I got a problem at how to define a variable on a room.Af first I write the code like this.
public class Application extends ApplicationAdapter {
public String ChatMessage;
......
But I found all rooms can access the same variable ChatMessage.I want every rooms have there own variable.
Should I define a shareobject to do this?
taylor luo
率先尝试 Windows Live Mail。 Windows Live Mail
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
