Haxelib swf not up to date?

Hello,
while trying to port an old flash project to Haxe i installed the swf haxelib.
But when building I ran into:

Custom property accessor is no longer supported, please use `get`

multiple times as well as

 String should be flash.display.xxx

Is the swf library not up to date or is this a different issue?

Thanks

swf lib has been merged to openfl lib long time ago, so don’t use it.

ah, I see.
So i guess I followed some older tutorials.

You can still use swf format and follow the tutorials, just skip the swf lib install :slight_smile: