Click to See Complete Forum and Search --> : Chat Rooms???
Jiblob
04-04-2003, 04:41 PM
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 :D
blanius
04-04-2003, 06:31 PM
you could but I don't reccomend it.
It requires something on the server to handle the passing of data between chat clients.
Jiblob
04-05-2003, 05:39 AM
Well i really wanna have i go,
Do u know how i can go about macking a chat room???
----------------------
Jiblob :D
carnwath
04-05-2003, 05:49 AM
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.?
flashkit.com
Copyright WebMediaBrands Inc., All Rights Reserved.