I’m getting messages such as 1044: interface method applyImageData in interface IImage not implemented by class BinaryImage
When I look at IImage I see
COMPILE::JS
function applyImageData(binaryDataAsString:String):void;
So it looks like the FB compiler ignores the fact that It’s a JS only method
and expected swf implementers to implement it as well.
