Re: [flexcoders] how can I load text from a file

2006-06-07 Thread Antoine Malpel
, June 06, 2006 12:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] how can I load text from a file Hi I have a text containing a big big big html text that I need to put inside a mx:texarea in my app I don't how to load the content of this file in order to set

RE: [flexcoders] how can I load text from a file

2006-06-07 Thread Tracy Spratt
: Tuesday, June 06, 2006 12:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] how can I load text from a file Hi I have a text containing a big big big html text that I need to put inside a mx:texarea in my app I don't how to load the content of this file in order to set the value

[flexcoders] how can I load text from a file

2006-06-06 Thread Antoine Malpel
Hi I have a text containing a big big big html text that I need to put inside a mx:texarea in my app I don't how to load the content of this file in order to set the value of htmltext ... Any example ? Yahoo! Groups Sponsor ~-- You can search

Re: [flexcoders] how can I load text from a file

2006-06-06 Thread Jeremy Lu
if you don't mind embedding it in the mxml, try this:mx:TextAreamx:htmlText![CDATA[your text here...]]/mx:htmlTextmx:TextArea On 6/7/06, Antoine Malpel [EMAIL PROTECTED] wrote: Hi I have a text containing a big big big html text that I need to put inside a

RE: [flexcoders] how can I load text from a file

2006-06-06 Thread Tracy Spratt
Use HTTPService or URLLoader(). Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Antoine Malpel Sent: Tuesday, June 06, 2006 12:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] how can I load text from a file Hi I