Need help on chatroom creation
I am preparing a multi user chat application using FMS and flash. In which the Users can able to chat with each other based on the selected chat room.
For example, my chatroom will be created with below method.
My chat application ‘main.asc’ was in FMS application folder chat/
To create a chat room, I will create the application instance by chat/chatroom. For now my chat application is working fine.
Now I want to prepare a admin page, the admin can able to see all user chat history and he can also send message to all the chat users, irrespective of chat room. i think the admin should create common application instance.
I am not sure how to done this. Any suggestion or guidelines please.
