At 1/8/15 12:12 AM, 4urentertainment wrote:
Sounds pretty awesome. You can publish to new platforms with Flash, and if it's not natively support, you can code it yourself!
Requires the Flash IDE, doesn't look like there's any other support available.
So AIR's NativeWindow seems to screw something up in either URLLoaders or BitmapData. I'm guessing URLLoaders.
It's weird, when I load an image into BMD in the main window is displays fine, but when I load that same image with the same code in a different window it comes up as an empty BMD.
However, if I load the BMD in the main window and then use it in a different window that's also fine.
What's even stranger is there's no errors that I can find, so the file being misplaced isn't in question (even checked the path)