Join a global community of Adobe Air users and developers.
Recently active
I have downloaded the SDK from the HARMAN site and followed the instructions from: https://helpx.adobe.com/uk/x-productkb/multi/how-overlay-air-sdk-flex-sdk.htmlas described in the release notes at chapter "4.3 Flash Builder". However if I want to add the FLEX SDK in FlasBuilder 4.7 I see the following error message "“Directory does not contain a Flex SDK”" after selecting the SDK Location. What is causing the problem?
I'm loading an xml file name animals.xmlvar urlLoader = new URLLoader(); urlLoader.addEventListener(Event.COMPLETE,onXMLLoaded); var file:File = File.documentsDirectory.resolvePath("animals.xml"); var stream:FileStream = new FileStream(); urlLoader.load(new URLRequest(file.url)); function onXMLLoaded(e:Event):void{ xml = new XML(e.target.data); trace(xml..animal.@name[2]); }when I click on a button, it modifies the name of the cat by Garfieldclick_btn.addEventListener(MouseEvent.CLICK, btn_clicked, false, 0, true); function btn_clicked(event:MouseEvent):void { modifyName(); } function modifyName():void{ xml..animal.@name[2] = "GARFIELD"; stream.open(file, FileMode.WRITE); stream.writeUTFBytes(xml); stream.close(); }How can I, now, add new information to my xml ?My XML is build like that :<?xml version="1.0" encoding="UTF-8"?> <animals> <animal type="dog" name="Fido" age="2">Fido is a good dog.</animal> <anima
Hi guys,I have an application developed in flex and I am trying to open a pdf file in android.In the past this worked, but now (i don't know why) it doesn't worked anymore.The program/ide doesn't give me any error and the app doesn't open de pdf file.I use this code:try { navigateToURL(new URLRequest(File.documentsDirectory.resolvePath("/pdfs/").url+"/test.pdf")); } catch(error:Error) { trace(error); } When I'm in debug mode the IDE doesn't hit de catch. It runs normally but doesn't show the pdf.This only happen in Android, when I try on pc(Windows) works well.I am using the lastest Air SDK 33.1.1.345. (Maybe this occurs because of the sdk?)
Hello,if I try to install or remove Adobe Air, the Install wizard gives me a message, that it's not possible and I should contact my administrator. I'm the administrator on this particular PC. It's a Windows 7 Pro x64.You'll find the Adobe Air-Logfile below, but I guess I found the reason for the error. The Registrykey for Adobe Air seems to be renamed to "Adobe Air". (HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Adobe AIR)So the Installerprogram doesn't find the GUID and msiexec also cannot remove it.And my question now is, how can I remove it?Edit: I also tried to remove Adobe Air via Microsoft Fixit , but it doesn't find Adobe Air.[2017-03-20:13:44:19] Runtime Installer begin with version 25.0.0.134 on Windows 7 x86[2017-03-20:13:44:19] Commandline is: -arp:uninstall[2017-03-20:13:44:19] Installed runtime (25.0.0.134) located at c:\Program Files (x86)\Common Files\Adobe AIR[2017-03-20:13:44:21] Relaunching with elevation[2017-03-20:13:44:21] Lau
When I search to install adobe air this is the loink that pops up: https://blog.adobe.com/en/publish/2019/05/30/the-future-of-adobe-air.html#gs.r91liq which is just a small news article.
I'm trying to download Adobe Air to a new chromebook with chrome operating system. Is this possible? So far, I can only see Windows or Mac options.
MacOS10.14.6Animate2020AIRSDK33.1.1.98(swf package)ADT AIRSDK33.1.1.176arch armv7 When I uploaded the apk to playConsole's closed test release, upload error occured. apksigner のエラー: ERROR: MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the APK is not signed with this or a later signature scheme Next I checked herehttps://developer.android.com/studio/publish/app-signing But this is for use androidstudio.Now I have apk file.Next how to sign it ?
I can run the ffmpeg below in the Mac terminal and it records both screen and audio. ffmpeg -y -f avfoundation -r 15 -i 1:1 out.mp4 If I issue the same command as an Air NativeProcess, it fails complaining that Configuration of video device failed, falling back to default. If I switch the input to 1: (no audio), it works. So while it complains of video, it seems to be audio denied. I successfully get permission and access to the mic with the same app. I can also run a variation of the command on Windows and ffmpeg works in the background capturing screen and mic. It seems a permission issue. Most anything I can do in terminal, I can do as a NativeProcess. Also tried to grant mic in Apple > Preferences > Security. No joy. Stumped.
Hi,We are facing Broadcast of intent issue maximum of our apps. We are using update air version 33.1.1.345there is any solution for this issue please reply ASAP at com.adobe.air.customHandler.callTimeoutFunction (Native method) at com.adobe.air.customHandler.handleMessage (customHandler.java:22) at android.os.Handler.dispatchMessage (Handler.java:107) at android.os.Looper.loop (Looper.java:237) at android.app.ActivityThread.main (ActivityThread.java:8107) at java.lang.reflect.Method.invoke (Native method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:496) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1100)
When trying to download Adobe Air I get the above message. I work on a MacBook Air (macOS Catalina version 10.15.1). Can somebody help please.
Hi there,I'm trying to work out whether software that uses an Adobe Air installer, with Flash Content, will still work following the Flash EOL? I work for a publisher and i'm trying to see if our Classroom Presentation Tools will still work.Best,Rich
Was able to always generate an AIR windows program in 2020 with a self signed certificate. Now in 2021 receive this error: Could not apply timestamp to setup.msi'' Using the latest 32 bit java sdk jdk1.8.0_271 per the below: SET "JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_271"SET PATH=%JAVA_HOME%\bin;%PATH%SET PATH adt -package -storetype pkcs12 ^-keystore <path>\certificate\spt.p12 ^-tsa "http://sha256timestamp.ws.symantec.com/sha256/timestamp" ^-target native -storetype pkcs12 ^-keystore <path>\certificate\spt.p12 ^<program name>.exe <program name>.airi What is the solution to this issue?
This is Abdul Shaik working in a leading IT company. We are using Adobe Flash Player for a few of our web applications. Now, it is showing an EOL message. The applications are not usable now. Is there any quick fix for this until we migrate to an alternate solution. Thanks,Abdul Shaik.
I'm able to build to iOS no problem. Android was working a few days ago. Out of nowhere it doesn't work anymore. It appears to be publishing .. progress bar moving.. then the dialog jsut closes and no APK was built. I tried in the last 3 AIR SDK's
We are unable to play the flash content in .net wpf application from 12th Jan 2021.In .net wpf application we are using the following plugins to play the flash content:AxInterop.ShockwaveFlashObjects.dll (ver. 1.0.0.0)Flash.ocx (ver. 32.0.0.255) Please suggest how to resolve this issue.
bonjour je cherche a installer adope air sur mon mac mais je suis dans l'impossibiliter de l'ouvrir il me demande une version plus recente mais quand on va sur l'adresse nous sommes rediger sur un blog mais il y a rien pour telechargersi Quelqun peut m'aider sa serit super merci
I am not entirely sure this is related to sdk 22, but after I upgraded, and used my adt script on windows to generate a windows app, I received the following error:Could not generate timestamp: java.lang.RuntimeException: Could not generate DH keypairNote that when I use adt on the same windows computer to generate apk or ipa, it works fine. When I use adt on mac to generate mac app, it works fine. It is just when I use adt on windows to generate a windows app. The computer is attached to the internet.adt.bat -package -storetype pkcs12 -keystore cert.p12 -target bundle AppName AppName-app.xml AppName.swf icons
I've been playing cribbage online with Jake who also voices each hand. It's currently (or not now) located on disabled-world cribbage, and I sorely miss playing it! Being that the Adobe Flash Player has reached EOL, is there any other software that would enable me to play? I'd appreciate any insight. Thanks!
Hi, I need to install Adobe Air in my computer, Windows 64bit. I did go to Harmans page and downloaded the application but I cannot install it and the program that I need to use, needs Adobe air in order to start.Thanks.Rgds.
I have a problem with ADT to create air package from an AIRI intermediate package.The ADT command I use worked well for a long time until a few weeks ago. Now, when I launch ADT, the certificate signature and timestamp seem to work but at the end I get this message"Could not apply timestamp to setup.msi". Here is the ADT command : adt.bat -package -storetype pkcs12 -keystore newcert.p12 -tsa "http://sha256timestamp.ws.symantec.com/sha256/timestamp" -target native -storetype pkcs12 -keystore newcert.p12 "myProject.exe" "myProject.airi" I tried with Flex SDKs 4.6.0 and 4.12.0. Same error. Java 1.8.0_65.Any help would be so appreciated ... Thanks.
hi, I was trying to install and an error occurred and can't install it error is installation not allowed by an administrator but I am the administrator and I using my profile tried restarting it but it doesn't install attaching an error image. Thanks [image removed due to inclusion of spam link]
I am using a Flex MobileGrid to display some real estate date in a mobile app. Unfortunately, if the columns contain too much information, they do not automatically truncate the column to ellipsis "..." As a result, I am trying to write an ActionScript ItemRenderer to help with this and am having no success. I am a MXML programmer for the most part, and use actionscript for program logic, but I am not very good with creating my own ActionScript classes. I will list my ActionScript ItemRenderer here. Please let me know if you see anything that would help me to get the ellipsis "..." that I am hoping for. Thanks! package renderers { import flashx.textLayout.formats.LineBreak; import spark.components.itemRenderers.MobileGridTextCellRenderer; public class mobileGridRenderer extends MobileGridTextCellRenderer{ public function mobileGridRenderer() { super(); multiline = false; lineBreak = LineBreak.EXPLICIT; trun
I have downloaded the air sdk zip file for windows. It does not appear to have an install .exe. There is an install folder but it only has an android folder. None of the other folders have install .exe, or any .exe.
can i use adobe air in MacOS which has a M1 core?
Hello! I am using a photography print program (Miller's Professional Imaging) that requires Adobe Air. Obviously Ive run into a problem trying to download it. What do I do??? Ive downloaded the Harman AIRSDK file and cant figure that out or even know if thats what I need. Thank You!
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.