Poperty "playerVersion" has no effect
Hello!
Seems that plugins property 'playerVersion' does no effect on compilation, and mxmlc is targeting default player version in Flex SDK.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Yennick Trevels on 23 Jan, 2015 07:35 PM
Hi! The 'playerVersion' property indeed has no effect on compilation, but it is used inside GradleFx for some thing (such a generating some files). But I gotta admit it's some kind of a 'forgotten' property that isn't clear in its exact purpose and is in need of a rework.
But based on your other post I can see you found the solution for your problem :)
2 Posted by hardrockgolem on 25 Jan, 2015 12:45 AM
Yes, I found another way for version targeting :)
First of all I was trying to use this property. And just as suggestion maybe you can add some info in docs, so people will expect proper outcome from build :)