A basic understanding of Adobe Flex and Flex Builder. Learn more at Adobe's Flex Developer Center, which includes a Getting Started section and an introductory video on Flex technology.
Optional: access to ArcGIS Server 9.3 and above. Note that certain functionality requires a specific minimum version, for example, routing requires ArcGIS Server 9.3.1.
Creating an application using the ArcGIS API for Flex
To begin working with the ArcGIS API for Flex, follow the steps below:
Download and unzip the ArcGIS API for Flex ZIP file. Inside, you will find the ArcGIS API for Flex library (.swc), a samples directory, and a readme file.
Be sure to either store the .swc file in the libs folder in your project or specify the library path in Flex Builder. To specify the path in Flex Builder
a. Right-click the project. b. Click Properties. c. Click Flex Build Path. d. Click the Library Path tab. e. Add the ArcGIS API for Flex Library using the Add SWC button.
In your Flex environment, create an application by writing code to access the ArcGIS Server resources. You may also start by exploring the
samples. For instance, the following is the source code for accessing a tiled map: