00:00
00:00
Newgrounds Background Image Theme
Upgrade Your Account!

HO HO HOPE you become a Newgrounds Supporter this year!

We're working hard to give you the best site possible, but we have bills to pay and community support is vital to keep things going and growing. Thank you for considering!

Become a Supporter so NG can see another Christmas!

Converting a FLA. game to HTML with Haxe?

517 Views | 1 Reply
New Topic Respond to this Topic

So I just finished reworking on one of my old games so that it looks good as new. Is there a way for me to take the .fla and turn it into an html with something like Haxe? I'm not so versed with coding so I wouldn't really know what I'm doing. Or maybe can someone guide me through this?

Response to Converting a FLA. game to HTML with Haxe? 2023-05-23 19:16:56


At 5/22/23 08:27 PM, RangoAnimations wrote:So I just finished reworking on one of my old games so that it looks good as new. Is there a way for me to take the .fla and turn it into an html with something like Haxe? I'm not so versed with coding so I wouldn't really know what I'm doing. Or maybe can someone guide me through this?


The closest you could get is using Haxe+OpenFL, exporting all your movieclips and stuff, writing a bit of pure code, and crossing your fingers that it works smoothly. Probably, you'd have to export all art from the FLA, rewrite the whole game in Haxe using OpenFL/Flixel/etc, and then use the art as art and not movieclips with attached scripts.


If it's AS2, this site uses Ruffle to run them which seems to be going pretty well. It has limited AS3 support though.