Re: [flexcoders] [FLEX 2 Final] URLRequestMethod.POST produces compile time error

2006-07-10 Thread Hilary Bridel
@yahoogroups.comSubject: [flexcoders] [FLEX 2 Final] URLRequestMethod.POST produces compile time error Hi People, This worked ok in Flex 2B3, but not in the final release of Flex 2. The code below produces the compile time error: 1120: Access of undefined property URLRequestMethod. public function DataLoadingTest

[flexcoders] [FLEX 2 Final] URLRequestMethod.POST produces compile time error

2006-07-09 Thread Hilary Bridel
Hi People, This worked ok in Flex 2B3, but not in the final release of Flex 2. The code below produces the compile time error: 1120: Access of undefined property URLRequestMethod. public function DataLoadingTest (){var request:URLRequest = new URLRequest (urlString);request.contentType =

RE: [flexcoders] [FLEX 2 Final] URLRequestMethod.POST produces compile time error

2006-07-09 Thread Carson Hager
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hilary BridelSent: Sunday, July 09, 2006 8:18 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] [FLEX 2 Final] URLRequestMethod.POST produces compile time error Hi People, This worked ok in Flex 2B3, but not in the final release of Flex 2