Adobe AIR and WebGL with PIXI using HTMLLoader
Hello,
I'm trying to see if its possible to make use of WebGL with an html page in AIR. I'm loading through the HTMLLoader class. So far all I can see is a white box. I get the following errors:
SyntaxError: Parse error
app:/HTML5Game/pixi.js : 4442
ReferenceError: Can't find variable: PIXI
I am currently using PIXI, i just want to make sure its possible before i go down the rabbit whole of trying to figure out the parse error.
