Skip to content

Commit

Permalink
Updated to FlashDevelop 4
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron314 committed Nov 20, 2011
1 parent ced9d0a commit 36913eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions PNGEncoder2.hxproj
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<project version="2">
<!-- Output SWF options -->
<output>
<movie disabled="False" />
<movie outputType="Application" />
<movie input="" />
<movie path="PNGEncoder2.swc" />
<movie fps="30" />
<movie width="800" />
<movie height="600" />
<movie version="10" />
<movie minorVersion="0" />
<movie platform="Flash Player" />
<movie background="#FFFFFF" />
</output>
<!-- Other classes to be compiled into your SWF -->
Expand Down Expand Up @@ -48,4 +50,6 @@
<option showHiddenPaths="False" />
<option testMovie="Default" />
</options>
<!-- Plugin storage -->
<storage />
</project>
8 changes: 6 additions & 2 deletions Test.hxproj
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<project version="2">
<!-- Output SWF options -->
<output>
<movie disabled="False" />
<movie outputType="Application" />
<movie input="" />
<movie path="Test.swf" />
<movie fps="30" />
<movie width="640" />
<movie height="480" />
<movie version="10" />
<movie minorVersion="0" />
<movie platform="Flash Player" />
<movie background="#FFFFFF" />
</output>
<!-- Other classes to be compiled into your SWF -->
Expand Down Expand Up @@ -48,4 +50,6 @@
<option showHiddenPaths="False" />
<option testMovie="Default" />
</options>
<!-- Plugin storage -->
<storage />
</project>

0 comments on commit 36913eb

Please sign in to comment.