Repositori ini berisi versi playerglobal.swc (perpustakaan yang berisi API ke Adobe Flash Player) yang sesuai dengan setiap rilis utama Adobe Flash Player.
Anda dapat menargetkan versi flash pilihan Anda dengan menghubungkan secara dinamis terhadap SWC yang relevan dengan bendera kompiler target saat dikompilasi dengan MXMLC atau ASC 2.0 (misalnya, -target=11.5 , -target=10.1 ).
Buka terminal / prompt perintah dan navigasikan ke akar direktori Flex SDK Anda.
cd < flex_sdk_directory >Lihat http://flex.apache.org atau http://www.adobe.com/go/flex_sdk untuk mendapatkan flex sdk
Hapus frameworks/libs/player .
rmdir frameworks l ibs p layer /s /q # Windows
sudo rm -rf frameworks/libs/player # Mac/Linux Kloning repositori ini untuk frameworks/libs/player .
git clone git://github.com/nexussays/playerglobal.git frameworks/libs/player Untuk mendapatkan SWC terbaru, cukup git pull dari frameworks/libs/player . Atau jalankan file update.bat di windows.
Untuk informasi lebih lanjut atau untuk mendapatkan flash player untuk versi tertentu, lihat: http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
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.