Can OpenFL, Haxe or HaxeFlixel support GameSparks?

Hey guys,

I intend on including multiplayer functionality for my game and I have found a solution that fits my needs:

http://www.gamesparks.com/product/

It includes an ActionScript SDK but I was wondering if it is possible to make this compatible with OpenFL or HAXE by any chance since OpenFL is based on Actionscript (or my assumptions may be skewed…)

Here is the doc that explains setting up with the AS SDK:

https://docs.gamesparks.net/sdk/actionscript-sdk-setup

If you’re targeting Flash, then you should be able to use it as-is. Import the SWC using the <swf /> tag in project.xml, and then follow their instructions.

Otherwise, you’ll have to download the source and convert it. as3hx will help with this conversion, but it won’t do everything and there will may be bugs to fix.

thank you for this reply :slight_smile: