I am using Flash Builder Creative Cloud (4.7) with Actionscript Project. The project uses AIR SDK 3.4. I am using Starling framework to complete a tutorial for learning. I set up Starling correctly per tutorial. However, when I use this test code from
http://wiki.starling-framework.org/manual/startup_code
I get 53 error messages. The 53 error messages do not appear until I create the Game class. I have changed html file as stated by tutorial to "params.wmode = "direct". I also changed my web browser in the IDE settings to work from Firefox. I do not get any error messages directed from Firefox due to flash errors. So I do not believe it is an issue from not installing the debugger from adobe.
This site (http://wiki.starling-framework.org/manual/startup_code) also states that I should do this:
"If we're talking about an AIR project, you will need to edit the AIR application descriptor, which is probably called “Project-app.xml” or similar, depending on your project name. Find and update the “renderMode” XML tag (which might be commented out) to the value “direct”."
Find this: </renderMode> -->
Replace with this: direct
I am also unsure where to find “Project-app.xml” and replace as the above directions state. This is the only other step I have not tried in my troubleshooting.
I am unsure what is causing the 53 error messages when I run the simple test program.
Some of the 53 errors state this: Access of possibly undefined property backBufferHeight through a reference with static type Context3D. Painter.as /Spacer/code/starling/rendering line 126 Flex Problem
Others state this:
Call to a possibly undefined method insertAt through a reference with static type Vector.. DisplayObjectContainer.as /Spacer/code/starling/display line 238 Flex Problem
.