How should client Flash(SWF) communicate with server-side .NET?
问题 So I have ASP.NET running on the server in IIS7. I think I'm going to use MVC for some static pages and basic dynamic forms - but the majority of the client side is written in Flash/ActionScript. What's the simplest, most succint, most DRY way of building/generating proxies between client and server? Which format should I use? JSON SOAP Binary And which comms protocol should I use? WCF HTTP via MVC Controller actions I'm probably missing some format or protocol, but basically it should be