『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Okay, I have read and done everything I can to get Adobe Air to install on a Windows 10 machine. I did successfully uninstall it with Fix It, thinking I could then reinstall a newer version, no luck. I still get this error: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. I have turned off my virus protect, tried it as an administrator, and dont think I have missed anything.Help? I cannot believe a simple program like this is so hard to install or even uninstall ThanksRob
Problem Description:video.attachCamera(null) on frame received event call stack cause hang (crash).It has been tested with AIR 26, AIR 28.0.0.125, AIR 29.0.0.122, AIR 31.0.0.103, AIR 32.0.0.89, AIR 32.0.0.109 beta with shared and captive runtime, 32-bit and 64-bit runtime, also tested with Flash Player 26 and many others versions.Tested with multiple devices across many OSes: Windows 8.1, Windows 10, macOS 10.14.3, Android 9, iOS 12.2 etc.Same problem with all cases.Related issue (not the same): https://tracker.adobe.com/#/view/FP-4198120Tracker link: Tracker Steps to Reproduce:Launch AIR application with device that has camera. After launch start camera and call video.attachCamera(null) with first frame received event (number of frame doesn't matter).ActionScript 3.0 code:package { import flash.display.Sprite; import flash.events.Event; import flash.media.Camera; import flash.media.Video;&n
Hello there. I have this app called 'Gachaverse' that I can't boot up. When I downloaded Adobe Air, installed it, and then booted up 'Gachaverse' again, the same error pops up. I tried everything to problem solve this issue, but nothing's working and I feel like giving up. What else can I do? The image below shows the error.
When trying to install Adobe Air receive the following error message. "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator." I am the Administrator on the computer. I have tried every suggestion found in the forums. I have run Microsoft Fix-It Tool, Compatability Troubleshooter, Run as Administrator. I am out of ideas and can't seem to get it installed no matter what I do. Please advise.
Hi, I have SWF browser-based application that I'm able to run on Adobe Air on desktop (Thanks to Community). But I am unable to move/resize/full screen the application using the descriptor file. I have not changed anything in SWF file other than removed some code specific to the browser like cookies etc... Below is the code formyApp descriptor file. <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. --> <systemChrome>none</systemChrome> <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. --> <transparent>true</transparent> <!-- Whether the window is initially visible. Optional. Default false. --> <visible>true</visible> <maxSize>4096 4096</maxSize> <minSize>500 400</minSize> <maximizable>true</maximizable>
Does Harman have any plans to generating dsym files like requested in this thread?https://tracker.adobe.com/#/view/AIR-4073680 All the best,Dan
import flash.html.HTMLLoader; var input:String = '<html><head><meta charset="UTF-8"></head><body><input type="file" name="files[]" id="abc" multiple></body></html>'; var loader:HTMLLoader = new HTMLLoader(); loader.width = 400; loader.height = 300; this.addChild(loader); loader.loadString(input); The code above didn't work. Only single file allowed.I'm using AIR SDK 32Mozilla/5.0 (Windows; U; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) AdobeAIR/32.0=> Safari 5.0.3The strange thing is, I've been download Safari 5.0.3 browser to test the code, and the code work as expected. Have I missed something? Please help!Thank you!
Hi.. we have an application created using adobe flex. This application is really big with 300 pages written using MXML, AS3, and Java. We run this application on the browser flash player. Since flex is sunsetting, we need to think of other technologies... we need to minimize the migration effort and we are ok to run as desktop client. Is moving to Air is the simplest way, if yes, is there any documentation or support available to do that?
I'm in need of help really badly, im going to end up failing a class because of this program unless I get it to work. I'm running a brand new clean install of windows 10 updated x64. I wiped it originally thinking it would solve the issue which it hasnt. Every time I try to install I get the "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator." message. Any help with this would be greatly appreciated. I've tried several methods already too, including setting admin privledges, and using the command prompt instructions. Here is my install log file: [2020-02-19:18:59:11] Runtime Installer begin with version 32.0.0.125 on Windows 10 x86[2020-02-19:18:59:11] Commandline is:[2020-02-19:18:59:11] No installed runtime detected[2020-02-19:18:59:14] Relaunching with elevation[2020-02-19:18:59:14] Launching subprocess with commandline c:\users\dmort\appdata\local\temp\air1c75.tmp\adobe air installer.exe
Hello, Sorry if I trip up somewhere, this is my first post here. I have had a game publicly available for a few years that was made in AS2. Learning about how AIR applications can contain and communicate with AS2 SWF's, I got excited at the possibility that maybe I could get my game running on mobile, but from my research I see lots of potential roadblocks. Before I dive too deep down the rabbit hole, I was hoping to find a straight answer - Is it possible in any way to pull off the container method on Android/iOS? I saw older release notes detailing how to host external SWFs using a complicated process but I assumed that was only for AS3 ABC. Hoping to hear from someone! Best Regards,Avery Broere.
Is there an official statement about Adobe AIR being supported beyond 2020, or is it also reaching its end of life then?
I am rebuilding an old iOS and Android app built with Adobe AIR to React Native. Data on the old app is stored locally using flash.data.EncryptedLocalStore. I wish to access the data stored from within the new React Native App, and am looking for a data migration strategy. I have viewed How to crack EncryptedLocalStore in Adobe Air?. Given that the EncryptedLocalStore is at operating system level, I am wondering if I can develop a new EncryptedLocalStore compatible whatnot to access the data and transmit that to a new store in React Native. Does anyone have any pointers or guide to how I should progress investigating this? My initial thinking is: 1. make a tiny actionscript thing inside a react native app and it could access data store2. just find access to flash.data.EncryptedLocalStore from OS Send help! Elise. ---Reposted from https://stackoverflow.com/questions/60256732/port-data-from-adobe-air-encrypt
Has anyone else seen issues building in Animate using SDK 33.1.0.43 ? The error given is "iPhone: Unexpected error - unable to install the application." Not really helpful. If I build without installing and then use Impactor to put it on the phone it works... however this doesn't let me debug. Any guidance with this is appreciated. Also any idea when we will be able to use this build for production? I have a ton of apps needing updates. 😞
Hi there, when i pubblish from Animate 2020 with Air 33 my APK once were imported in my Android Mobile don't work.. i get a blank screen.. In Animate Air Test Movie Launch Mobile it's perfect on desktop and webcam works perfectly...Have you got a simply code in AS3 that work for example with Mobile?Thanks so much
Please download the attached file to view this post
Hello!I have recent reports from a few users who have Galaxy S9's with my Android AIR app (SDK 31.0) that the soft keyboard is not showing up when someone clicks in a TextInput field. Another user reports this problem with a Huawei P20 Pro. Does anyone else have trouble with the soft keyboard not launching automatically on Android devices? I don't see the issue in the SDK 32 release. If someone has an S9 or a P20 Pro perhaps you can reach out to me so I can test manually raising the soft keyboard on entry to a TextInput.Thanks!-jonathan
I want to create aab (bundle) using air 33 but it show following error.Bundle tool failed:Error while parsing the flags: Syntax error: flags should start with -- (Video)The command line that I used is:adt -package -target aab -storetype pkcs12 -keystore cert.p12 myApp.aab myApp-app.xml myApp.swf assets DataI can create apk file replacing aab to apk. I try to google the error but couldn't find much. What does that error mean?
Hello,I have a simple app:The rendered HTML is not displaying in high resolution and text looks pixelated.<?xml version="1.0"?><s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="1280" minHeight="800"> <mx:HTML id="html" location="http://www.cnn.com" height="100%" width="100%"/></s:WindowedApplication>I tried adding <requestedDisplayResolution>high</requestedDisplayResolution> but no change.Is there anything else to do to support High res in the mx:HTML component ?If I add a button with text that is rendered with correct high resolution.Thanks
Hello, I'm studying the usage of Adobe AIR in game development.Please give your vote! Vote: https://linkto.run/p/W5PVX98KResults: https://linkto.run/r/W5PVX98K It would be great if you could share your choice and the reason why here! regards,Indrek
Thanks Much,
After encountering difficulties with an app running under Air, I wanted to reinstall Adobe Air. Big mistake. Now I can't reinstall it ... I keep getting the same error code. I am running a Win10 64 system with full administrator rights. The log reads like this:[2020-02-03:21:53:17] Runtime Installer begin with version 32.0.0.125 on Windows 10 x86[2020-02-03:21:53:17] Commandline is:[2020-02-03:21:53:17] No installed runtime detected[2020-02-03:21:53:20] Relaunching with elevation[2020-02-03:21:53:20] Launching subprocess with commandline c:\users\erb\appdata\local\temp\air900f.tmp\adobe air installer.exe -ei[2020-02-03:21:53:20] Elevated install failed: returned error code -1[2020-02-03:21:53:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Launching elevated sub-installer failed" errorID=5100][2020-02-03:21:53:22] Runtime Installer end with exit code 7 I hope somebody can help me get air running again.
In 2014 we developed an Adobe Air application for a customer. It made database searches in a sqlite database (on DVD) possible. In 2014, we acquired a certificate from GlobalSign Ltd to develop the application.In 2018, the application could no longer be installed, with the note that the certificate had expired. If I remember correctly, there was a note on the Adobe website at the time how to solve this problem by modifying a file in the .air application. Unfortunately, I can no longer find any of this on the Internet today.In the meantime, the error message has changed during installation. Now it says: "Sorry an error has occurred. The application could not be installed. Try installing it again. If the problem persists, contact the application author." Unfortunately, I cannot find any information on this error message that will help me further.Our customer now wants us to produce a new DVD with a functioning installer and is concerned that problems will arise again after a short time.
Dear Friends, Iam creating a desktop app. In that i want to use Barcode reader.. for example i have a text field & a buttton on my stage, if the user press that barcode reader button (connected with computer via usb), i want that barcode number in that text box. How can i do this in my Adobe Air desktop appliction. Iam using animate cc's Air for Desktop. pls help me igot sturckup. Thanks and Regards,Syed Abdul Rahim
Hi! I have a strange behaviur on one of my Apps on Windows. The APP is used a hundred times and more. But one customer is telling me that the APP is not loading. I figured out that when playing a sound the result Soundchannel is NULL. baseTrans.volume = VolbaseChannel = baseSound.play(0,99999999,baseTrans) //starts the soundwhy is the baseChannel = Null. I saw some articles stating, that there maybe problems with the sound card, but the device Manager is showing, that all the drivers are ok. The Problem occurs just on this one Desktop with windows 10 Please helpMichael
Hi, first time posting here, dunno if it's the right place, but I'm having problems installing the latest version of Air on my PC. When installing it says (in Italian): "Si è verificato un errore durante l'installazione di Adobe AIR. È possibile che non siate stati autorizzati dall'amministratore a eseguire l'installazione. Contattate l'amministratore." It means I don't have admin privileges but I am the administrator and only user of this PC, and I tried running the installer in compatibility mode with various Windows versions and as administrator, still nothing.I went in the User folder to fetch the installation log, here it is, hope it helps:[2020-01-31:12:57:49] Runtime Installer begin with version 32.0.0.125 on Windows 10 x86[2020-01-31:12:57:49] Commandline is:[2020-01-31:12:57:49] No installed runtime detected[2020-01-31:12:57:51] Relaunching with elevation[2020-01-31:12:57:51] Launching subprocess with commandline c:\users\loren\appdata\local\temp\aircea2.tmp\adobe ai
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。