I开发者_运维百科\'m porting my AIR app to iOS. There\'re numerous articles/tutorials on how to pack an AIR app. Still I can\'t catch do I need an iPad to debug my app? You will need an iPad to be able
I am trying to have two guestures on a SpriteVisualElement which I thought should be pretty simple implemented:
i\'m a newbie in Flex/Air. I\'m developing an AIR web browser and i want to use a virtual keyboard to write in the HTML pages.
I\'m working in Actionscript in Adobe Air, and I want to get a dev开发者_开发百科ice\'s model name, such as \'EVO\' or \'DROID X\'. Has anyone been able to do this? Thanks.Capabilities.os and Capabili
I\'m building an AIR application with Flash Builder 4. in the application descriptor I set the minimum AIR version to 3.0
As in Java I want to know if my reference is declared as Interface. function foo(classRef:Class){ if(cla开发者_运维知识库ssRef.isInterface(){
I\'m trying to connect an AIR application to socket.io, it\'s just not working. This is my code: <?xml version=\"1.0\" encoding=\"utf-8\"?>
I want to interact with a .jar-file in my AIR-project. I am using the NativeProcess feature in AIR2 for this, but it seems like I can\'t just define \'myJavaFile.jar\' as the executable.
I need to know how to target a particular screen resolution, I\'ve created an app that is best viewed only on a display with a resolution of 102开发者_如何学JAVA4x600. Anyone knows what attributes i n
Below is a MXML code built from Flash Builder 4.5 with AIR SDK 3.0. Using Starling framework to create 2D animation and wonder how do I call a addText function without create a new instance of Game?