VerifyError: Error #1014: Class flash.ui::GameInput could not be found.
https://github.com/HaxeFlixel/flixel/issues/901
Answer:
Yeah.. I expect we're gonna get this a lot from now on.
We added flash gamepad support, which requires flash player version 11.8+. So there are two things you can do:
Increase the flash player version accordingly: <set name="SWF_VERSION" value="11.8" />
Disable gamepads on flash: <haxedef name="FLX_NO_GAMEPAD" if="flash"
Hopefully I don't run into this problem because I will be converting my old as3 code base to haxe.
We added flash gamepad support, which requires flash player version 11.8+. So there are two things you can do:
<set name="SWF_VERSION" value="11.8" />
<haxedef name="FLX_NO_GAMEPAD" if="flash"
Hopefully I don't run into this problem because I will be converting my old as3 code base to haxe.