User Guide
82 Chapter 4: Architecting Flex Applications
ActionScript profiling The ActionScript Profiler helps you identify performance problems in
applications. It can show you where too many calls to a particular
method might be occurring or where an object’s instantiation might be
taking too long.
For more information, see Chapter 37, “Profiling ActionScript,” in
Developing Flex Applications.
Administration Flex includes several configuration files to administer the behavior of
your applications. Settings specific to the Flex application are defined
in the flex_app_root/WEB-INF/flex/flex-config.xml file. Web application
settings are located in the flex_app_root/WEB-INF/web.xml file.
You can use the mxmlc tool included with Flex to compile your MXML
files into SWF files without requesting them from a browser or Flash
Player. To use mxmlc, you must have a Java runtime environment
(JRE) in your system path.
For more information, see Chapter 39, “Administering Flex,” in
Developing Flex Applications.
Feature Description