views:

3917

answers:

8

I've used Flash Media Server to create multiplayer flash games, but the cost of deploying a FMS application seems rather high. Are there good alternatives, open source or not, that I should look into to mimic the same functionality? I'm specifically looking at using FMS for the aspect of synching game-play state between users running the same swf.

+5  A: 

Yes you're in luck!

Commercial products:

http://www.electro-server.com/

http://www.smartfoxserver.com/

Open Source:

http://osflash.org/red5

Iain
Great references, thanks!
Anjisan
+2  A: 

The Red5 is also an application/communication server and offers, for example, shared objects for flash/flex applications... this is what you need for realtime multiplayer games.

Jochen Hilgers
thanks! sorry I can't accept more than one answer. Red5 looks to be a viable choice as well.
Anjisan
I actually had red 5 on my list too!
Iain
A: 

I have developed a series of multiplayer worlds using SmartFoxServer and LOVE it. My current project is using the SmartFoxServer to play the popular game called 'Battle Packs'. It is the RPG using baseball cards. It will be up beginning of 2009 at www.toppstown.com.

eric
+1  A: 

Also check Wowza, www.wowzamedia.com

+2  A: 

Don't forget about FluorineFX (LGPL) if you are a Windows/.NET developer on the server-side. From my experiences, it supports everything (and more) that FCS/FMS, Red5, Wowza, etc support: AMF Remoting/Messaging, Data Services, RTMP (video/audio/SOs), etc. Can host directly in IIS as a website or as a Windows service.

http://www.fluorinefx.com/

Lusid
A: 

You should check out Smuck. It's a free toolkit for creating Flash multiplayer games. It's very simple to script the server using actionscript! It also includes a smart way to monetize from your games.

Available for download from http://www.spogg.com/developer

Viktor
+1  A: 

If you are looking for a hosted solution, take a look at Player.IO Here is a great tutorial for getting started with multiplayer game development and player.io http://playerio.com/documentation/tutorials/building-flash-multiplayer-games-tutorial/

Chris Benjaminsen
A: 

I can advise you to try erlyvideo. It will be rather easy to add your functionality inside and power of Erlang will make it very easy to develop and deploy multiplayer games.

Max Lapshin