Hi, I'm wondering if starling is compatible with a flex project. I've managed to follow the beginning tutorial and get it to work if I make an actionscript project. But I've tried integrating it with a flex project, and I only get a white screen. I do see the following output in my console.
[Starling] Initialization complete.
[Starling] Display Driver:OpenGL (Direct blitting)
I've also tried compiling the working Actionscript Project into a swf, and then loading it into the Flex Project and adding it to the screen, and I still see nothing but white, although I still see the above console output. Is this supported?