Skip to content

Instantly share code, notes, and snippets.

@caubry
Last active December 15, 2015 09:09
Show Gist options
  • Select an option

  • Save caubry/5236123 to your computer and use it in GitHub Desktop.

Select an option

Save caubry/5236123 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<flex-config>
<target-player>11.2</target-player>
<output>bin/myApp_output.swf</output>
<benchmark>false</benchmark>
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
<compiler>
<debug>true</debug>
<omit-trace-statements>true</omit-trace-statements>
<verbose-stacktraces>false</verbose-stacktraces>
<source-path append="true">
<path-element>/Users/caubry/Desktop/myApp/src</path-element>
<path-element>/Applications/Adobe Flash CS6/Common/Configuration/ActionScript 3.0/projects/Flash/src</path-element>
</source-path>
<library-path append="true">
<path-element>/Users/caubry/Desktop/myApp/lib/myApp.swc</path-element>
</library-path>
</compiler>
<file-specs>
<path-element>/Users/caubry/Desktop/myApp/src/Main.as</path-element>
</file-specs>
<default-background-color>#FFFFFF</default-background-color>
<default-frame-rate>25</default-frame-rate>
<default-size>
<width>1</width>
<height>1</height>
</default-size>
</flex-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment