Packaging a folder using relative paths
This should be a no-brainer. Multiple devs working on an AIR iOS project. We need to include a bunch of files in the IPA for later runtime loading. The AIR for iOS > General > Included Files...
View Articleair 20.0.0.233 ios invalid signature error
Hi, I get an error from itunnesconnect by an email like this: Invalid Signature - Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a...
View ArticleAny way to load PDF file in Adobe Air for Android Flash as3
Hi, Is there any way to load PDF file in Adobe Air for Android? Thanks in advance
View ArticleHow do we get our OSX 64-bit ANE working with Air 20.0?
We have customers who typically install Air when they install our Native Installer based Air application with and ANE that does some key things. As a result we get customers who need an Adobe Air 20...
View ArticleError: What is the difference between and ? I'm getting an error creating an...
I am getting the following error when I attempt to create an ipa file: In my xml descriptor file I have two "version" tags: <versionNumber>1.0</versionNumber> (This seems like it was...
View ArticleRequesting help with Game related bug in AIR
If you (like me) want to make high performance games with sharp pixelated graphics for mobile devices please vote for this bugfix/enhancement!https://bugbase.adobe.com/index.cfm?event=bug&id=4105286
View ArticleStageWebView does not move when window is moved
Using Flash Builder 4.7, air version 20.0 I moved from HTMLLoader to StageWebView to get better HTML rendering. webView is created as follows on creationComplete. The window has no chrome. webView =...
View ArticleAm i able to leave the Beta Entitlements in the XML descriptor for final...
Am i able to leave the Beta Entitlements in the XML descriptor for final store submission?That way I don't have to change version numbers on the last build tested... Very curious, or is this something...
View ArticleWhy take time to start installing exe file? (sized-> 600 mb,published from...
Hi,I published exe file from Adobe flash cc using Air for Desktop.exe file contains 31 numbers of file.when user click on exe,after around 2 minutes ,open "Application Install" dialog..Can you please...
View ArticleMultiple Audio Outputs - Multiple Room Media Playback - Choose Audio Playback...
Hi, I've been tasked with building an Audio/Video player using Adobe Air that can send either Video, Audio, or Both to separate rooms. Accessing the screens is quite easy using the Screens class. So,...
View ArticleStageText - text Size
Hello, I am seeking a way to measure the width of the text in a StageText.I tried using a TextField invisible, but it is not very accurate if I put the emotion. Solution? Idea?I'm stuck for days.
View ArticleAdobe AIR 20 , out of memory on ByteArray/inflate()
Hi Guys, We just upgrade our app to Adobe AIR 20 and started getting Out Of Memory errors but the strange part is that Game runs perfectly fine on Adobe AIR 19 and the game is no where near the memory...
View Articlecreate links in AS3 with PHP
I've got this code that retrieve data from my SQL Data Base into my AS3 code.My table (data base) has this rows : "id", "title", "price", "information", "mail". In my AS3 code I loaded "title". Php...
View ArticleAS3 Forums Library
Hello Community, does anyone know of an AS3 library that can be used to add forums functions to a project? Maybe bundled with a backend library, or as a project for an open source forums engine? We...
View ArticleIssues with Air 20 Testing, Child SWF's root Sprite can't be unloaded.
Hi all,I got a problem.when I set applicationDomain = ApplicationDomain.currentDomain to loader.And The child SWF's root Sprite had a Class,but parent SWF without this Class.Do Repeat reloading and...
View ArticleERROR ITMS-90046: Invalid Code Signing Entitlements - What's the problem here?
I am attempting to upload an ipa file to the App store (apple) through Application Loader and I'm getting the following error: ERROR: ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your...
View ArticleAdobe Air Fortumo ANE (Nook Devices)... in search of!
Hello all, Is there a known Fortumo ANE for Nook apps? I've been looking on and off for a while and it doesn't seem to be a thing; at least one that has continued support/updates. It should be a...
View Article128kbps MP3 sound channel bug
Hi, I was wondering if anyone has run into this? It's referenced around the web in a number of old posts. Basically with MP3s of 128kpbs or lower, the sound channel doesn't seem to compute the sound...
View ArticleMissing Beta Entitlement - Where can I find this?
I am attempting to test a file in TestFlight. I managed to upload the ipa file however, when I try to add the file to TestFlight for an internal tester the option to add the app is not available. When...
View ArticleHow can I display only a certain numbers of items contain in an Array?
I've got this code in AS3 var products:Array; var list:Sprite = new Sprite(); function complete(e:Event):void { addChild(list); products = JSON.parse(loader5.data) as Array; for(var i:int = 0, l:int =...
View Article