Welcome, Guest
  • Author Topic: Private Chat without Flash Comm????  (Read 1325 times)

    Airton Toyansk

    • Server what's that
    • *
    • Posts: 7
      • View Profile
      • Email
    Private Chat without Flash Comm????
    « on: 09/29/04, 12:42 »
    Hi,

    This is my first post!!!
    I'm a brazilian developer. And I have a doubt:
    Is it possible to develop a private chat without Flash Comm? If so, how can I do it? Is there any tutorial about it?
    I need a chat developed using Flash MX 2004 and, if it be necessary, ColdFusion MX.
    If anyone can help me, I'll be much obliged to.

    Regards,

    Airton Toyansk.

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:Private Chat without Flash Comm????
    « Reply #1 on: 09/29/04, 13:02 »
    Hi Ayrton, welcome to the Boards !

    You have two choices: a pull data model or some socket server. In the first one, the user refresh the page or use some loadVariables or loadVars to load new data at x interval. Some example (not CF but PHP), http://www.flash-db.com/Board/index.php?board=19;action=display;threadid=3182
    In the other hand, if you really expect many users, probably the better choice is a socket Server, check http://www.flash-db.com/Board/index.php?board=19;action=display;threadid=3509

    Jorge

    Airton Toyansk

    • Server what's that
    • *
    • Posts: 7
      • View Profile
      • Email
    Re:Private Chat without Flash Comm????
    « Reply #2 on: 10/04/04, 16:04 »
    Hi, Jorge!!!

    Thanks very much for your reply! Your tips and source will help me a lot!!!

    regards,

    Airton Toyansk.