I've made the big mistake of trying to get comfy with two new technologies at once. I'm getting used to creating projects in IntelliJ and also want to play around with Starling framework.
I've had a hard time getting my project to even compile the most basic stuff, possibly because I am trying to use the AIR 3.2 capabilities for mobile? Even though I've linked all the swcs I can find (playerglobal.swc, etc), I keep getting something like "flash.display.Sprite not found"..
Has anyone successfully used IntelliJ 11.1, Flex 4.6, AIR 3.2 and Starling to set up a project and get anything compiled? If so, do you remember the steps you took to set up your project? How do you overlay AIR 3.2 into Flexd 4.6 for use with Starling?
thanks,
B
PS Starling rocks! It brings Flash back into focus with a clean modern API. I especially support getting rid of all the redundant and confusing baggage that's been carried along for so long, with the legacy Flash displayList. Good riddance.