Question
AS3 Flash Chat(-IRC) Module
Over the past I had create in AS2 a chat application, where
after a registration the users could enter the application and talk
together like an IRC application.
Still it was very novice, as I used a mySQL database to keep the messages, and I was updated the last data every 5 seconds, or when the user was sent a message. The chat module can have max. 50 people and no rooms (no need for rooms). And I have no idea how to fix such a program without using a database.
Do you have in mind any idea, or tutorial or any kind of info that could help in the creation of a more advanced of such a (useful) module?
I call it as "module" in terms of a seperate .swf file that can be loaded and used independently in different web-sites, where people ask for chat capabilities....
Still it was very novice, as I used a mySQL database to keep the messages, and I was updated the last data every 5 seconds, or when the user was sent a message. The chat module can have max. 50 people and no rooms (no need for rooms). And I have no idea how to fix such a program without using a database.
Do you have in mind any idea, or tutorial or any kind of info that could help in the creation of a more advanced of such a (useful) module?
I call it as "module" in terms of a seperate .swf file that can be loaded and used independently in different web-sites, where people ask for chat capabilities....