Help with setting up haXe? :-)
Can somebody please help me setup haXe? Their website is http://www.haXe.org/ I've downloaded the required files but don't understand how to set it up. ...
Can somebody please help me setup haXe? Their website is http://www.haXe.org/ I've downloaded the required files but don't understand how to set it up. ...
Hello, I've been instructed to download and install FlashDevelop and it seems fine but I don't know how to generate exe files when writing programs in haXe. I try to Build or Run the project in FlashDevelop BUT it just doesn't do anything. Can anybody please advise me on how to do this? Thank you ...
For people out there using HaXe, what makes it useful for you? Reading the website it looks very promising. Does it provide significant portability? What are some real world and perhaps under appreciated advantages? What are the pitfalls or gotchas? ...
Are there any reliable debuggers for Haxe out there, in an ActionScript 3 context, and do they support breakpoints, conditional breakpoints, watches, locals and stacks? ...
I have swf file with some graphics I need to use in my haxe(future compiled to swf too) program. There is no problem with embedding pictures by swfmill, so i tried to disassemble the swf with swfmill and found some entries like DefineSprite and DefineShape which have objectID's. Is it possible to attach these elements from haxe using th...
In summary, I think my question is this: How can I force hxcpp to compile haxe code for Flash 8 ? Here's where I'm at. I'm new to haxe, and am trying to get a sample from here: http://tilestudio.sourceforge.net/flash/Demo.html to compile using hxcpp, in my tests to see how haxe compiled apps work on the iphone. I've gotten other sam...
Hi, I have already investigated. I found nme,neash...Physaxe Do you know others? ...
Hi, I'm just beginning to look at the HaXe language, primarily for flash development, but once I'd seen what Neko can do, also the desktop and web server side of things too. I sort of have my head around the flash side of things - just need to play with it a bit more, but I'm a bit lost when it comes to creating an MVC web site with i...
Hey, I am very new to Flash and Actionscript. I am trying to simply play an FLV file. I have the following: import flash.MovieClip; import flash.Video; import flash.NetConnection; import flash.NetStream; class Program { private var container_mc : MovieClip; private var video_mc : Video; public function new() { var mc : flash.M...
Hey everyone, It is very difficult to find good resources for Haxe information so I am hoping someone out there can help me. I have an FLV movie in the same directory as the SWF I am generating. I cannot get the FLV to play. I can get this working in AS but I need to know what I am doing wrong in my Haxe code. Hope someone can help. ...
Is there a simple way to have a preloader that just traces the percentage and then goes on to the main game? Just as simple as possible, so that I can add in the progress bar/logo animation after. I tried the thing at mindless-labs, but its really complicated, it seems kind of hackerish, I don't really understand what it's doing and it u...
I was wondering if there is any standard practice in using components in Haxe. Searched the google and find very little on it. Apparently people ten to use ASWing and other third-party solutions. I am mostly intersted in modyfing the components appearance in Flash (CS4) than pulling an swf file which I could include in swf-lib. Right no...
Hello. It is possible to enabled hardware optimization (wmode) from haxe? ...
Is there any debugger for Flashdevelop haxe as3? ...
I am just starting out with haXe development, and wanted to give the PHP side a go, but am already a little confused. What is the best way to save some form data to XML files in a folder on a server with haXe compiled to PHP? ...
I have an 2D image that I want to draw in true 3D, and spin around its centre. I'm using Actionscript 3 code (actually Haxe, no IDE), and I'm struggling to discover the values by experimentation. I have a DisplayObject. If I use rotateZ = 45, the object rotates around it's top-left, rather than centre; more complicated Display.transfo...
There are many dynamic languages that target Sun's JVM (Groovy, Scala, Jython, Jruby etc) and I was sure there are many that target Adobe's AVM as well. But I was surprised to find only haXe do something similiar. related question on this site I think the eclipse e4 SWT project doesn't compile to ABC (ActionScript Byte Code) directly, ...
In Firefox 3, all the mouseWheel events in my haXe/Flash app are firing twice. This only seems to happen in the Windows version of Firefox; it doesn't happen in IE or Opera, and it doesn't happen in Linux. Is this a known issue, or could I be doing something wrong? Is there a workaround that doesn't involve something crazy like checki...
I'm having some trouble getting Haxe to play audio files in Flash 8. At the top of my hx file, I have: import flash.MovieClip; import flash.Sound; and, within the class itself, I preload a lot of image files along with the names of the audio files. The idea is to do a slideshow with audio content. Basically, display the first slide ...
I want to create a WP plugin with use of WP DB tables and costume ones, Ajax requests Rss feeds reading and writing and media storing and Google maps. Such a crazy plugin it will be... So Haxe PHP or normal PHP - what language is better for creating Plugins for WordPress? BTW books blog articles and docs are appreciated as proofs for ...