I tried:
var image = new ImageModule.Image();
image.src = "data:image/png;base64,[my data here]";
stack.addChild(image);
It seems to cause exception.
Also tried setting .imageSource instead.
Should it work?
If not right now, can you please make that work?
Thanks!! :D
I tried:
It seems to cause exception.
Also tried setting .imageSource instead.
Should it work?
If not right now, can you please make that work?
Thanks!! :D