Well, I'm going to add live chat (probably AJAX) into my game. The question is how would I add it?
Because the game requires clicking, and loading different pages over and over, I can't really have a section of the screen devoted to chat if its constantly being reloaded.
I could use frames, and have the lower or upper quarter of the screen show the chat window.
Or I could have a popup, but because the game window will be clicked on a lot, it would be forced to the back of the desktop, and the player might forget to look at it, resulting in lack of activity.
Does anyone have any suggestions on how to show the chat box?