Note that any data you need to load must be on the server, not the client, unless you are running under AIR.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Tuesday, April 22, 2008 11:23 AM To: [email protected] Subject: [flexcoders] Re: Newbie Question: loading text file. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "khan.ibraheem" <[EMAIL PROTECTED]> wrote: > > I want to do 2 different things: > > 1) I want to load a text file from a hard-coded location and load its > contents in a string. > 2) I want to load a text file from a location choosed by user and load > its contents in a string. Look at URLLoader. You can either hard-code the URLRequest object or set it up dynamically. HTH; Amy

