00:00
00:00
Newgrounds Background Image Theme

Someone gifted MetalSlayer69 supporter status!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Converting a FLA. game to HTML with Haxe?

417 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.