Hi
For my next project, I have the options for building a web application using just ASP.NET or asp.net with Flash.
So, I can use asp.net for both business logic and presentation layer; or I can use asp.net for business logic and Flash components for presentation.
If I go with asp.net and Flash, I would build a web service that would return XML document and bind it to Flash components.
My question is: Would you advise me to use asp.net and Flash togather. Will there be any issues with performance or scalability?
You may say that I should use Flash Remoting, but I do not have the resources to buy Flash Remoting.
Thanks