Coder Social home page Coder Social logo

Incompatibility with SWF library about nme HOT 4 OPEN

slabgames avatar slabgames commented on September 18, 2024
Incompatibility with SWF library

from nme.

Comments (4)

slabgames avatar slabgames commented on September 18, 2024

How do I change this line of code?

Assets.addLibraryFactory( SWF, function(id) return new format.swf.SWFLibrary(id) );

to

Assets.addLibraryFactory( SWF, function(id) return new swf.SWFLibrary(id) );

from nme.

hughsando avatar hughsando commented on September 18, 2024

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.
Another way would be to put a conditional in the AssetData class to use "swf.SWFLibrary" if swf is defined - which it will be in the case of "-lib swf". This might be better if it it valid to have two different use cases.

from nme.

slabgames avatar slabgames commented on September 18, 2024

Thanks, but it leads me to other errors:

c:\haxetoolkit\haxe\lib\swf/3,0,2/src/swf/SWFLibrary.hx:13: characters 8-33 : Type not found : openfl.utils.AssetLibrary
c:\haxetoolkit\haxe\lib\swf/3,0,2/src/swf/SWFLibrary.hx:14: characters 8-30 : Type not found : openfl.utils.AssetType
c:\haxetoolkit\haxe\lib\swf/3,0,2/src/swf/SWFLibrary.hx:16: characters 8-27 : Type not found : openfl.utils.Future
c:\haxetoolkit\haxe\lib\swf/3,0,2/src/swf/SWFLibrary.hx:17: characters 8-28 : Type not found : openfl.utils.Promise
c:\haxetoolkit\haxe\lib\swf/3,0,2/src/swf/SWFLibrary.hx:27: characters 33-45 : Type not found : AssetLibrary
bin/windows/haxe/nme/AssetData.hx:13: lines 13-25 : ... Defined in this class

from nme.

hughsando avatar hughsando commented on September 18, 2024

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".
It might be that it is mainly the loading that is different, so once you have used the particular method to load the library, the rest is pretty similar.

from nme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.