This repository contains a version of playerglobal.swc
(a library containing the API to Adobe Flash Player) corresponding to every major release of Adobe Flash Player.
You can target the Flash version of your choice by dynamically linking against the relevant swc with the target
compiler flag when compiling with mxmlc or ASC 2.0 (eg, -target=11.5
, -target=10.1
).
-
Open a terminal / command prompt and navigate to the root of your Flex SDK directory.
cd <flex_sdk_directory>
See http://flex.apache.org or http://www.adobe.com/go/flex_sdk to obtain the Flex SDK
-
Delete
frameworks/libs/player
.rmdir frameworks\libs\player /s /q # Windows sudo rm -rf frameworks/libs/player # Mac/Linux
-
Clone this repository to
frameworks/libs/player
.git clone git://github.com/nexussays/playerglobal.git frameworks/libs/player
To get the latest SWCs, simply git pull
from frameworks/libs/player
. Or run the update.bat
file on Windows.
For more information or to get the Flash Player for a specific version, see: 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.