Tagged Questions

4
votes
8answers
605 views

Why are (almost) all the on-line games written in ActionScript (Flash) not Java?

I absolutely love good defender games (e.g. Gemcraft, Protector: reclaiming the throne) as they can be intellectually quite challenging; it's like playing chess but a little less thinking and a bit ...
2
votes
6answers
1k views

How to code an web-browser based multiplayer game?

If I wanted to code a desktop-based game, I could pull some XNA code and UDP sockets and make a decent multiplayer game. I would have an extremely clear of how to code the game I wanted. But if I ...
2
votes
5answers
2k views

Should i write my own flash-server in Erlang or use Red5?

I'm a student about to start my exam project, where I will be responsible for the server implementation of an online game targeting the flash player. I have a hard time to decide wether i should write ...
1
vote
1answer
127 views

Embed Adobe Flash player into Java based desktop application

How can I embed a adobe flash player inside a java based desktop application? Can I be able to load and run an on-line flash game in it? Thanks.