Hi All.. I'm starting this thread to see if I can find a consensus about
the best practices for programming for future deployment of Flex
apps.Using Flex Builder, in creating a simple portal app I use "Import
Web Service (WSDL)" to make the ActionScript framework for webservices
which I consume. I have coded those web services in .asmx (c# web
services for .NET) and run them locally. The framework Flex Builder
creates is just fine, and I can run my app locally with no problem.
Where I run into a...