Join a global community of Adobe Air users and developers.
Recently active
Hi,After iOS 10.0.2 update method audioPlaybackMode=AudioPlaybackMode.VOICE not working with bluetooth headset.It works fine with speakers, headphones, but there is no sound while using bluetooth headset.Can you check it please?This issue founded:AIR SDK 22, 23iOS 10.0.2, 10.1 (on 10.0.1 work's fine)All version of iPhoneAll bluetooth headset
Hi I've created an App in Adobe Flash a while ago for the iPad. I've just found out that IOS shows this message in an alert window when the app is launced:"App name" may slow down you iPadThe developer of this app needs to update it to improve compatibilityI've read somewhere that it needs to support 64-bit. Is this possible when compiling from Animate?Any help was appreciated!Thanx!
Hi, I developed an App that opens epub and plain text. When I go to the File Explorer on Android and I try to open an Epub my app appears on the menu. But this only works on Android 5 or 6. When I do it on Android 7 my app isn't there. I tested with Adobe Air SDK 22 and 24 but it didn't work.This is my activity from the manifest:<activity android:excludeFromRecents="false"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> <intent-filter> <action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.GET_CONTENT" /> <action android:name="android.intent.action.SENDTO"/> <action android:name="android.intent.action.SEND"
Short list of languages in iTunesConnect support which is not in AIR:Finnish - fiGreek - elIndonesian - idMalay - msThai - thVietnamese - viAll of these languages are great to have as a part of <supportedLanguages> tag and as Capabilities.language.
The title basically explains my question.
I have a working Adobe AIR iOS app, but it only works with testflight builds. For some reason, builds using a developer certificate / provisioning profile crash with a segmentation fault. This makes the iteration time on testing iOS builds nightmarishly long. I would really love some help analyzing the iOS logs. They're kinda blowing my mind.These are the errors I'm seeing. I'm having a great deal of trouble narrowing down which of these errors is the one responsible for the crash. I've emboldened the ones that I suspect as complicit. Any help parsing what all these mean would be extremely helpful! I've googled the buhzits out of all of them and haven't found any definitive answers.Apr 27 09:38:53 ddtipad3 SpringBoard[47] <Error>: SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName]Apr 27 09:38:53 ddtipad3 SpringBoard[47] <Error>: SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName]Apr 27 09
Bonjourmon antivirus Kaspersky me signale un problème qui est : " Adobe Air mise à jour importante. Il est impossible d'exécuter la mise à jour . Erreur inconnue."Pendant une étape de la mise à jour, celle ci s'arrête sur "erreur inconnue , impossible de télécharger la mise à jour". J'ai essayé de désinstaller Adobe Air pour le réinstaller mais le même message s'affiche "erreur inconnue" au moment de la désinstallation. Je n'arrive donc pas non plus à désinstaller Adobe Air.Quelqu'un pourrait il me conseiller. Merci d'avance
Can´t get Adobe air from https://get.adobe.com/air/ Any ideas?
I display a MovieClip from an SWC made in Adobe Animate which contains an editable multiline Textfield.On load i prefill it with some text. Now, when testing my App through AIR Debug Launcher everything works fine.However, when testing on my Android phone, the TextField gets completely buggy:Prefilled this:Then I completely remove the text by either selecting or deleting via soft keyboard.Now, when I start entering new text, suddenly the word "Enter" re-appeares behind the new text:It gets even worse the more you type. Characters start swapping altogether.It actually seems to be a rendering issue, since simple ignoring what is actually displayed achieves correct results.There is really nothing special with this TextField, no events, simply writing/reading the text-property on saving/loading.There's also another single line TextField in the same MovieClip which behaves normal.Any idea what may cause this issue?UPDATEI just changed from GPU to CPU mode and now the multiline text behaves
Hello,I am using archlinux and need to install adobe-air-sdk. My package manager tries to download the SDK from this link: http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2 and fails because the file isn't there anymore.So I'm trying to download it directly from Find and download archived versions of Adobe AIR SDK (your archives) but every single download link up to version 3.1 is dead. Which is sad because right now there is no other way to get a linux compatible version.Thanks !
I've been unable to build with the command line since embedding a swf file in my project. If I do "export release build" from builder, it's ok, but that is insufficient for my needs. I really need to be able to build with ant from the command line. Here is my error:Error: Could not find definition flash.compiler.embed.EmbeddedMovieClip referenced by embedded source C:\_projects\MyGame\src\embed\loadingGraphicAnimation.swf.Warning: Definition flash.compiler.embed.EmbeddedMovieClip could not be found.Error: The definition of base class EmbeddedMovieClip was not found.I'm using FlashBuilder 4.7 with AIRSDK 3.7 (although I have the same problem with 3.6 and 3.5).Since it works from FlashBuilder as export release build, there must be a way to get it to work. Clearly I'm just missing something.Can anyone help me figure out what it is I'm missing that doesn't allow the EmbeddedMovieClip class to be found and used on this swf embed?EDIT: A workaround I found was t
hello devs I have a question regarding SoftKeyboardType.NUMBER I am developing app where I need add extra keys to numpad in IOS, is there any solution or ANE to solve this problem??HTML5 has a lot of keyboard outputs HTML input type Attribute Thanks.
I am making application "Air for Android". And i want use English Keyboard.But, When Click TextField(TextFieldType.Input) ,application made other language keyboard.How to use please softkeyboard language type for Android?-i'm never use StageText.
Hi,I run my current iPad apps on the iPad Pro 12.9 inch. Everything looks ok except that the status bar stopped showing. On iPad manifast file I used the code below to make the status bar black and text white, now on iPad Pro the status bar is black and without the white text. I am using AIR 21 with Animate CC. <key>UIViewControllerBasedStatusBarAppearance</key> <false/> <key>UIStatusBarStyle</key> <string>UIStatusBarStyleLightContent</string>Does anyone know how to make the text display as light color on the dark background on iPad Pro 12.9? Thanks in advance.
Getting the following error when I try and install the e@syfile application from the South African Revenue Services:Previous version of the application runs fine, only get this when I try to upgrade to the new version.Any ideas ?????Kevin Greig
Hi,I have to uninstall AIR. It is part of the some application as a bundled runtime on my computer. To uninstall bundled runtime AIR, I understand from the documentation that I have to uninstall the application. Unfortunately, I don't know how to identify the application that is using it. This is on windows 10. thanks,Pradip
Hi,When using Air SDK 25, Multidex support seems to be working great on any Android device running on version 5.0 or later, but it fails when I try to run in an older version, like 4.1.2. I believe this is due to lack of support for this part of the Multidex feature:Multidex support prior to Android 5.0: Configure Apps with Over 64K Methods | Android Studio It seems to me this should be part of the Adobe Air SDK, but until it's not, does anyone have any suggestion on what can I do to fix this? I really need to make my game run in older devices since they are still a big part of our userbase.Thanks.
Hi ,I hereby have some queries related to adobe air catalogs. Is it free catalog available for Adobe Air like acrobat & reader to push the patches into internal WSUS server . If it is not available when can we expect it ? Any API is available to get Security Bulletin Id,Release Date by passing File Name & Version Number? Example : If I am passing file name is Adobe AIR and Version is 2.6.19140, then I need to get the out put, like your Security Bulletin ID is APSB11-07 & Release Date is 15 Apr 2011
Is there a way around this?Trying to send an email via php from an AIR iOS app.. it keeps throwing a stream error though
So I have 2 buttons at the bottom of the screen. CANCEL and LOGINWhen the keyboard comes up overtop of these buttons and then you minimize the keyboard the buttons are gone. This only happens on Android .. doesnt happen on iOS.If I go back to the home screen and then back to the app again the buttons are back. Any idea how to fix this?
I just downloaded Flash Builder and Adobe Air for the first time. I'm using Flash Builder 4.7 with a newly updated Adobe Air 25.0. In the SDKs folder of Flash Builder I see flex is 4.6 and air is 3.6.Initially I created a Flex Mobile project. The new project would build for the android simulator but it wasn't able to find my Samsung Galaxy s6. It said device appears to be offline. On following the solution here:Device appears to be offline. Restarting the device may fix the problem.I was able to update the associated lib/android/bin files from the android SDK. This allowed my device to be found.However, whenever I now try to run it on my device it always fails with:Error occurred while packaging the application:aapt tool failed:ERROR: Platform AndroidManifest.xml not foundAny idea how to fix this?
An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.
Hi, like the topic said, are the server down? download dont start. (Region Germany)Thx for an answer
Hi everyone, STORAGE is unknown. What is the right syntax for the STORAGE permission?import flash.events.PermissionEvent;import flash.permissions.PermissionStatus;if (STORAGE.permissionStatus != PermissionStatus.GRANTED) { // do some things} else { // request permission STORAGE.requestPermission();}
Why is it that AIR 20 gets 64-bit runtime support for Mac (but not Windows) and that AIR 21 doesn't get anything that's remotely useful for desktop application developers like me? In fact AIR 21 is mostly focused at Flash Player is it not?When will Windows be getting a 64-bit runtime? Need timescales please.
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.