[flexcoders] Re: dot net 2.0 - FLEX - new to macromedia

2006-04-06 Thread Nathan W. Phelps
This is completely possible and all you need is the Flex 2 SDK and optionally Flex Builder. You can talk to your ASP.NET application via the HTTPService or WebService controls. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Flex 2: How limited will the free version of Flex Data Services be?

2006-04-06 Thread Nathan W. Phelps
Maybe these question will fair better here than on the Adobe Labs Forums where they have remained unanswered (this seems to be a much more thriving community)... Adobe has stated that there will be a free version of Flex Data Services which will support a limited number of concurrent connectio

[flexcoders] Re: DOT NET 2.0

2006-04-06 Thread Nathan W. Phelps
--- In flexcoders@yahoogroups.com, Robert Thompson <[EMAIL PROTECTED]> wrote: > > Nathan, > > What do you mean by REST backend developed using HttpHandlers? What I mean is that I'm using HTTPService with REST URLS which are served by a HttpHandler. So here is how it works... I issue a reques

[flexcoders] Re: DOT NET 2.0

2006-04-05 Thread Nathan W. Phelps
Yes, this is indeed possible and you will not need the server with Flex 2. However, just a heads up, the webservice stuff is pretty slow (and has a lot of odd behaviors right now in the beta) and I've started to migrate from using WebService to using HTTPService with a REST backend developed u

[flexcoders] Flex 2: passing XML string via ExternalInterface produces unterminated string

2006-03-24 Thread Nathan W. Phelps
I'm trying to pass an XML string to the hosting page via ExternalInterface.call, however, before I even get into my JavaScript function, I'm encountering an "unterminated string constant" error. Here is the flow of events: An HTTPService requests an XML file on the server, the ResultEvent.res