problem creating air file with missing icon files
Ok, I am trying to create an air file, and getting some errors. First, I am trying to create the air file using: C:\IBM\...\air\notifier>C:\air\sdk\bin\adt -package -storetype pkcs12 -keystore...
View Articleneed help with Error #2044: Unhandled securityError:.
Hi, I am developing an AIR+AJAX app and I am using sockets to connect to the ftp server and just checking whether the app is able to connect to the ftp server successfully, check the user name and...
View ArticleInvalid namespace http://ns.adobe.com/air/application/2.0
I'm porting an AIR1.5 application to AIR2.0, and getting stuck at the first hurdle. adt doesn't seem to recognise the 2.0 namespace. I'm using the latest command line tools to build the application....
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 ArticleOpenning a native web browser on Air desktop app
I have developed an desktop air app with aptana studio.i want to attach a google adsense banner into my air app.but i got a problem that air app doesn't open a native webrowser. How can app open a...
View ArticleWhere can I download Flash Builder 4.5.1 for Mac now?
I upgraded my Flash builder from 4.5.1 to 4.6. But I want to switch back to 4.5.1 now. Does anyone know where I can download the old version of Flash builder? Thanks
View ArticleKinetic Scrolling, TabBar & other native features like animations
Hi,I'm considering building a mobile app with AIR, but there are still some things I need to know. 1. Kinetic & Elastic Scrolling (also elastic)Is this already build-in, or how can it be made using...
View ArticleHow to Set cookie in AIR with HTML/Javascript
Can someone explain or post example code as to how I can go about setting a cookie in AIR using HTML and Javascript?I have an AIR app that requires the user to login on a form that lives in a...
View ArticleEquivalent of JavaScript alert in Flash CS3/Air?
Is there a function/class to easily emulate this behavior? Alert.show() is Flex only, yes? (and the Alert class from Actionscript 2 not directly available in CS3?)Many thanks.
View Article.air is just a zip file with clear source inside
Hey,I just noticed something very strange. I have a packaged, signed "myapp.air" file on my web server. When I use my browser, to open a direct link to the "http://mysite.com/myapp.air" file, it...
View ArticleSigning with p12 certificate from client
Hy there Our client provided us with a p12 format certificate and a password for signing AIR Applications. When I tried to sign the application in question with the certificate I got the following...
View ArticleUnable to build a valid certificate chain for the signer
Updating an AIR application after a few years and needed a new signing certificate which I purchased from Comodo. Imported it successfully into Keychain Access and exported it as a pfx file. When I...
View ArticleThawte Certificate cannot be used to sign Setup.msi
HI All, Could you please help me in resolving this issue with Thawte certificate. I exported the AIR file using the Thawte certificate, but when i use the ADT command to package it into exe(for ex :...
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 ArticleHow to check the AIR runtime version?
How can I check the AIR runtime version that is currently installed on the machine?Is there a properties file stored in the "Documents and Settings" Folder or something like that?Thanks in advance!Maik
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 ArticleHow to add icons in native menu with text
Hello Guys Can Anybody guides me how to add icon in nativemenu system tray.Actually i am making a simple application in adobe air and use minimizing the application into system tray.On...
View ArticleBring application to systray automatically on computer start ?
Hello friends, i have a problem i know how to put application to systemtray on close button click and minimize click.. but i want my application in systemtray automatically on computer restart...
View ArticleDetect window closing event in AIR application
How do I detect the window closing event in an AIR app? Tried the following.deactivate and windowDeactivate events in the WindowedApplication tag.addEventListener(Event.CLOSING,...
View Articleadt.bat Could not generate timestamp: Cannot parse the response
I am using the command line to build an air app as follows:adt.bat -package -storetype pkcs12 -keystore mycert.pfx -storepass xxx -tsahttp://timestamp.verisign.com/scripts/timstamp.dll myApp.air...
View Article