0
votes
2answers
50 views

Imposible to build an android version of my project with nme, haxe and flashdevelop

I’m trying to compile my nme project for android, but until this moment it has been impossible for me. The error message that I’m getting is Running process: C:\Program Files ...
0
votes
1answer
41 views

Resize a Sprite image in Haxe?

I am developing a small game using Haxe and box2d. I am rescaling the player body which is a sphere, while the player is in contact with a particular object, but I am trying to scale the image as I ...
0
votes
2answers
77 views

Haxe Flixel Trace

Day one Haxe Flixel Coder. Stupid error, but Google isn't helping me. How do I trace to FlashDevelop output using Haxe, NME and Flixel. It works when executing using C++, but nothing for Flash! I've ...
0
votes
1answer
251 views

Haxe NME project with Android target fails to deploy: Activity class does not exist

I created an NME project in FlashDevelop, in the Main.hx I loaded a Bitmap then clicked on the build button with android as target. The build successfully finishes but then I get the following error: ...
0
votes
1answer
49 views

Why onMouseUp is not fired?

I tried a simple example for createjs, yet, the onMouseUp event is not fired, what would be the reason? Here is the example I tried
1
vote
1answer
163 views

another '“java.exe”' is not recognized as an internal or external command

As I have been struggling with this over two hours, I am desperately posting this question, When I try to build a NME project in FlashDevelop, I get this error: Running process: C:\Program Files ...
2
votes
1answer
393 views

nme haxe, unable to build on android platform with flashdevelop

i'm just getting to know nme haxe developing, i'm currently using flashdevelop. I have a problem when building a sample app (piratepig) under android platform : lots of "no such file or directory". ...
0
votes
1answer
109 views

Uncaught ReferenceError: createjs is not defined

I have installed externs for createjs libraries: haxelib install createjs I added the createjs library to compile file: -main com.ketab.createjs_js_js.Main -cp src -lib createjs -js bin/m.js And ...
0
votes
1answer
156 views

'cp' is not recognized as an internal or external command

I tried to run a project using custom build in FlashDevelop: $(CompilerPath)\haxe.exe $(ProjectDir)\compile-js.hxml , but I get this error: 'cp' is not recognized as an internal or external ...
1
vote
0answers
438 views

Can't install the resulted apk file

After long hours, I finally compiled the Haxe code targeting android using FlashDevelop. I copied the bin folder, which contains the apk file to my phone, when I tap the apk file, the "Do you want to ...
0
votes
2answers
620 views

Installing Flashdevelop dark color scheme for using with Haxe?

I downloaded bunch of nice looking FD schemes for AS3. It seems like there are no nice ready made Haxe schemes for FD. As I understand one can use the As3 scheme in FD for Haxe but I am so far unable ...
1
vote
0answers
149 views

Haxe AS3 target, FlashDevelop: embed and use normal, bold and italic style of the same font

Any suggestion how to embed the proper way bold, italic and normal style of a font? I want to use it in a TextField.htmlText, with the proper html tag, but not working - only the regular font shows ...
0
votes
1answer
142 views

One haxe project for both flash and actionscript export

I ask trepidatiously as there is probably a simple obvious solution somewhere, but given that haxe has conditional statements to allow for compiling to multiple environments, how is it that you make a ...
0
votes
1answer
307 views

createjs + HaXe -> Uncaught ReferenceError: createjs is not defined

After a successfull compile of: http://nickalie.com/posts/67 , when I try to see it in the browser, I get a Uncaught ReferenceError: createjs is not defined right here (on the resulting compiled ...
0
votes
2answers
65 views

Flambe Could not find 'closure.jar'

I'm trying to use Flambe with Haxe in FlashDevelop, and when building I get an error: Could not find 'closure.jar' Anyone any idea why this is? My Haxe is properly installed, and I followed the ...
3
votes
3answers
580 views

FlashDevelop, Haxe import CreateJS?

I just started trying out Haxe to make a web-app, and I would like to use CreateJS, which has a Haxe extern lib thingy. I'm using FlashDevelop as my IDE. So I created a new Haxe JS project in ...
1
vote
1answer
213 views

Flashdevelop for webgl with haxe & stdjs

I am currently trying to get an instance of the WebGL context in HaXeJS using FlashDevelop. I would like to use the stdjs library. I have imported the dependencies using haxelib with: haxelib git ...
0
votes
1answer
143 views

How to use swfmill with FlashDevelop to put images

I'm a beginner in haxe and flash apps and I was trying to follow this tutorial. http://blog.neurotoxic.org/post/2009/01/13/first I understand that Flashdevelop when previewing the project would use ...
2
votes
1answer
206 views

Can we create Air Mobile apps with Haxe in flashdevelop?

i was wondering if Mobile air apps can be created with haxe 2.10 in flashdevelop 4.0.4 RTM? note: not using NME thanks
2
votes
2answers
389 views

FlashDevelop — Specify an HXML file?

[a continuation of this question] In order to embed resources in a SWF file, I have to add lines to my HXML file. However, since I'm using FlashDevelop, I don't know where to find that. Where should ...
2
votes
1answer
573 views

FlashDevelop + haxe — use an embedded font

I've added my TTF file to my HaXe project, and it appears to be embedded into the swf, but i have no clue how to get any of my TextFields to use it. How can i do that? Update: I have a project set up ...
2
votes
2answers
301 views

Flashdevelop + haxe — repeated “An I/O error has occured” errors

I'm getting small dialog boxes that pop up saying I/O Error occurred. What causes this, and how should I fix this? Edit: what happens is that after i run my flash game, FlashDevelop will try to ...
0
votes
2answers
3k views

How to embed and display a png with FlashDevelop, Haxe and Swfmill

I am having trouble getting a png file to display in a simple Flash application I am building using Haxe and FlashDevelop. Step taken Added the png file to my project. Added the png to the library ...