kritivasas / minibuilder

Automatically exported from code.google.com/p/minibuilder
0 stars 0 forks source link

Cannot set "swf-version" complier argument #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using flex 4.5 sdk
2. edit .actionscriptproperties file of a project and  add "swf-version=12"
in the "additionalCompilerOptions" area
3. complie the project

What is the expected output? What do you see instead?  The project should 
compile using swf-version 12 - to allow the new sound capabilities in Flash 10.3

instead, the project compiles to swf version 11  (verified by checking 4th byte 
of the compiled swf file in a hex editor).

What version of the product are you using? On what operating system?
Alpha 1.1.13 linux 32 bit (ubuntu 10.4)

Please provide any additional information below.

In order to use the new AEC features of flash player 10.3  we need to be able 
to compile to swf-version 12.  I was able to get minibuilder to use the 
playerglobal_10.3_rc1.swc so I could write my code and compile it - but I 
cannot get the swf-version complier argument to work correctly.

Original issue reported on code.google.com by patel...@gmail.com on 15 May 2011 at 6:16

GoogleCodeExporter commented 9 years ago
As an update - If one edits the flex-config.xml in the JetMBCompiler directory, 
the swf-version can be set there and will properly compile to swf-version 12.

Original comment by patel...@gmail.com on 17 May 2011 at 12:13