⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flex-config_beta1.xml

📁 flex 事 例
💻 XML
字号:
<flex-config>   <!-- benchmark: output performance benchmark-->   <!-- benchmark not set   <benchmark>boolean</benchmark>   -->   <!--   <flexlib>D:\Web\Macromedia\Flex Builder 2 Plug-in Beta 1\Flex Framework 2\frameworks</flexlib>   -->   <compiler>      <!-- compiler.accessible: generate an accessible SWF-->      <accessible>false</accessible>      <!-- compiler.actionscript-classpath: list of path elements that form the roots of ActionScript class hierarchies-->      <!-- compiler.actionscript-classpath not set      <actionscript-classpath>         <path-element>string</path-element>         <path-element>string</path-element>      </actionscript-classpath>      -->      <!-- compiler.actionscript-file-encoding: specifies actionscript file encoding. If there is no BOM in the AS3 source files, the compiler will use this file encoding.-->      <!-- compiler.actionscript-file-encoding not set      <actionscript-file-encoding>string</actionscript-file-encoding>      -->      <allow-classpath-overlap>false</allow-classpath-overlap>      <!-- compiler.context-root: path to replace {context.root} tokens for service channel endpoints-->      <context-root></context-root>      <debug>false</debug>      <!-- compiler.defaults-css-url not set      <defaults-css-url>string</defaults-css-url>      -->      <!-- compiler.doc not set      <doc>boolean</doc>      -->      <!-- compiler.external-library-path: list of SWC files or directories to compile against but to omit from linking-->      <external-library-path>         <path-element>D:/Web/Macromedia/Flex Builder 2 Plug-in Beta 1/Flex Framework 2/frameworks/libs/playerglobal.swc</path-element>      </external-library-path>      <fonts>         <languages>            <!-- compiler.fonts.languages.language-range: a range to restrict the number of font glyphs embedded into the SWF-->            <!-- compiler.fonts.languages.language-range not set            <language-range>               <lang>string</lang>               <range>string</range>               <range>string</range>            </language-range>            -->         </languages>         <!-- compiler.fonts.managers: Compiler font manager classes, in policy resolution order-->         <managers>            <manager-class>macromedia.fonts.JREFontManager</manager-class>            <manager-class>macromedia.fonts.BatikFontManager</manager-class>         </managers>         <max-cached-fonts>20</max-cached-fonts>         <max-glyphs-per-face>1000</max-glyphs-per-face>      </fonts>      <!-- compiler.headless-server: a flag to set when Flex is running on a server without a display-->      <!-- compiler.headless-server not set      <headless-server>boolean</headless-server>      -->      <il>false</il>      <!-- compiler.include-libraries: a list of libraries (SWCs) to completely include in the SWF-->      <include-libraries>         <library>D:/Web/Macromedia/Flex Builder 2 Plug-in Beta 1/Flex Framework 2/frameworks/locale/en_EN/framework_rb.swc</library>      </include-libraries>      <!-- compiler.incremental: enables incremental compilation-->      <!-- compiler.incremental not set      <incremental>boolean</incremental>      -->      <!-- compiler.keep-all-type-selectors: disables the pruning of unused type selectors-->      <!-- compiler.keep-all-type-selectors not set      <keep-all-type-selectors>boolean</keep-all-type-selectors>      -->      <!-- compiler.keep-generated-actionscript: save temporary source files generated during MXML compilation-->      <keep-generated-actionscript>false</keep-generated-actionscript>      <!-- compiler.library-path: list of SWC files or directories that contain SWC files-->      <library-path>         <path-element>D:/Web/Macromedia/Flex Builder 2 Plug-in Beta 1/Flex Framework 2/frameworks/libs</path-element>      </library-path>      <!-- compiler.locale: specifies the locale for internationalization-->      <!-- compiler.locale not set      <locale>string</locale>      -->      <namespaces>         <!-- compiler.namespaces.namespace: Specify a URI to associate with a manifest of components for use as MXML elements-->         <namespace>            <uri>http://www.macromedia.com/2005/mxml</uri>            <manifest>D:/Web/Macromedia/Flex Builder 2 Plug-in Beta 1/Flex Framework 2/frameworks/mxml-manifest.xml</manifest>         </namespace>      </namespaces>      <!-- compiler.optimize: Enable post-link SWF optimization-->      <optimize>true</optimize>      <!-- compiler.profile: generate a movie that is suitable for performance profiling-->      <!-- compiler.profile not set      <profile>boolean</profile>      -->      <!-- compiler.services: path to Flex Data Services configuration file-->      <!-- compiler.services not set      <services>filename</services>      -->      <!-- compiler.show-binding-warnings: toggle whether warnings generated from data binding code are displayed-->      <show-binding-warnings>true</show-binding-warnings>      <!-- compiler.show-coach-warnings: runs the AS3 compiler in a mode that detects legal but potentially incorrect code-->      <show-coach-warnings>true</show-coach-warnings>      <!-- compiler.show-dependency-warnings: show warnings when dependencies cannot be determined at compile time-->      <show-dependency-warnings>false</show-dependency-warnings>      <!-- compiler.show-deprecation-warnings: toggle whether the use of deprecated APIs generates a warning-->      <show-deprecation-warnings>true</show-deprecation-warnings>      <!-- compiler.strict: runs the AS3 compiler in strict error checking mode-->      <strict>true</strict>      <!-- compiler.theme: list of CSS or SWC files to apply as a theme-->      <!-- compiler.theme not set      <theme>         <filename>string</filename>         <filename>string</filename>      </theme>      -->      <translation-format>flex2.compiler.i18n.PropertyTranslationFormat</translation-format>      <!-- compiler.verbose-stacktraces: save callstack information to the SWF for debugging-->      <verbose-stacktraces>false</verbose-stacktraces>      <warn-array-tostring-changes>true</warn-array-tostring-changes>      <warn-assigning-undefined-to-non-object-type>true</warn-assigning-undefined-to-non-object-type>      <warn-bad-type-cast>true</warn-bad-type-cast>      <warn-bad-undefined-comparision>true</warn-bad-undefined-comparision>      <warn-boolean-constructor-with-no-args>true</warn-boolean-constructor-with-no-args>      <warn-class-is-sealed>true</warn-class-is-sealed>      <warn-constructor-returns-value>true</warn-constructor-returns-value>      <warn-deprecated-event-handler-error>true</warn-deprecated-event-handler-error>      <warn-deprecated-function-error>true</warn-deprecated-function-error>      <warn-deprecated-property-error>true</warn-deprecated-property-error>      <warn-duplicate-func-def>true</warn-duplicate-func-def>      <warn-for-var-in-changes>false</warn-for-var-in-changes>      <warn-function-parameter-declared-as-void>true</warn-function-parameter-declared-as-void>      <warn-math-expressions-treat-null-like-zero>true</warn-math-expressions-treat-null-like-zero>      <warn-missing-namespace-decl>true</warn-missing-namespace-decl>      <warn-no-constructor>false</warn-no-constructor>      <warn-no-explicit-super-call-in-constructor>false</warn-no-explicit-super-call-in-constructor>      <warn-no-type-decl>true</warn-no-type-decl>      <warn-scoping-change-in-this>false</warn-scoping-change-in-this>      <warn-super-only-works-for-class-objects>true</warn-super-only-works-for-class-objects>      <warn-undefined-function>true</warn-undefined-function>      <warn-undefined-reference>false</warn-undefined-reference>      <warn-var-hidden-by-function>true</warn-var-hidden-by-function>      <warn-wrong-arg-type>true</warn-wrong-arg-type>      <warn-wrong-number-of-args>true</warn-wrong-number-of-args>   </compiler>   <!-- debug-password: the password to include in debuggable SWFs-->   <debug-password></debug-password>   <!-- default-background-color: default background color (may be overridden by the application code)-->   <default-background-color>0x869CA7</default-background-color>   <!-- default-frame-rate: default frame rate to be used in the SWF.-->   <default-frame-rate>24</default-frame-rate>   <!-- default-script-limits: default script execution limits (may be overridden by root attributes)-->   <default-script-limits>      <max-recursion-depth>1000</max-recursion-depth>      <max-execution-time>60</max-execution-time>   </default-script-limits>   <!-- default-size: default application size (may be overridden by root attributes in the application)-->   <default-size>      <width>500</width>      <height>375</height>   </default-size>   <!-- dependency-info: output class dependency information-->   <!-- dependency-info not set   <dependency-info>boolean</dependency-info>   -->   <!-- dump-config: write a file containing all currently set configuration values in a format suitable for use as a flex config file-->   <!-- <dump-config>flex-config_beta1.xml</dump-config> -->   <!-- externs: a list of symbols to omit from linking when building a SWF-->   <!-- externs not set   <externs>      <symbol>string</symbol>      <symbol>string</symbol>   </externs>   -->   <!-- file-specs: a list of source files to compile, the last file specified will be used as the target application-->   <!-- file-specs not set   <file-specs>      <path-element>string</path-element>      <path-element>string</path-element>   </file-specs>   -->      <frames>      <!-- frames.frame: A SWF frame label with a sequence of classnames that will be linked onto the frame.-->      <!-- frames.frame not set      <frame>         <label>string</label>         <classname>string</classname>         <classname>string</classname>      </frame>      -->   </frames>   <!-- generate-frame-loader: toggle generation of an IFlexModuleFactory-derived loader class-->   <generate-frame-loader>true</generate-frame-loader>   <!-- help: For information on command line syntax and descriptions of configuration variables, specify a search string, or one of the following special keywords:   syntax   - describe the general syntax of the command line   list     - show a list of all basic configuration variables   advanced - also match advanced configuration variables   aliases  - sort using the short alias for the variable   details  - always display the full details for each itemAny other help keyword provided is used to match a full or partial configuration variable, alias, or text to search for in the description of the configuration variable.For example, '-help advanced aliases foo' would show all configuration options (both basic and advanced) containing the text 'foo', sorted by alias name.In the description of individual configuration variables, required values are marked with angle brackets, and optional values are marked with square brackets.  The notation [...] is used to indicate that the values are a list of arbitrary length.-->   <!-- help not set   <help>      <keyword>string</keyword>      <keyword>string</keyword>   </help>   -->   <!-- lazy-init: Enable/Disable ABC bytecode lazy initialization-->   <lazy-init>true</lazy-init>   <!-- link-report: Output a XML-formatted report of all definitions linked into the application.-->   <!-- link-report not set   <link-report>filename</link-report>   -->   <!-- load-config: load a file containing configuration options      <load-config>${flexlib}/flex-config.xml</load-config> -->   <!-- load-externs: an XML file containing <def>, <pre>, and <ext> symbols to omit from linking when building a SWF-->   <!-- load-externs not set   <load-externs>filename</load-externs>   -->   <metadata>      <!-- metadata.contributor: A contributor's name to store in the SWF metadata-->      <!-- metadata.contributor not set      <contributor>name</contributor>      -->      <!-- metadata.creator: A creator's name to store in the SWF metadata-->      <creator>unknown</creator>      <!-- metadata.date: The creation date to store in the SWF metadata-->      <!-- metadata.date not set      <date>text</date>      -->      <!-- metadata.description: The default description to store in the SWF metadata-->      <description>http://www.macromedia.com/flex</description>      <!-- metadata.language: The language to store in the SWF metadata (i.e. EN, FR)-->      <language>EN</language>      <!-- metadata.localized-description: A localized RDF/XMP description to store in the SWF metadata-->      <!-- metadata.localized-description not set      <localized-description>         <text>string</text>         <lang>string</lang>         <lang>string</lang>      </localized-description>      -->      <!-- metadata.localized-title: A localized RDF/XMP title to store in the SWF metadata-->      <!-- metadata.localized-title not set      <localized-title>         <title>string</title>         <lang>string</lang>         <lang>string</lang>      </localized-title>      -->      <!-- metadata.publisher: A publisher's name to store in the SWF metadata-->      <publisher>unknown</publisher>      <!-- metadata.title: The default title to store in the SWF metadata-->      <title>Adobe Flex 2.0b Application</title>   </metadata>   <!-- raw-metadata: XML text to store in the SWF metadata (overrides metadata.* configuration)-->   <!-- raw-metadata not set   <raw-metadata>text</raw-metadata>   -->   <!-- runtime-shared-libraries: a list of runtime shared library URLs to be loaded before the application starts-->   <!-- runtime-shared-libraries not set   <runtime-shared-libraries>      <url>string</url>      <url>string</url>   </runtime-shared-libraries>   -->   <!-- usenetwork: toggle whether the SWF is flagged for access to network resources-->   <usenetwork>true</usenetwork>   <!-- version: display the build version of the program-->   <!-- version not set   <version>boolean</version>   -->   <!-- warnings: toggle the display of warnings-->   <!-- warnings not set   <warnings>boolean</warnings>   --></flex-config>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -