Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find a way to compile without flash builder #13

Open
increpare opened this issue Jun 8, 2016 · 1 comment
Open

find a way to compile without flash builder #13

increpare opened this issue Jun 8, 2016 · 1 comment

Comments

@increpare
Copy link
Owner

No description provided.

@CliffyA
Copy link

CliffyA commented Dec 6, 2016

Assuming you are running Windows, I didn't have too many troubles building with Flash Develop. I did a clean install, and downloaded the SDKs through Flash Develop and then I could import the .actionScriptProperties file.

I did have some issues with ExternalInterface in the Flash debugger, so I just commented those out for now.

I was able to build the air version as well after copying the com folder in from the main project. And editing Bfxr_AIR-app.xml to point to the correct air version:
<application xmlns="http://ns.adobe.com/air/application/23.0">
If you go to properties on the project it should tell you what version of AIR you are building for.
Also in Bfxr_AIR-app.xml I had to change:
<version&rt;1.3.2</version>
to
<versionNumber>1</versionNumber>

It had some warnings about Java that i fixed by setting JAVA_HOME to point to the 64bit Java runtime (C:\Program Files\Java\jre1.8.0_111), and I had to run FlashDevelop64.exe not the 32bit version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants