Re: [flexcoders] Re: text from a form into an e-mail?

2009-11-09 Thread Kearney Buskirk
On Nov 8, 2009, at 8:14 AM, Tracy Spratt wrote: At the instance or global level of an mxml file, you can only initiate variables to simple values. “richTextInstance” does not yet exist when you are trying to access the text property value, thus the error. Declare the variable as you

Re: [flexcoders] Re: text from a form into an e-mail?

2009-11-09 Thread Shabir Gilkar
Hi Dear, May be this Free Flash Flex Magazine issue may help you, Please download the Free Pdf issue of this magazine and hope you may get some hint from this. http://ffdmag.com/magazine/726-a-breath-of-fresh-air-for-desktop-apps Regards On Mon, Nov 9, 2009 at 9:39 PM, Kearney Buskirk

[flexcoders] Re: text from a form into an e-mail?

2009-11-05 Thread Tracy
How does it not work? Where is the problem? Can you build and send body text without using the form data? I have done this a lot, but do not have my code in front of me right now. Do it one step at a time. Tracy --- In flexcoders@yahoogroups.com, Kearney Buskirk kear...@... wrote: Hi

Re: [flexcoders] Re: text from a form into an e-mail?

2009-11-05 Thread Kearney Buskirk
Thanks for your response. I re-wrote the code so at least I can send body text without the form data. private function sendEmail():void { navigateToURL(new URLRequest('mailto:kear...@gmail.com?body=some%20body%20text%20goes%20in%20here'),'_self') } Now the problem is how to specify the

RE: [SPAM] Re: [flexcoders] Re: text from a form into an e-mail?

2009-11-05 Thread Tracy Spratt
[mailto:flexcod...@yahoogroups.com] On Behalf Of Kearney Buskirk Sent: Thursday, November 05, 2009 11:51 PM To: flexcoders@yahoogroups.com Subject: [SPAM] Re: [flexcoders] Re: text from a form into an e-mail? Thanks for your response. I re-wrote the code so at least I can send body text without the form