# playerglobal **Repository Path**: mirrors/playerglobal ## Basic Information - **Project Name**: playerglobal - **Description**: Versions of playerglobal.swc to target Flash Player 9.0–30.0, and accompanying release notes - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 4 - **Created**: 2019-10-13 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Overview ======== 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`). Usage ===== Setup ----- 1. Open a terminal / command prompt and navigate to the root of your Flex SDK directory. ```bash cd ``` > See http://flex.apache.org or http://www.adobe.com/go/flex_sdk to obtain the Flex SDK 2. Delete `frameworks/libs/player`. ```bash rmdir frameworks\libs\player /s /q # Windows sudo rm -rf frameworks/libs/player # Mac/Linux ``` 3. Clone this repository to `frameworks/libs/player`. ```bash git clone git://github.com/nexussays/playerglobal.git frameworks/libs/player ``` Update ------ To get the latest SWCs, simply `git pull` from `frameworks/libs/player`. Or run the `update.bat` file on Windows. Player Versions =============== 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 License Notice ============== ``` 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. ```