Skip to main content
September 12, 2009
Answered

Flash group chat

  • September 12, 2009
  • 1 reply
  • 1729 views

Hi everybody,

I am working on the Flash group chat.

In that how can i redirect the user to another room when the desired room is full.

If any one knows, Kindly reply me...

Thanks in advance.

Regards

Saransoft

    This topic has been closed for replies.
    Correct answer Leonardo França

    Hi Perumal

    Thanks for your valuable information. i am working on that.

    one more information from you.

    how can i communicate particular user as an One to One chat  from group chat.

    For ex: one user click the name of the another user who is in online list after getting connected then both user must chat as an One to One chat.

    Awaiting for your Valuable reply.. Thanks in advance.

    Regards

    Saravanan


    do you want the private messages?

    look this

    http://www.flashcomguru.com/tutorials/private_msg.cfm

    regards

    Leonardo França

    http://www.leonardofranca.com

    1 reply

    peruamal
    Known Participant
    September 14, 2009

    Hi saravanan,

    You can using the separte room instance name use it.

    Ex:

    rtmp://servername/instancename

    Thanks

    S.Perumal

    September 14, 2009

    Hi perumal,

    Thanks for your reply.. I am working on that concept..

    Again i have one question how can i detect the room is full.

    regards

    Saravanan

    peruamal
    Known Participant
    September 14, 2009

    Hi,

    If the total length is 40 then Get the userid from FMS Server of length.

    you'll write in FMS Server ASC:

    initiate

    userid =0 ;

    After That increament it.

    userid++;

    if userid is above 40 then Redirect to another Instance Name.

    Thanks