My approach:- For multi user game in which more than 2 users can play online:-
I need to save the login details in xml and then xml needed to be checked each time with Enter_Frame to check whether there are changes in xml.If there are changes in xml like new users are online to play the game,then correspondingly we will add those users in the game. XML is needed to modify each time when new user login and logout .During Login we will add the entry of user in xml .When new user logout then we will remove the entry of that user from xml. Now each time whenever user login and logout we need to keep track of user in the xml.and within flex we need to see each time for the changes in xml. What do you say about this approach?Is this fine or there are some drawbacks of it? Otherwise what would be the best approach for it. Thanks, Ankur -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

