Hey guys, I am pretty much a new bee at flex and action scripting. Iam
creating a web app, and one of the requirements is that it has
amessaging system. Not chat session, but something similar to email.use
case: user A and B are logged at two different location. But areunaware
if other is logged in or not. User A would like to send Amessage to B,
so a types up a message and sends it, the message issaved in the DB, and
User A dispatches an event. If B is logged inthen its is listening for
an even...