Is there a way to do it in realtime with actionscript and flash without using php or mysql?
Is there a way to do it in realtime with actionscript and flash without using php or mysql?
At 8/7/06 06:33 PM, Dark_Scythes wrote: Is there a way to do it in realtime with actionscript and flash without using php or mysql?
Perhaps over a LAN?
At 8/7/06 06:36 PM, Bwave wrote:At 8/7/06 06:33 PM, Dark_Scythes wrote: Is there a way to do it in realtime with actionscript and flash without using php or mysql?Perhaps over a LAN?
but that would only allow 2 people wouldnt it? I want at least 10, I'm trying to make a chat room type thing.
At 8/7/06 06:38 PM, Dark_Scythes wrote:At 8/7/06 06:36 PM, Bwave wrote:but that would only allow 2 people wouldnt it? I want at least 10, I'm trying to make a chat room type thing.At 8/7/06 06:33 PM, Dark_Scythes wrote: Is there a way to do it in realtime with actionscript and flash without using php or mysql?Perhaps over a LAN?
No, a LAN. A local area network.
You can have more than 2 people on a lan.
No, a LAN. A local area network.
You can have more than 2 people on a lan.
How could I go about doing it like that?
At 8/7/06 06:40 PM, Dark_Scythes wrote:No, a LAN. A local area network.How could I go about doing it like that?
You can have more than 2 people on a lan.
On second tohught, if you are making a chat room, I suggest forgetting flash altogether, and just start an IRC channel.
At 8/7/06 06:41 PM, Bwave wrote:At 8/7/06 06:40 PM, Dark_Scythes wrote:On second tohught, if you are making a chat room, I suggest forgetting flash altogether, and just start an IRC channel.No, a LAN. A local area network.How could I go about doing it like that?
You can have more than 2 people on a lan.
No, Im actually pretty good with actionscript, I just want to be able to make a chat room, since it seems pretty basic, and then move up to a small multiplayer game eventually.
Yes, but IRC is way easier for what you are doing.
If you are just doing this for actionscript experience, you should start with something easier.
If all you are doing is a chat, use XML Sockets. I dont know exactly how to use them yet myself, but I do know that XML Sockets can be used to make chats with Flash.