Questions tagged [openfl]

For questions relating to the OpenFL software development kit.

OpenFL is a free and open-source software framework and platform for the creation of multi-platform applications and video games.

OpenFL projects are written in the programming language, and may be published as standalone applications for Adobe AIR, Microsoft Windows, macOS, Linux, iOS and Android, or to the web using Adobe Flash and HTML5.

275 questions
0
votes
0 answers

Flash develop "this file has no associated application..."

I find myself trying to learn how to develop in haxe as well as openfl and I am using flash develop as my IDE. However whenever I create a project (which work perfectly fine) and then try to debug it, I get the error "This file has no associated…
A. Wolff
  • 3
  • 2
0
votes
1 answer

custom link parsing in htmlText field haxe

I am currently developing an interactive story using OpenFL and I am currently going through the process of optimising my engine for a C++ output, since that is what my focus will be on. The master branch over on Github has a functional Flash target…
tienery
  • 172
  • 7
0
votes
2 answers

How to add custom variables in haxe templates?

Haxe takes some templates to bin folder when it compiles. It process templates, replacing variables in it ::WIN_WIDTH:: with values 640. It can also take your custom templates like so: