Hi everyone, thanks for creating a great server.. its just what I'm looking for! Only problem is, I'm fairly new to Java. You guys have done a great job providing the API, and there are some pretty good examples out there to learn from, but I've kinda hit a wall.
I'm creating a game (which I had working w/ the SmartFoxServer, but they wanted too much $$$) where users share objects in a room that can be dragged around. I'm able to connect to the server, etc, and run some methods I've written, but I run into problems when trying to work w/ the Red5 API. Basically, here's the order of events for a user: - Logs in to the server anonymously. - Joins a default room. - Has the ability to get a room list and switch rooms. - Once in a room, the user recieves the positions for all the objects, a recieves updates for the positions when objects are moved. I've already decided that I will simply send coordinates when a position is updated, rather than do it in (close to) real-time, for speed reasons. Now, I'm not asking for you guys to write the program for me :-) I simply thought if someone would be willing to push me in the right direction, I could probably figure it out from there. I guess my issue is, I have no idea how to call the functions I need that are in the API. I can see that a 'scope' is what I should use for rooms, and I can create scopes, but I cannot access some functions and onResult returns 'null'. I started w/ the examples and used the ApplicationAdapter class.. Ok, I'll stop there before I confuse you w/ my confusion :-) Help, please?
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
