1 <?xml version="1.0" encoding="utf-8"?>
3 <!-- Output SWF options -->
5 <movie outputType="Application" />
7 <movie path="bin\7la.swf" />
10 <movie height="600" />
11 <movie version="11" />
12 <movie minorVersion="0" />
13 <movie platform="Flash Player" />
14 <movie background="#000000" />
16 <!-- Other classes to be compiled into your SWF -->
21 <!-- Build options -->
23 <option accessible="False" />
24 <option allowSourcePathOverlap="False" />
25 <option benchmark="False" />
28 <option loadConfig="" />
29 <option optimize="True" />
30 <option omitTraces="True" />
31 <option showActionScriptWarnings="True" />
32 <option showBindingWarnings="True" />
33 <option showInvalidCSS="True" />
34 <option showDeprecationWarnings="True" />
35 <option showUnusedTypeSelectorWarnings="True" />
36 <option strict="True" />
37 <option useNetwork="True" />
38 <option useResourceBundleMetadata="True" />
39 <option warnings="True" />
40 <option verboseStackTraces="True" />
41 <option linkReport="" />
42 <option loadExterns="" />
43 <option staticLinkRSL="True" />
44 <option additional="" />
45 <option compilerConstants="" />
46 <option minorVersion="" />
48 <!-- SWC Include Libraries -->
50 <!-- example: <element path="..." /> -->
52 <!-- SWC Libraries -->
54 <element path="lib\as3corelib.swc" />
56 <!-- External Libraries -->
57 <externalLibraryPaths>
58 <!-- example: <element path="..." /> -->
59 </externalLibraryPaths>
60 <!-- Runtime Shared Libraries -->
62 <!-- example: <element path="..." /> -->
64 <!-- Intrinsic Libraries -->
66 <element path="Library\AS3\frameworks\Flex4" />
68 <!-- Assets to embed into the output SWF -->
70 <!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> -->
72 <!-- Class files to compile (other referenced classes will automatically be included) -->
74 <compile path="src\Main.mxml" />
76 <!-- Paths to exclude from the Project Explorer tree -->
78 <!-- example: <hidden path="..." /> -->
80 <!-- Executed before build -->
82 <!-- Executed after build -->
83 <postBuildCommand alwaysRun="False" />
84 <!-- Other project options -->
86 <option showHiddenPaths="False" />
87 <option testMovie="Default" />
89 <!-- Plugin storage -->