Download a file with Adobe AIR

后端 未结 5 2110
庸人自扰
庸人自扰 2020-12-05 07:52

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

5条回答
  •  独厮守ぢ
    2020-12-05 08:23

    Check out the flash.net.URLRequest class which will help you to download the file.

提交回复
热议问题