Working with the Adobe Integrated Runtime
In this section, we will download and install an AIR Software Development Kit (SDK) within Animate and configure a new AIR for Desktop document using the chosen SDK version.
AIR is simply one of the most amazingly flexible development platforms available. We are going to use AIR to build an image file browser application in this chapter. The user will be able to select a folder from their local filesystem, and any image files from that folder will display within a data grid. We’ll write a bit of logic so that only image file types will be displayed in the grid. When the user chooses a file from the grid, the image will be rendered within the application.
The first step in all of this is to install an AIR SDK in order to work with AIR documents.
Installing an AIR SDK in Animate
Before 2020, Animate would include the most recent version of the AIR SDK packaged along with it, so it was easy to get started with the platform....