Thursday, July 17, 2014

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:
  1. Increase the flash player version accordingly: <set name="SWF_VERSION" value="11.8" />
  2. 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.
     


No comments:

Post a Comment