playerglobal
1.0.0
该存储库包含与Adobe Flash Player的每个主要版本相对应的playerglobal.swc (包含API到Adobe Flash Player的库)的版本。
您可以通过与MXMLC或ASC 2.0编译时,通过与target编译器标志动态链接相关的SWC来定位您选择的闪存版本(例如, -target=11.5 , -target=10.1 )。
打开终端 /命令提示符,并导航到flex SDK目录的根。
cd < flex_sdk_directory >请参阅http://flex.apache.org或http://www.adobe.com/go/flex_sdk获取Flex SDK
删除frameworks/libs/player 。
rmdir frameworks l ibs p layer /s /q # Windows
sudo rm -rf frameworks/libs/player # Mac/Linux克隆此存储库到frameworks/libs/player 。
git clone git://github.com/nexussays/playerglobal.git frameworks/libs/player要获取最新的SWC,只需从frameworks/libs/player中git pull 。或在Windows上运行update.bat文件。
有关更多信息或获取特定版本的Flash Player
Mozilla Public License.
The contents these files are subject to the Mozilla Public License Version 1.1
(the "License");you may not use these files except in compliance with the
License. You may obtain a copy of the License here: http://www.mozilla.org/MPL/.
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
The Original Code consists of the files listed above.
The Initial Developer of the Original Code is Adobe Systems Incorporated.