[AIR/Desktop] StageWebView doesnt load remote URLs when rendermode is direct
Hey there, Im porting an CS6-AIR-App from IOS to Desktop, in the IOS-App, i use rendermode GPU, everything works fine.In the Desktop-App im using renderMode "direct" (no GPU mode selectable in CS6)....
View ArticleVerifyError: Error #1033: Cpool entry 29 is wrong type.
Was having a problem with an AIR project that published without any bugs in CS3 when I tried publishing in CS4.So as a test, I simply created a new AIR file in CS4File-New...Flash File(Adobe AIR)put a...
View ArticleCall Javascript From AIR - Flash
I'm developing an AIR application in Flash that needs to call external javascript functions. Is it possible to call external js functions from AIR (Flash) or call js functions embedded in an html file?...
View ArticleHow to open pdf file in Air Application?
Hi, everybody I trying to open file pdf from my macbook in Air Application, but it's didn't display anything to me.Please help me. I wanna know Adobe Air can open PDF File from Mac or and Window...
View Articleopeneing a pdf with native pdf reader: openwithdefaultapplication
Hello, Wondering if anyone can help on this one. From what I have read AIR for android does not support openwithdefaultapplication. The device I am developing for , the Motorola Xoom does not support...
View Articleopen html's link in system's browser
I need help!!I need open link in System's browser. HTMLLoader has navigateInSystemBrowser property but how do you set this value?. I need a example, please.I don't like open link with...
View Articleinstaller file is damaged
I can't install the .AIR file created by my Flex Builder 3 (SDK 3.5 with AIR SDK 2.5).I compiled my Air project, executed without any trouble (also in debug mode) but when trying to install on my pc...
View ArticleDesktop AIR 2.5 application with transparency and embedded Flash with wmode...
I'm working on a desktop AIR project using the 2.5 SDK (ADT) to create an application that combines html and flash content. My application is using systemChrome none and transparent true. I have an swf...
View ArticleUnable to build valid certificate chain
Hi, I am trying to sign my AIR application using the Code Signing Certificate I got from Apple (iPhone Dev). I have Apple's Root Certificate and my certificate. I installed both and then exported my...
View ArticleTypeError: Error #2007: Parameter listener must be non-null.
I've searched the forums and all over the web and have not found an answer. I don't know why I get this error. It's extremely simple at the moment, starting the app. It was working when I had all...
View Articleload local image display in air app
I am trying to load an image from the local file system, then diplay it in my air window. I don't have any problems getting the file reference from the open file dialog, problem is that I don't know...
View ArticleAIR and PDF showing/silent printing
Is there a way of showing PDF in an AIR application? What about PDF silent printing? Thanks for any ideas.
View ArticleCall Javascript From AIR - Flash
I'm developing an AIR application in Flash that needs to call external javascript functions. Is it possible to call external js functions from AIR (Flash) or call js functions embedded in an html file?...
View ArticleSilent Installation Adobe AIR???
Hi All Please let me know how to install Adobe AIR silently? Do we need to pass commandline argument? If yes, how? Thanks in Advance. Prashanth
View Articleis RTMP on IOS possible?
Is live video streaming and accessing the server sharedObject or calling FMS server functions from client using RTMP protocall with Flex 4.6 (AIR) app for IOS, possible? Any discussion or answer would...
View Articleinvalid application descriptor: descriptor version does not match runtime...
Hi.I have writen a very simple AIR app. Its not really an app just a button on the stage in flex2 as I want to try packaging it up as an air app from the command line. When i use adl to do this i get...
View ArticleCannot install air apps
Hi,I always get the following message tryingt to install an air file on my mac.The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application...
View ArticleReturning list of files in directory not working.
Gidday I'm using the following code to try to put a listing of files in a dir into an array. I created a dir call myDir in the same place as my .swf and .air, and placed a file in it. But I get error...
View ArticleDesktop AIR 2.5 application with transparency and embedded Flash with wmode...
I'm working on a desktop AIR project using the 2.5 SDK (ADT) to create an application that combines html and flash content. My application is using systemChrome none and transparent true. I have an swf...
View ArticleHow to embed SQLite database to Air app?
Now I connect to a database file like this: var dbFile:File = File.applicationStorageDirectory.resolvePath("myDB.db");conn = new...
View Article