| Naicu Octavian 2005-11-14, 8:45 pm |
| If the "other rooms" are other instances of your chat
app, you must connect to those rooms (from your room=20
instance to another room instance), and call a
function in those rooms that sends that message to
their users!
--- heisen <heisenberg16-015hOC+AsXEAvxtiuMwx3w@public.gmane.org> wrote:
> hi,
>=20
> if anyone kind enough to answer my question , that
> would be great.
> iam stuckup here in a project.pls help me.
>=20
> thanks,
> heisen.
>=20
>=20
>=20
>=20
>=20
>=20
> From: heisen[mailto:heisenberg16-015hOC+AsXEAvxtiuMwx3w@public.gmane.org]
> Sent: Monday, November 14, 2005 6:31 PM -08:00
> To: flash [flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org]
> Subject: [FlashComm] sending msg across chat
> lobby&rooms
>=20
> hi,
>=20
> Iam using a lobby chat application,=20
>=20
> iam using this code to notify the user disconnection
> to the other users in one room
>=20
> for (var i =3D 0; i < application.clients.length; i
> ++)
> {
> application.clients [i].call ("msgFromServer", null,
> client.username, this.instancename, "left");
>=20
> }
>=20
> the "clinets" array hold the reference to the
> clients,
>=20
> i want to send a similar msg to other rooms too, any
> snippets would be fine.
>=20
> thanks,
> heisen
> ________________________________________
__
> Get your own goowy now @ http://www.goowy.com=20
>=20
>
---------------------------------------------------------
> Supported by Fig Leaf Software -
> http://www.figleaf.com=20
>
---------------------------------------------------------
>=20
> To change your subscription options or search the
> archive:
>
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>=20
> ________________________________________
__
> Get your own goowy now @ http://www.goowy.com
>=20
>
=3D-----------------------------------------------------------
> Supported by Fig Leaf Software -
> http://www.figleaf.com
>
=3D-----------------------------------------------------------
>=20
> To change your subscription options or search the
> archive:
>
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>=20
=09
=09
__________________________________=20
Yahoo! Mail - PC Magazine Editors' Choice 2005=20
http://mail.yahoo.com
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|