--- In flexcoders@yahoogroups.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