Cannot build for Flash

Monkey Targets Forums/Flash/Cannot build for Flash

vinion(Posted 2014) [#1]
Hello

I just purchased Monkey X Pro and I am not able to build apps for Flash.
The targets list has only Glfw, HTML5, Windows 8, Windows 8 Phone and XNA.

Is there something I should do to be able to build apps for Flash ?

Thank you


dawlane(Posted 2014) [#2]
Have you downloaded the flex sdk from Adobe? http://www.adobe.com/devnet/flex/flex-sdk-download.html
If you have. Make a directory named flex_sdk_4.6 (or whatever the latest version is) and extract the files. You then need to edit FLEX_PATH to that location in one of the following files config.winnt.txt, config.linux.txt, config.macos.txt that are located in the MonkeyPro bin directory.
If I remember you also need to install the Oracle JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html and set the JDK_PATH in the same files.

Edit: And make sure that your system has the flashplayer plugin install for your web browser.


vinion(Posted 2014) [#3]
Thank for your help dawlane :)
It works now