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-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-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

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: 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 mx:texarea in my app I don't how to load the content of this file in order t