[
https://issues.apache.org/jira/browse/FLEX-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209979#comment-13209979
]
Michael Labriola commented on FLEX-14:
--------------------------------------
These should be the steps required to make it work on 10.2. I need to re-verify
or you can do so:
If there is not a 10.2 playerglobal.swc at "frameworks\libs\player\10.2" find
one from another
SDK and put it there.
Base Dir
build.properties global.playerglobal.version =
10.2
build.xml search for 11.1 or 11.0
and replace with 10.2
/frameworks
air-config.xml
<target-player>10.2</target-player>
<swf-version>11</swf-version>
build_framework.xml <property name="playerglobal.version"
value="10.2"/>
flex-config.xml
<target-player>10.2</target-player>
<swf-version>11</swf-version>
/frameworks/projects
For each non-mobile project, check the build.xml for 11.1 or
11.0 and replace with 10.2
For each non-mobile project, check the .actionScriptProperties path to the
playerGlobal.swc and make sure it is pointing to the 10.2 directory. You can
leave the airGlobal.swc alone.
Rebuild the SDK.
Sorry about the previous comment. Jira was so nice as to automatically create a
new account with an email reply... oops.
> Flex SDK 4.6 dosn't work on FlashPlayer 10.3 and requires FlashPlayer 11.1
> --------------------------------------------------------------------------
>
> Key: FLEX-14
> URL: https://issues.apache.org/jira/browse/FLEX-14
> Project: Apache Flex
> Issue Type: Improvement
> Reporter: Justin Mclean
> Assignee: Michael Labriola
> Priority: Minor
>
> Flex SDK 4.6 require a minimum FlashPlayer version of 11.1.
> From a quick look this is related to the new spark validator classes
> (spark.validators.*) using FlashPlayer 11 globalisation classes
> (flash.globalization.*).
> In particular enterprises can be slow to update Flash Player versions and
> this would enable a smoother upgrade path to people currently on 4.5 SDK (in
> a Flash player 10.3 environment) to the new Apache Flex 4.x SDK.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira