Playerglobal Save

Versions of playerglobal.swc to target Flash Player 9.0–30.0, and accompanying release notes

Project 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.

    cd <flex_sdk_directory>
    

    See http://flex.apache.org or http://www.adobe.com/go/flex_sdk to obtain the Flex SDK

  2. Delete frameworks/libs/player.

    rmdir frameworks\libs\player /s /q # Windows
    sudo rm -rf frameworks/libs/player # Mac/Linux
    
  3. Clone this repository to frameworks/libs/player.

    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.
Open Source Agenda is not affiliated with "Playerglobal" Project. README Source: nexussays/playerglobal
Stars
114
Open Issues
1
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating