00:00
00:00
Newgrounds Background Image Theme

Someone gifted MetalSlayer69 supporter status!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Comp to comp connection without php

680 Views | 11 Replies
New Topic Respond to this Topic

Is there a way to do it in realtime with actionscript and flash without using php or mysql?

Response to Comp to comp connection without php 2006-08-07 18:36:22


N - O, No.

Response to Comp to comp connection without php 2006-08-07 18:36:31


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?

Response to Comp to comp connection without php 2006-08-07 18:38:36


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.

Response to Comp to comp connection without php 2006-08-07 18:39:43


At 8/7/06 06:38 PM, Dark_Scythes wrote:
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.

No, a LAN. A local area network.

You can have more than 2 people on a lan.

Response to Comp to comp connection without php 2006-08-07 18:40:49


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?

Response to Comp to comp connection without php 2006-08-07 18:41:33


At 8/7/06 06:40 PM, Dark_Scythes wrote:
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?

On second tohught, if you are making a chat room, I suggest forgetting flash altogether, and just start an IRC channel.

Response to Comp to comp connection without php 2006-08-07 18:43:02



BBS Signature

Response to Comp to comp connection without php 2006-08-07 18:44:21


At 8/7/06 06:41 PM, Bwave wrote:
At 8/7/06 06:40 PM, Dark_Scythes wrote:
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?
On second tohught, if you are making a chat room, I suggest forgetting flash altogether, and just start an IRC channel.

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.

Response to Comp to comp connection without php 2006-08-07 19:01:30


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.

Response to Comp to comp connection without php 2006-08-07 19:12:35


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.