『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I am trying to compile an AS3 app using amxmlc. The command is given below:amxmlc testApp.as -debug=true -o testApp.swf However, I get the following error:Loading configuration: D:\Adobe Air\AIR 33\frameworks\air-config.xmlError: Can not resolve config constant: 'release'Error: Can not resolve config constant: 'debug' Can someone please point out what is happening, or where I am making a mistake? Thanks
HelloI have a problem removing SplashScreenAfter purchasing the Enterprise Tier plan, I received an adt.lic file that needs to be copied to the / lib folderIn AIR SDK version 33.1.1.217 - this stopped working.Did any one else experience that issue? Any advice?
Hi All, I understand the SDK will be deployable with a licence cost. Will the AIR client also have a cost in an enterprise environment, for example - I have 4000 desktops I want to deploy AIR on but not the SDK? Kind Regards Koda
We have Firebase integrated in our app for cloud messaging and analytics. Trying to add Crashlytics.I have added crashlytics in ANE and Provider in app-xml. <meta-data android:name="firebase_crashlytics_collection_enabled" android:value="false" /> <provider android:name="com.crashlytics.android.CrashlyticsInitProvider" android:authorities="{APP_ID}.crashlyticsinitprovider" android:exported="false" android:initOrder="90" /> But Crashlytics is not getting initialised. Instead I'm getting below error. The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's build configuration. Please review Crashlytics onboarding instructions and ensure you have a valid Crashlytics account. Any idea what is the issue here.
Hi All, I sent this to Adobe.Support@harman.com but nearly two months have passed and I haven't seen a responce. I am just looking for some clarification in my understanding regarding the transition happening at the end of the year. This is how I currently understand it- There will be no Harman Air 33 runtime software akin to the current Air 32 runtime. - As a result all applications will have to be built with captive runtimes- Developers in the short term will have to bundle their applications into native installers using 3rd party software- The application update service will be lost due to the lack of installer, see below Currently we do not distribute our application as a captive runtime and we make use of the adobe installer and update services. I just want to ensure that if we have to pivot to support the new way of distributing our applications that we will not need to re-think it again in 6-12 months. Thanks for any thoughts or input&nbs
Hi, im new here im experiencing a lot of crashing in GGPOKER , i contacted them so i think they dont have a minimum interest to fix this or give a clear explanation.I can play 9 tables perfectly but when i open 10 tables more the game simple crash randomic after 20 mins or 50 mins or 2 hours we never know when will got crashed i open the game folder and i see ADOBE AIR there , its a software limitation ??Mine pc config its a Ryzen 5 3600 + 16gb RAM DDR4 3000mhz GPU RX580 8GB VRAM this is very bad , any sugestion how to fix this ?
Hi everyone,Do you know anybody with a pretty low knowledge can extract your entire app from an APK and use it freely on windows or mac? Do you know that Internet is plenty of SWF decompilers that can extract your entire SWF content even SOURCE CODE right as you wrote them, with exact variable names, code structures, classes, imports, etc?An APK is just a Zip file, anybody can extract the SWF, and the XML Descriptor file, and run your app using Air Runtime on any platform Air runtime is supported, your app can even be repacked and signed with a new certificated and published without any inconvenient, so your app can be easy stolen, and if all the source code, resources, images, audio, etc. can be extracted too, you cannot demonstrate that you are the author of that app unless you have registered it on Copyright or something like that.So the question to HARMAN is, what are they doing to start protecting Adobe AIR APPS from being stolen, or decompiled?, they are thinking on encrypt
HiI need help with Adobe air on my Apple Mac I installed the latest version of Adobe Air but there seems to be a problem with the software. When I try to open my StudioCloud 3.0 app I get an error message that the Adobe Air Framework is damaged and can't be opened. The version of Adobe Air that is installed on my Mac was downloaded and installed today. I reported the problem to Adobe Help Centre and they referred me to Adobe Forums. Could you please assist me to sort out this problem? Thanks
My team's app has run well on Android and the ADL emulator, but on iOS (iPad 12.1.4 latest), I get a blank screen (which I tested and is the 'empty' stage). The point at which this happens is after I try to hide/disable/change visibility on my Stage3D content (Away3D) to go to a 2D menu. It isn't crashing, because I can still interact with the invisible menus and return to the stage3D scene which displays perfectly again. I have tried all sorts of searches and ideas, but cannot seem to figure this one out myself. I am using Adobe Animate, and AIR release 32.0.0.89. I have not updated Animate to the latest version since I am not finished with this project yet, but would be willing to try.
Yesterdays Windows update apparently broke something, any project I run on Windows using either old version of SDK or current one from Harman, runs at around 32. Anyone aware of this?, any potential fixes?. (btw, fix your site please, it keeps refreshing nonstop on username selection after account creation)
Hi,I'm trying to compile a Flex / AIR app to DMG from my PC using Harmann AIR.This is _not_ going well!I've seen some threads that suggest this is because I have a 64 bit PC and Flex uses 32 bit only and some people suggest that I can somehow compile using a 32 bit switch in the compiler arguments... but nobody has said what that switch might be.In case it makes a difference, I have moved away from Flash Builder to IntelliJ for my Flash / Flex / AIR projects.Thanks,G
If my adobe air application is packaged using signed native installer, can it be installed silently by IT administrators without any user manual step?
"Adobe.air.framework" iss damaged and can't be opened. How do I ge this taken care of. I tried to install the latest, however, it states that I do have the latest
Hi,I downloaded AIR from the Adobe site, and I get some Frame/Framework error. It says that the Frame is damaged.I have a Mac OS Catalina. Also, I am not sure which version to download from the Harman site, and how to instal it.The software I want to use is something called EasyVSL btw: I am a complete idiot when it comes to softwareI'd appreciate any help!RegardsRajiv
I was trying to create an Adobe AIR application that loads an external swf file. However when the swf file is loaded from it does not render properly. When Shell1.swf is loaded directly in adobe air (by mentioning it application-descriptor.xml), it looks like: But when I load it from main.swf it looks like this: So why is that the Components are not properly rendered when Shell1.swf is loaded from Main.swf ? My Main.mxml file:<mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%" paddingLeft="0" paddingBottom="0" paddingRight="0" paddingTop="0" creationComplete="Created()"> <fx:Script><![CDATA[ private var moduleLoader:Loader; private function Created():void { moduleLoader = new Loader(); var urlre: URLRequest = new URLRequest("Shell1.swf"); //http://localhost:8080/aps/ moduleLoader.contentLoaderInfo.addEventListener(Event.COMPLET
Hi there,After initiating instance of DatagramSocket, calling bind(port,Ip) and receive()during calling send() socket causes #2002 error - operation attempted on imvalid socket. socket.localPort and socket.localAddress is quite correct, socket.bound=trueCan someone to help me with some workaround?Many thanks in advance!PS debugged via FB on attached Android 7.0 tablet, same error during running on tablet without debug
I started writing some utilities to decode ATF files and I spent time learning about the compressed format according to https://www.adobe.com/devnet/archive/flashruntimes/articles/atf-file-format.html. So, I generated two different ATF files from the same PNG image. One was generated with format 2 (ATFRAWCOMPRESSED) and one with format 3 (ATFCOMPRESSED). Given that this is supposed to be lossless, I should be able to take the PVRTC data from the second file and it should match the data from the first one. So, after getting the LZMA and JPEG-XR working properly, I got it match except on a few locations. After examining https://github.com/firefalcom/dds2atf/blob/master/pvr2atfcore.cpp#L1269, I can tell from the data I recovered that the code is indeed storing the lower bit of color 0 into the PVRTCTopData but then it stores color 1 as 5:5:4. This means that the original data cannot be 100% fully recovered. According to the PVRTC specification http://cdn.imgtec.co
Problem Description:64-bit AIR application crashes when trying to use Logitech cameras.When you just try to get Camera with connected Logitech camera application crashes.There is no way to use 64-bit AIR applications with Logitech cameras.It has been tested with AIR 32.0.0.89 and AIR 32.0.0.103 beta with 64-bit AIR runtime.Tested with multiple Logitech HD Webcam C270, Logitech C960 and some others.Same problem with both AIR runtime versions and with multiple Logitech cameras.It works fine 32-bit AIR runtime.Tracker link: https://tracker.adobe.com/#/view/AIR-4198808Steps to Reproduce:Launch 64-bit AIR application which try to get connected cameras names and trace it.ActionScript 3.0 code:var cameras:Array = Camera.names;trace("Cameras:", cameras);Actual Result:Application crashes with:Faulting application name: camera_64bit_crash.exe, version: 0.0.0.0, time stamp: 0x5c5b5e97Faulting module name: Adobe AIR.dll, version: 32.0.0.103, time stamp: 0x5c5b61feException code: 0xc0000409Fault of
I use Android(OS ver. 10) for live streaming.Audience uses iOS(OS ver. 13↑). Android video stops like a picture.Why can not render video on iOS ? These are iOS device I have tried. * iOS13.1.2 / iPhone7Plus → OK* iOS13.1.2 / iPhone7 → NG* iOS13.5.1 / iPhone8Plus → NG* iOS13.6 / iPhone8Plus → NG* iOS13.6 / iPhone7 → OK My app developed at AIR SDK 32.
Hello, am a young developer just made my first game, pls any one should pls help me how to use milk man Ane, am clueless, plsssssss help.
I'm using Flash Builder, OS X 10.14.6. I tried using the added -arch armv8 launch parameter to build but it won't build so I modified adt.cfg (DefaultArch=armv8 & OverrideArch=armv8)All I see in the package is a armeabi-v7a folder.
How to create a 64 bit desktop application using Flash builder and Flex SDK ?
Hi,Really, really struggling to compile AIR mobile built in Flex with Flash Builder to use 64 bit.I have done the following:1. Overwritten JRE in Flash Builder with that from Java 1.82. Set AIR_WIN_ARCH env variable to 643. Set <architecture /> to 64 in -app.xmlBut still, every time I compile, I get a 32 bit .apk.Anybody?Thanks,G
I made a new, sample project with AIR to experiment with building an .exe but it fails. The error:unexpected failure: Platform conversion failed. Process exited with error 5. Output was "[ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="execute: UPDATE `Property` SET `Value`= ? WHERE `Property`= ?[1627]: MSI Error" errorID=0]<br>"<br>java.io.IOException: Platform conversion failed. Process exited with error 5. Output was "[ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="execute: UPDATE `Property` SET `Value`= ? WHERE `Property`= ?[1627]: MSI Error" errorID=0]<br>"<br> at com.adobe.air.nai.NativePackager.conversionFail(NativePackager.java)<br> at com.adobe.air.nai.NativePackager.invokePlatformConversion(NativePackager.java)<br> at com.adobe.air.nai.NativePackager.createPackage(NativePackager.java)<br> at com.adobe.air.ADT.parseArgsAndGo(ADT.java)<br> at com.adobe.air.ADT.run(ADT.java)<b
Hello,I would like to create a windows projector (.exe).Windows 10.AIR 22.0.0.153 for Desktop.Java jre1.8.0_10.I had this message :unexpected failure: Platform conversion failed. Process exited with error 5. Output was "[ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2035" errorID=2035]"java.io.IOException: Platform conversion failed. Process exited with error 5. Output was "[ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2035" errorID=2035]" at com.adobe.air.nai.NativePackager.conversionFail(NativePackager.java:263) at com.adobe.air.nai.NativePackager.invokePlatformConversion(NativePackager.java:244) at com.adobe.air.nai.NativePackager.createPackage(NativePackager.java:131) at com.adobe.air.ADT.parseArgsAndGo(ADT.java:643) at com.adobe.air.ADT.run(ADT.java:446) at com.adobe.air.ADT.main(ADT.java:496)Have you an idea what's happend ?ThanksCe message a été modifié par : Sylvain B
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.