javascript - Haxe JS Deploying -


i'm making game via haxe+openfl, targeting html5. every time test application, localhost server starts , can visit localhost:2000 test game. wonder how can publish app other people got file(s) launch too, without running through flashdevelop

selecting different target allows packaging executable easiest. openfl officially supports adobe air, example. if must deliver files html5, in cases browser allow open index.html directly. option bundle using nw.js or similar tool.


Comments