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.