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.comon 15 May 2011 at 6:16