The Component Explorer application shows a simple usage for most of the MXML components available with the Adobe® Flex™ 3 framework. When you install Adobe Flex Data Visualization, you can also see examples of how you can use the charting and data visualization components.
Note: You should not run the Component Explorer on a Adobe LiveCycle EnterpriseServer. The Flex WAR will attempt to compile the mxml files causing the source view of each Explorer sample to display incorrectly.
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
.