Skip to content

Commit

Permalink
Merge branch 'development' into mejs-new
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Jun 19, 2017
2 parents 58b3062 + 6be35e4 commit e7f5c87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -19,6 +19,7 @@
* Use flex-box to reduce calculation via Javascript on control bar (https://github.com/mediaelement/mediaelement/pull/2261) @marcobiedermann and @rafa8626
* Fixed issue with events not being unbound when player is destroyed and removed unnecessary callbacks from it @rafa8626
* Added missing style for buffering element @rafa8626
* Updated references to (Adobe / Apache) Flex SDK in documentation (https://github.com/mediaelement/mediaelement/pull/2287) @isantolin

*4.1.3 (2017/06/06)*

Expand Down
6 changes: 3 additions & 3 deletions docs/guidelines.md
Expand Up @@ -7,7 +7,7 @@
* [A word on `ES6` for Renderers](#es6)
* [CSS](#css)
* [Node.js](#nodejs)
* [Flex SDK](#flex)
* [(Adobe / Apache) Flex SDK](#flex)
* [Building with Grunt](#building)

<a id="development"></a>
Expand Down Expand Up @@ -431,12 +431,12 @@ Since `MediaElement.js` uses [Grunt](http://gruntjs.com/) to compile it, Node.js
Once installed, at the command prompt, type `npm install`, which will download all the necessary tools.

<a id="flex"></a>
## Flex SDK
## (Adobe / Apache) Flex SDK

One of the subtasks involved during the compiling of `MediaElement.js` is the compiling of the Flash files. In order to do it, Flex SDK needs to be installed.

1. Make sure your version of Java is **1.5 or later** since Flex compilers are 32-bit executables and cannot launch 64-bit processes; otherwise, you will receive the error ```This Java instance does not support a 32-bit JVM.Please install the desired version```. For more information about this topic, read [Adobe's JVM Configuration](http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7fd9.html#WS2db454920e96a9e51e63e3d11c0bf5fb32-7ff3).
2. Download the free Flex SDK from http://sourceforge.net/adobe/flexsdk/wiki/Download%20Flex%204.6/
2. Download the free (Flex SDK from http://www.adobe.com/devnet/flex/flex-sdk-download.html or http://flex.apache.org/download-binaries.html
2. Unzip it to a directory on your local machine (eg: ```/usr/local/flex_sdk_4.6```)
3. Create a symlink from the install location to this directory (eg: ```ln -s /usr/local/flex_sdk_4.6 /path/to/mediaelement/src/flash```)
4. If you do not have the required player global swc file (version **10.1**), download it from https://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html and place it inside ```/path/to/flex_sdk_4.6/frameworks/libs/player/10.1/playerglobal.swc```
Expand Down

0 comments on commit e7f5c87

Please sign in to comment.