load local SWF files, security sandbox, stage access HELP!!!!
I have many SWF files that do the following: - reference the stage - load in external swfs and FLVs and XMLs It seems that for the most part loading them in VIA the Loader Class (AS3 not Flex)...
View ArticleAIR 2.0 SDK installed but Flash Builder still giving error "NetworkInterface...
Hi there, I am trying to retrieve the users MAC address to implement an authorization process on a AIR application. I have read that this is possible with the latest version of the AIR SDK (2.0). I am...
View Articleair 3.3 and Mac app store?
The release notes for Air 3.3 suggest that you can package for the Mac (desktop) app store but I cant find any documentation on how this is achieved? Has any one done this?
View Articlefile for native process execution using environment variables
Hi. I'm using the native process api in my air program. Since this does not support the starting of batch files directly, i have to start the cmd.exe instead and inside this, my batch file. This...
View ArticleApple Mac OS X - Menu bar icon integration
Hi all, I am trying to figure out if Adobe AIR is a good solution for me since I am creating an app which should be compatible with multple platforms and in order to save development time, AIR could be...
View Articleinvalid application descriptor: Unknown namespace
I'm wanting to learn adobe air, so I can leverage my HTML/JavaScript skills in desktop development, but I've hit a snag just trying to get the sample HelloWorld app to run. I'm getting the following...
View ArticleLandscape Orientation - autoOrients Problem
I am creating an iOS app that will work only in landscape orientation. iPad apps that require an orientation must support both variants of that orientation.I have these lines in my descriptor...
View ArticleDynamic images do not show on AIR app.
Hello, I am building an air app, which includes an XML with text and images.Although the text/links and all the html tags work, images do not. How do I fix this?I didn't find any option in publish...
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 ArticlePackage Java ANE file for desktop
Hi! I'm trying to package an ANE file for desktop and am almost bald now :/. I just made an HelloWorld extension with a simple "sayHello" method that simply returns the string "Hello World".I made a...
View ArticlePackaging ipa not working any more with AIR 3.3
Hello, I use a custom ANE that worked without any problems on AIR 3.0, 3.1 and 3.2. Since I updated the ipa doesn't even compile any more. I get the following output on the command line on Windows and...
View ArticlePortable AIR
There are a few AIR apps I love, but I'd really like a way to be able to transport the apps and settings across multiple computers. I've got a USB that's full of portable .exe apps that I use, but I...
View ArticleIs AIR Backward compatible?
Hello,Let say a user had AIR 1.0 installed and was running apps built with AIR 1.0 SDK. The user then later upgrades to AIR 1.5 or maybe version 2.0. Will the 1.0 app still work?If not then I think we...
View ArticleAir Rename File
Ok before I start this one may be so obvious but I just can't find a simple way of doing it.I just need to know if there is a command, i assume in File, to rename a file? I can delete, copy, move etc...
View ArticleHow 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 ArticleAir Javascript Save Binary File
I'm trying to download and save binary file to the local disk. I've spent all morning trying to get this to work bu am stumped function saveFile(outData) { try {...
View ArticleHow do I get rid of an Adobe Air pop up?
I installed Adobe Air in June. Recently, out of the blue, when I try to play iplayer content, I get a pop up saying there was a problem installing Adobe Air and telling me to go to the website and...
View ArticleSilent installation of Adobe AIR apps in exe format.
Before upgrading to the 2.0 SDK, AIR application had a .air extension and I used the following command to install it silently: "C:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR...
View ArticleFlash AS3 Loader URLs
I have an application I am converting from Flash AS3 that uses the Loader class to load swfs and other files. It is currently using relative paths like "../swfs/game.swf", but these give a URL not...
View ArticleHow do I make a working runtime bundled installer?
I am trying to make an installer that bundles my application AIR file with the AIR runtime installer. I've looked at the instructions on the web, but they seem to be missing some details. I have tried...
View Article