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

2006-06-07 Thread Antoine Malpel
Thanks all for anwsering I should precise I use FLEX 1.5 .. can't theses objects ... Tracy Spratt a crit: Use HTTPService or URLLoader(). Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Antoine Malpel Sent: Tuesday,

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

2006-06-07 Thread Tracy Spratt
Use HTTPService.  It is a 1.5(and 2.0) data service. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Antoine Malpel Sent: Wednesday, June 07, 2006 11:27 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] how can I load text

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