Dieses Repository enthält eine Version von playerglobal.swc (eine Bibliothek mit der API zu Adobe Flash Player), die jeder wichtigen Version von Adobe Flash Player entspricht.
Sie können die Flash -Version Ihrer Wahl ansprechen, indem Sie beim Kompilieren mit MXMLC oder ASC 2.0 dynamisch mit dem relevanten SWC mit dem target Compiler -Flag (z. B. -target=11.5 , -target=10.1 ) verknüpfen.
Öffnen Sie eine Terminal- / Eingabeaufforderung und navigieren Sie zur Wurzel Ihres Flex SDK -Verzeichnisses.
cd < flex_sdk_directory >Siehe http://flex.apache.org oder http://www.adobe.com/go/flex_sdk, um den Flex SDK zu erhalten
Löschen Sie frameworks/libs/player .
rmdir frameworks l ibs p layer /s /q # Windows
sudo rm -rf frameworks/libs/player # Mac/Linux Klonen Sie dieses Repository in frameworks/libs/player .
git clone git://github.com/nexussays/playerglobal.git frameworks/libs/player Um die neuesten SWCs zu erhalten, git pull von frameworks/libs/player . Oder führen Sie die Datei update.bat unter Windows aus.
Für weitere Informationen oder um den Flash Player für eine bestimmte Version zu erhalten
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.