I am developing a web-based game (similar to the ESP game), I am done with the server side SOAP web service (built on ASP.NET), and now I am wondering if I should use Flash (swf) or AJAX for the client side layer of the game. Basically, the client side is a web service client making requests to the web server and receiving back instructions on how to render/update the user interface. Any suggestions or considerations?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
My 2 cents: Html/Css/Javascript (aka AJAX)
Flash / Flex
|
|||
|
|
|
If you ask me, Flash/Flex would be easier to develop, maintain and deploy. Plus, it would be accessible by people on different platforms and browsers. Same could be done with AJAX as well, but with a lot more effort to ensure platform independence. -- Sri |
|||
|
|
If you use Silverlight for the client-side, you can stay in .NET/C# land. |
|||
|