Re: [flexcoders] simple form post

2007-09-25 Thread [EMAIL PROTECTED]
--- > *From:* flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] *On Behalf Of [EMAIL PROTECTED] > *Sent:* Tuesday, September 25, 2007 2:38 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] simp

RE: [flexcoders] simple form post

2007-09-25 Thread Merrill, Jason
M To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] simple form post I put the example code in a package, custom and tried to create an object, but I get this message: 1131: Classes must not be nested. Navigate

Re: [flexcoders] simple form post

2007-09-25 Thread [EMAIL PROTECTED]
I put the example code in a package, custom and tried to create an object, but I get this message: 1131: Classes must not be nested.NavigateToUrl/custom NavigateToURLExample.asline 1011907453213281289 What am I doing wrong ? code is below. package custom { public class N

Re: [flexcoders] simple form post

2007-09-24 Thread Muzak
look up navigateToURL() in the docs. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, September 25, 2007 2:30 AM Subject: [flexcoders] simple form post > How do I go about doing this: > > I have form in a flex application > I hit the submit button > The form is posted

Re: [flexcoders] simple form post

2007-09-24 Thread Jon Bradley
On Sep 24, 2007, at 8:30 PM, [EMAIL PROTECTED] wrote: How do I go about doing this: I have form in a flex application I hit the submit button The form is posted to a PHP page. Ok, you got that far yet? I can access the form variables on that PHP page. I heve been looking for an example for