Join a global community of Adobe Air users and developers.
Recently active
I am trying to install adobe air version 15 on my Toshiba laptop with Windows 7. When installation starts the Adobe AIR Setup screen freezes and installation does not complete. I cancelled the install, but the Adobe AIR Setup screen persists and just says "Cancelling". Trying to upgrade AIR as have been having issues with Windows 7 after installing th 2014 Jaqui Lawson Advent calendar. (Windows will not shut down using Shutdown button, and Ctrl-Alt-Del does not bring up task manager anymore). Here is my Adobe Air Install Log:[2014-10-16:18:48:33] Clearing unused background update directory[2014-10-16:18:48:34] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update[2014-10-16:18:48:34] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background[2014-10-16:18:48:34] Begin Background update download from http://airdow
I have registered my app to handle db files. I want to have the capability to import and export a SQL database. The export works ok and I can use open in to launch my app and I can see the content path (ex. file://...). If I try to do a copyToAsync it errors out and I think it is because of the sandboxing on iOS. How do I copy it in? Thx
First, please be sure to review the Adobe Air release notes to determine whether the issue you're experiencing is a known one.Second, try searching for a resolution to your issue in on our Tech Notes page.Next, search the Adobe AIR forum to see if your issue has already been reported. If not, try posting a new topic describing the issue that you are experiencing.Lastly, if you want to send a bug directly to the team, please complete the Bug Report Form.We cannot guarantee a personal response, but we do review bugs submitted using this form.
Hi, I've been trying to upload my ipa generating Flash Builder using the Application Loader, unsuccessfully, more than a month. I tried to generate all certificates again and I have not gotten results. The error is "ERROR ITMS-9000:" No .app bundles found in the package "]" attached image for if you think of anything to anyone. Any help will be very welcome. I have also tried to unzip the ipa file, access the Payload folder and compress .app inside. Does anyone have idea what can it be? If you need anything more than information only have to ask me. Thanks in advance
I have installed Adobe air. I try to open a file with air and receive this message. "Sorry, an error has occurred. The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author." I have uninstalled and re-installed air several times and tried other fixes. What is wrong?
Universal cross-platform advertising AIR native extension for mobile application monetisation.Universal Advertising AIR Native Extension | IndiegogoFor those using Adobe AIR to developing application, you may found it is difficult to integrate the advertisement in your application. Although, there exist many different AIR native extension (ANE) which make the jobs done. But they may be difficult to use and leak of support, or have limited support on ads network.So, we are going to create a ANE which supporting all major mobile system and popular adverting network ALL-IN-ONE ANE.Last chance to get the native extension in discount price. Also, the source code license.https://www.indiegogo.com/projects/universal-advertising-air-native-extension/x/4441429
Is anyone working with AIR & bitcoin/ethereum/blockchain technology?
Hi thereI have 2 games we're writing/testing. Our first game we finished a few weeks ago. We coded and tested in Adobe Flash Prof. I got a "distribution" certificate, I built an "app identifier", I registered my 2 devices (each with a different UDIDs) and I built a distribution "provisioning profile" for this game. I went back to Flash Prof, specified "iOS 14", supplied the certificate and provisioning profile, my password and specified "adhoc" under deployment (I specified "adhoc" everywhere it showed up because that's what Apple told me to do). This game published and built an "ipa" file, I dragged the ipa file into iTunes and plugged in my iPhone6 and hit "sync". It popped onto my iPhone and the game works great.The second game I tried to load today failed miserably. I did the exact same sequence. The game works great in Flash Prof. I used my dist'n certificate, built a new app identifier, built a provisioning profile and specified my devices. I went back into Flash, specified iOS14
If I take a pic and add it to the stage its rotated. Is there a way to have the photo appear properly ?
Hi,I published an iPhone app with AIR SDK 14 for the App Store.Is the published .ipa file safe from decompilers or should I use a tool like SecureSWF (kindi.com) to encrypt/obfuscate the AS3 source code?Thanks
When I trigger the choose for the camera roll my app breaks out of full screen mode and ads a white header that animates in before the camera roll actually becomes visible. Has anyone seen this or know how to fix it ?
i am trying to build my android app with this ANE (alebianco/ANE-Google-Analytics) but i have been getting following weird message and packaging APK has been abortedi get this message when am trying to build another ANE file (google analytics service of android sdk) too.i don't understand what's happening... sorry bad english.
I have built an application which plays flv videos using the FLVPlayback 2.5 component.It works fine on Windows, Mac and Android but on iOS it hangs when loading the skin.I searched and found that iOS doesn't allow loading secondary SWF with code in it which is the case as the skin SWF contains as3 code.I tried the solution here:http://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air-apps-on-ios/but didn't work for me.I also embedded the skin SWF in the code, tried loading it and it worked in debugging with Fast Packaging using Flash Builder, but with Standard Packaging didn't, as well as when I exported a release built and ran it. I got the following message:Does anyone have an idea what to do?If I export the skin as .swc file and add it to my library path will it work and how can I load it? Has anyone tried it?Thanks in advance.
I am unable to update Adobe air because it does not recognize me as the administrator. I am the administrator aand have been since I got this computer 5 years ago. I have a program I paid for that will not work without the update. I've tried numerous times to no avail. Any help is appreciated. Thank you
How to solve this problem i am stuck here
We just tried to update to the beta (15.0.0.349) to fix some issues with the iPhone splash screen. However, this seems to have broken our Android build.What we see is the Android app ends up with just a white screen with a "TypeError: Error #1016" in the log from our main function. Nothing in our app derives from a final class, so the error doesn't make any sense. It also isn't caught at compile time - just runtime.Backing down to Air 15.0.0.249 works - so it's something between those two that's causing the problem.Any clue what it might be? Is this an Air bug, or is there something I'm missing?
Is there any event getting dispatched when component is destroyed.Remove event is giving call only when this particular component is destroyed specifically. If the parent component is destroyed then it is not giving any call.
Hello guysI am conceptualizing a project at the moment and I am thinking of using Adobe AIR to develop the application related to that project.But it depends on the ability of AIR to fulfill my project requirements.I want your ideas, please...Imagine, I finished developing my application and compiled the distributed version using Adobe AIR. And I am going to distribute the installation files of the intended application by burning on to a CD.Imagine, the user who got that CD, installed it it on his computer and launched the application. When the application is running, it needs to load a XML file which is saved in our company server.Since it is an important data file I don't want to dispatch it with the installation CD. So I am thinking of using URLRequest and URLLoader classes to load this XML file from server dynamically.Lets imagine I did codes like this....var request:URLRequest = new URLRequest("http://www.mycompany.com/sereverfolder/blabla.xml"); request.method = URLRequestMethod.
I'm new at developing apps for Android. At first glance, anyway, it appears that some sort of License Key is needed in order to submit a Paid app.They generate a very lengthy license number, but the question is: What do I do with it? How do I add this to my app if I'm using Flash Professional to publish my apps to Android?The migration from iOS over to Android was pretty simple up to this point, now I'm stumped.Any help would be greatly appreciated!
I would like to develop an app in Adobe AIR. The requirement is that video recording with a custom watermark logo on top left. Anyone have any idea, how to record a video with custom watermark?Please suggest some code or any reference, it would be helpful for all who is looking video recording.Thanks!
I've got a script to install an Air based app, the crucial part of which is: sudo /Applications/Utilities/Adobe\ AIR\ Application\ Installer.app/Contents/MacOS/Adobe\ AIR\ Application\ Installer -silent -eulaAccepted -location /Applications /private/tmp/Traffic14.1.0\ Update/TrafficApplication-Installer.air This works fine but I now want to change this so that it checks for AIR updates using -pingbackAllowed option, so when i add it to the above line like so: sudo /Applications/Utilities/Adobe\ AIR\ Application\ Installer.app/Contents/MacOS/Adobe\ AIR\ Application\ Installer -silent -eulaAccepted -pingbackAllowed -location /Applications /private/tmp/Traffic14.1.0\ Update/TrafficApplication-Installer.air it fails with a "too many arguments" error.So i remove the -eulaAccepted argument but still get the same errorAm I doing something wrong?I'm running this OS X 10.9.5Thanks in advance
Can the application automatically read the user's credentials? Maybe not directly, but hashed?For example, the application gains access to an external database automatically if this users name was registered.
While converting mp3 sound to wav data using WavWriter.as class in an desktop AIR application, i have encountered these problems:-a. Cannot copy the metadata from original file to the processed file. i.e id3 tags are not available in the processed file.b. Song length is increased by few seconds, depends upon the original length of the file.c. Cannot convert mp3 files where song length is greater than 20 mins. (Tested on PC with Win7, Intel i5, 4GB RAM, 500 GB HD)Any suggestions how to solve these.Thanks
Hi,I have a StageWebView displaying an HTML page in Android with AIR (currently 3.5, but the same happens with 3.6). It displays fine and works perfectly, until...If I flip out to another app, for example, by clicking on the device home button, and then return to the app, the StageWebView still renders my HTML correctly, and will load new pages correctly, BUT...Clicking links no longer has any effect. It appears there is some interaction as the mousedown link highlighting works as normal, but there is no navigation of the browser.I will dig a bit deeper to see whether this happens with simple HTML links as well (I think the page uses jquery a lot) but this seems like a fairly fundamental bug. There doesn't appear to be any workaround - once the StageWebView stops working, the only remedy is to close the app and restart as even creating a new StageWebView instance doesn't appear to fix the issue.Can you let me know whether this is a known issue with a known bug report or should I create
So as we know Android 5.0 broke all Adobe AIR built apps. I saw my sales drop 25% across the entire catalog the week 5.0 was released and getting a few emails a day about this issue. Any info on the progress or solution would be greatly appreciated. Thanks.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.