Have a look at flash.net.FileReference that has a download method. That is what you should use to download or upload files.
Fidel. On Wed, Feb 20, 2008 at 5:23 PM, Eric Cobb <[EMAIL PROTECTED]> wrote: > > > > > > > I'm trying to figure out a way to connect to a remote URL, and download > a file from that URL. I'm already using URLLoader to connect to the URL > and read an XML file, would I use URLLoader for this as well? I want my > Flex 3 /AIR app to be able to hit this URL and download a .db file for > updates. > > What's the best way to go about this? > > Thanks! > > Eric > >

