How do I download a file from the internet in a Flex based AIR application.
I tried using a file with url set to the address, but I got a file does not exist error
Check out the flash.net.URLRequest class which will help you to download the file.
flash.net.URLRequest