A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Chat Rooms???

  1. #1
    13 yr old Flash Whizz :)
    Join Date
    Mar 2003
    Location
    UK
    Posts
    61

    Chat Rooms???

    I guess that i am becoming to be a pain in the butt.
    This is because i dont have the slightest clue about Javascript!


    I want to make a chat room in flash, is this possible?

    Can you tell me some codes or summat. I don't know if it will involve Javascript!

    How can i go about making a chat room if it is possible.

    Any Help Would Be greatly Appriciated
    Luke Coulton, User since V3.0

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    you could but I don't reccomend it.

    It requires something on the server to handle the passing of data between chat clients.

  3. #3
    13 yr old Flash Whizz :)
    Join Date
    Mar 2003
    Location
    UK
    Posts
    61
    Well i really wanna have i go,
    Do u know how i can go about macking a chat room???

    ----------------------
    Jiblob
    Luke Coulton, User since V3.0

  4. #4
    Senior Member
    Join Date
    Mar 2003
    Posts
    136

    streaming xml chat room ??????

    A basic chat room in php or asp is quite simple, about a hundred lines of code and can be found on the net for free e.g. www.asp101.com

    Adding flash output would be achievable using the xml feature in V4 and all that would be required is a reload of the page every 5 or ten seconds. Q: for Bret, can a php server perform streaming xml yet?

    The real question is what would you want to do? Currently there are chat rooms using java applets which "animate" the icons for each visitor. This would be a natural candidate for a series of sequences of animation e.g. LOL and ROFL in chat speak could translate to the animated character actually rolling around on the floor laughing.

    Since the text strings would be in the xml data stream too, the text could be animated with a set of preset tags e.g <SERIOUS>,<SEXY> etc

    e.g. <Dave> <SERIOUS> Do you mean that? </SERIOUS></Dave>
    <Mary> <ROLF> Yes Hee Hee </ROLF> </Mary>

    So - what conceptually do you want the flash portion to do over and above the normal chat room operation.?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center