How to open a PDF File from a ByteArray
Hi, Fellows, I'm having the following problem: I have put a PDF file inside a BLOB field in a table in my SQLite database. And I can retrieve it from this database without any problem, receiving...
View ArticleHow do I uninstall Air on Ubuntu?
Hello everyone, I recently started playing Dofus and well Air seems to glitch lots and bug in and out for some reason. I get connection issues to the internet and losses in frame rates every few...
View ArticleAIR File is damaged
Hello, It's incredible that so many people have this problem in different circumstances and operating systems and there is no definite answer to this problem. I get the classic message: "Sorry, an...
View ArticlePackaging an AIR application in a native installer
Hi! I'm trying to create a native installer of my AIR Application, because (I think) it's the only way make the native processes working. But I have a problem: I used the following command to pack:...
View ArticleSupport system tray icon of Air application
Hi All,I developed a widget with flash builder 4 and I exported all the project in AIR application. Then, I packaged AIR application in .exe file for Windows, and dmg file for MAC. My application works...
View ArticleWhat are naip.exe/nais.exe for?
I just downloaded the AdobeAIRSDK, but don't know what's lib\nai for at all,anyone knows?
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 ArticleProblem packaging AIR app with NativeProcess support!?
My AIR packaged AIR app doent work with NativeProcesswhen I package it like <supportedProfiles>extendedDesktop desktop<supportedProfiles>or<supportedProfiles>desktop...
View ArticleNative Process and Fullscreen Air Application
Hi,I have an air application that runs in fullscreen mode. Somewhere in this application is a moment that a vlc component is generated (through native process). At this exact moment (and during the...
View ArticleHow to get Current Location in a Android Emulator using Flex
Hi In the following code I am able to plot the Location using Latitude and Longitude but the requirement isin an Android Emulator on launch of the application I need google map to display the users...
View Articleadl.exe crashes on Flash CS4(air project) on test movie
Hello, I am using Flash CS4 and AIR version 2.7 and when testing movie within flash(AIR project) I get this adl.exe crash, most of the times which is annoying.Any advice? The crash is below: Problem...
View Articlefont embedding not working correctly on Samsung Smart TV
I am trying to embed 'GillSansStd' font for Samsung smart TV flash application. It looks good on local build and Samsung emulator. But when the application is deployed on Samsung smart TV, text gets...
View ArticleBitmapData.draw tooo slow in AIR
Hi, I am getting an strange behaviour when doing a BitmapData.draw, when I publish to Flash Player plugin it takes 1ms to scale down a big image but if I publish the same code as AIR Desktop it takes...
View ArticleDisplay stage webview on new screen/stage or frame when button clicked
I'm trying to get Stagewebview to show on a new stage when a button is clicked. Right now it just shows on the same stage becuase code is this.stage. Also, when it shows up on the new page I want to...
View Articlefullscreen AIR app on windows 8 - disable charm right bar?
Hi, I've been using the Flash platform for a long time to create kiosk-like applications. Until now they have been working great, but the new windows 8 running on touch computers seems a nighmare. It...
View ArticleAir + Twitter - Wich API ?
Hi i wanna make an App that uses twitter... So the question ist, what API is the best? The offical API doesn't have any Documentation (or?), swfjunkie doesn't still work with Air, but with Flash/Flex...
View Articleerror downloading the update. Error# 16824
Hi,I am getting an error numbered 16824 every time I execute my application with an old version and when I click Download now. I get an error number 16824. I have checked the app file, the update file...
View Articleadt package fails on Linux w/no information
Hi, I have a project setup and am building native installers happily on both Win7 and Mac OS X using ant and flexTasks.jar. The Flex SDK version is 4.1.0.16076 adt version "2.0.2.12610" When I run the...
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 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