Re: [flexcoders] POST data to Flex 1.5 app from Flex 2.0 app

2006-08-08 Thread Tom Chiverton
If you hit the MXML file so that the compiler generates the HTML wrapper I believe it should try to pass the parameters through, the same as it would if you accessed http://foo.com/myFile.mxml?param1=foo Or post to a CFML, perl etc. page and construct the HTMl wrapper to include a 'flashvars'

RE: [flexcoders] POST data to Flex 1.5 app from Flex 2.0 app

2006-08-08 Thread michael . corbridge
Subject: [flexcoders] POST data to Flex 1.5 app from Flex 2.0 app

RE: [flexcoders] POST data to Flex 1.5 app from Flex 2.0 app

2006-08-08 Thread Seth Hodgson
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] POST data to Flex 1.5 app from Flex 2.0 app Thanks Matt, I get the following response if I try to post data to a mxml page: JRun Servlet Error HTTP method POST is not supported by this URL This seems to point to config settings

[flexcoders] POST data to Flex 1.5 app from Flex 2.0 app

2006-08-07 Thread michael . corbridge
Anyone have any insight into whether this can be done? I am well aware that navigateToURL() allows the method to be set to POST, but is there a way for a Flex 1.5 app to have access to that data? --- This e-mail message

RE: [flexcoders] POST data to Flex 1.5 app from Flex 2.0 app

2006-08-07 Thread Matt Chotin
@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Monday, August 07, 2006 1:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] POST data to Flex 1.5 app from Flex 2.0 app Anyone have any insight into whether this can be done? I am well aware that navigateToURL() allows the method