-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with SWF library #697
Comments
How do I change this line of code?
to
|
You could create a file format/swf/SWFLibrary.hx with a typedef in it, like: package format.swf;
typedef SWFLibrary = swf.SWFLibrary; but I'm not sure what the "correct" answer is. |
Thanks, but it leads me to other errors:
|
Yes, looks like that library is too closely tied to openfl. You could try using the format.swf library, but I suspect the api will be different. Other options would be porting the swf library to nme, or wrapping swf, format.swf or gm2d.swf in a "loader class". |
Haxe 4.2.2
NME github source
SWF 3.0.2
I got this error message when building my game:
The text was updated successfully, but these errors were encountered: