The Component Explorer application shows a simple usage for most of the MXML components available with the Adobe® Flex™ 2 framework. When you install Adobe Flex Charting 2, you can also see examples of how you can use those components.
flex_sdk_dir/samples/explorer/charts.build.bat batch file (Windows) or build.sh shell script (Mac/UNIX) to compile the examples.If you are editing the Component Explorer sample code from within Flex Builder, you must still compile the individual samples using the command-line compiler. Flex Builder does compile or run applications that live beneath the root of the source folder.
The build script for the Component Explorer assumes that you run the application from the local
file system (file:/// in your browser). If you plan to run the application from a web
server (http:// in your browser), change the -use-network setting in
the build script to true.