Thats good to know. Mainly insterested in how you handle the broadcasting of data to all people loged into the chat room?
:D
Ive updated my ASP.Net version so no more screen flicker or page refreshes.
I'll keep you posted with the flash version.
the only difference will be the flash interface - the engine will still be
asp.net - with flash remoting doing the fetching and carrying.
www.In2Aspnet.com - watch for updates.
Mark
hi MCR -0 sorry I failed to answer your question, so here goes.
Simply the method i use is assign each loged user an ID, a function then calls
a aspx component on the server to return the mesdageas to that ID or all
messages if the message is a public broadcast. - each user/client is a flash
swf
Yas_007 - 25 Jul 2005 01:50 GMT
I am also interested to know how can remoting broadcast a single message to
multiple users via asp.net. First I would need to register each swf file to a
single .aspx page. and this page, on a new message event trigger (somebody
wrote a message) then the .aspx page would BROADCAST this message to all
registered users. Is this possible ?