You are currently browsing for
Clearing Tutorials
 | A nice tutorial explaining what a clearing div is, its purpose and when to use them |
 | Learn how to clear the chat history with this tutorial. Most commonly known chat systems do not show you the conversations that have gone on before the user logs in. Developers therefore often like to emulate this behaviour in their FlashCom applications. There are several ways of clearing a chat. The chat history is held in a server side persistent shared object (SSPSO) by default. If you clear the contents of this object then all clients will reflect this change immediately through their onSync event. |