Hello,
We have a SWF file created with Haxe that needs to be loaded by a 3rd party wrapper written in AS3.
The Main class in our Haxe SWF needs to be written to an interface defined in AS3.
I've tried creating a Haxe extern version of this AS3 interface using --gen-hx-classes, but this fails at runtime
TypeError: Error #1034: Type Coercion failed: cannot convert boot_9ced@b5c10b1 to IMyAS3Interface
I get the same error if I remove the extern keyword from my Haxe version of the interface
Does anyone know a way around this, please?
Thanks for any help,
James