PDA

View Full Version : [general AS] Online Multiplayer: Getting Started



Rezmason
March 21st, 2007, 11:28 PM
Hi, folks.

I think it's time I tried making a Flash project where multiple visitors to a website interact with one another. (I think this is called remoting, but I'm really not sure.) I'm currently deep into AS3, but would like to know how to implement an online multiplayer (or multi-user, I guess) system in both AS3 and AS2.

Where's a good place to get started? In particular, what online resources are available for someone interested in these technologies? And how do I test what I create- preferably, on one machine?

Dazzer
March 22nd, 2007, 02:56 AM
I'd be concentrating more on the "remote" part of the equation.

I think there's a Open source server called Red5. Maybe you'd like to take a look at that.