Tagged Questions
0
votes
0answers
315 views
Socket.io v.9 with Actionscript
I'm attempting to develop an online multiplayer game using Node.js for the server and Flash to display the client.
I've been reading up a bit and have found quite a few recommendations for the ...
2
votes
2answers
189 views
Zelda like multiplayer combat
I have in mind coding a multiplayer game with a similar combat to zelda's. Since i will use flash, i'm limited to use TCP. My question is, is this goal possible? It's not as fast-paced as some ...
-3
votes
1answer
183 views
Flash multi-player system: one player moves the other stops when using the mouse
I started making a small multi-player avatar chat to start my self with flash and multi-player. Everything worked fine when I was using arrows to move but when I started using the mouse something goes ...
-1
votes
2answers
1k views
What technologies were used to create “Dueling Network”?
I want to make a similar browser online multiplayer game like "Dueling Network" (link below) but for a different TCG.
What technologies you believe they used to create it?
Could anyone kindly refer ...
-2
votes
2answers
730 views
Are RTMFP Flash games the new big thing? [closed]
After watching (and playing) HaxBall, I can imagine that RTMFP (or any other real time multiplayer flash based technology) games will be the new big thing, replacing social games (cafeworld, etc).
...
1
vote
2answers
929 views
How to implement Long Polling with PHP and flash?
I'm trying to make a multiplayer game but am a newbie to server side programming except that I know a little PHP. I learnt about this technique called long polling where the server can wait for fresh ...
3
votes
4answers
1k views
Red5 or zendZMF or BlazeDS or Cirrus?
I've been trying to develop a multiplayer turn based game which is mostly free to play - I just want to see if the game idea is appreciated - hence I want to do it with minimal cost and I'm confused ...
1
vote
1answer
549 views
Pros and Cons of AMF in multiplayer flash game?
After trying to use red5 for my turn-based multiplayer game, I've decided to give AMF a try using amfphp, because of the expensive media server hosting solutions. (With AMF all I need is a web ...
3
votes
3answers
658 views
Required Security Precautions for Flash / AS3 Multiplayer Game
I have created a couple of games in Flash/AS3 and am playing with programming a flash-based multiplayer (possibly mmo?) game where the application will communicate with a server over a socket ...
5
votes
1answer
462 views
Game networking topology - dealing with host leaving
I am working on a P2P game in Flash and I'm wondering what network topology would be most robust for dealing with people randomly joining/leaving. I was thinking the first user to join could be the ...
8
votes
2answers
734 views
Network Multiplayer in Flash
Flash has come a long way in the last decade, and it's a well-kept secret getting a Flash game to connect to a multi-client server for chat and/or basic avatar movement in real time.
Why has the ...
8
votes
5answers
1k views
Networking in Flash games. Socket or Stratus?
Working on a prototype for a Flash game that will use networking communication. It would be better to use Peer 2 Peer connection, since it will be a multiplayer game.
Has anyone used Stratus or tried ...