『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
It is not possible to update Adobe Air version 21.0.0.198My previous chat with Adobe was a waste of time and now they directed me to this forum. It is unprofessional from them. Perhaps their lack of effort to fix this issue is due to finance as it fails to generate money for them.They wanted a screen shot of this issue, but they would not give me an email address to send it to.When trying to update Adobe AIR it says "Error - Installation may not be allowed by your administrator. Contact your administrator".That comment is of course nonsense.I am sure this error is nothing new to them and they should not play ignorant about how to put their error right.Those of you suffering the same problem as I and have found the answer for this issue then please send the answer to Adobe untrained software engineers so that the can publish it in their help pages for AIR.
Is there a way to get Animate CC to use the Actionscript Compiler 2.0 for publishing AIR mobile projects? From what I understand it still uses an old internal compiler.from the AIR Beta download page:The Actionscript Compiler 2.0 has been incorporated into the AIR SDK 4.0 (named “AIR SDK 4.0 & Compiler”) and retired as a separate download from Adobe Labs on March 14, 2013. Users may download AIR SDK & Compiler for AIR 3.4 to 3.9 from the archive page.
Hi,On iOS, the onInvoke event doesn't pass the parameters from a customer URL link _unless_ the iOS app is running. I have used all the docs and examples, and the onInvoke event fires correctly - but the event.arguments is empty if the app is opened. Once the app is running, the link from the browser works as expected, and the event.arguments is populated. The condition above makes the onInvoke event useless for most users. Anyone find a workaround?
Hi all,I've just noticed that my recent Android apps can't open Google play links from within a stageWebView. This works fine prior to Adobe AIR SDK "android_23.0.0.221", but later AIR versions throws a "Your browser is no longer supported" error. I've tried lowering the android:targetSdkVersion and android:minSdkVersion, but no luck. Also, both regular "a href" links and window.open() gives the same error.Anyone knows a workaround?
Dear Friends,Greetings! iam doing an elearning app. I want to send lesson status and user name as variable to server (don't net- aspx) and receive values from dot net server. How can I send and receive variable values in AirforIOS. I know how to send and get values with browser in AS3. But in AirforIOS I don't know. Iam not aware of dot net.pls help me..Thanks and Regards,Syed Abdul Rahim
Hi everyone.First of all sorry for my english 😕😕I have been working with Adobe Air a long time but lately I´m facing some issues with the latest releases of the SDK.The problem is displaying data from xml or json objects, everything works fine with Air SDK 17 but when I test on some recent releases always displays an error, not even load the data at all.I don´t know if it is a bug or something like that, the code works perfect but as I mentioned fails to load on the resent releases of the SDK.If anyone have a solution for this will be highly appreciated.
I am trying to download Adobe Air. I went to https://get.adobe.com/air/javascript:; and clicked on "Download Now". This took me to another page (https://get.adobe.com/air/download/?installer=Adobe_AIR_24.0_for_Win32&stype=5491&standalone=1 ) that says "Your download should begin shortly". But then I get redirected to this page (https://airdownload.adobe.com/air/win/download/24.0/AdobeAIRInstaller.exe ) which looks like this in Chrome:and looks like this in Internet Explorer:I don't have access to Firefox on this computer, or I would have tried that browser also. I keep checking back to see if the link has been fixed, but it's been over a week now, and I'm still unable to download.
i want to install adobe air latest version in centos 6.7 ? As i want to install gmat prep software in centos using wine software
Hello.I updated my AIR SDK 25 to the latest beta version 25.0.0.143. Now I can't package my android app. I get this error:dx tool failed.I use Windows 7 x86, Java 1.8.0.121.How to fix this issue?
HelloI'm starting to get many errors like: java.lang.RuntimeException: Unable to get provider com.adobe.air.CameraUIProvider: and I was wondering if you could help me to find why.I use Adobe Air 25.0.0.126 with Animate CC. Below is the complete error:java.lang.RuntimeException: Unable to get provider com.adobe.air.CameraUIProvider: java.lang.ClassNotFoundException: Didn't find class "com.adobe.air.CameraUIProvider" on path: DexPathList[[zip file "MY APK"],nativeLibraryDirectories=[/mnt/asec/air.com.MY APK-1/lib, /vendor/lib, /system/lib]]at android.app.ActivityThread.installProvider(ActivityThread.java:5018)at android.app.ActivityThread.installContentProviders(ActivityThread.java:4589)at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4522)at android.app.ActivityThread.access$1500(ActivityThread.java:151)at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1381)at android.os.Handler.dispatchMessage(Handler.java:110)at android.os.Looper.loop(Looper.java
Some users of a desktop app I publish often write to me saying they're getting a "2038" Error when they try to save a file or export a png of that file.#2038 is tough to diagnose, though, as it's just an I/O Error without much detail. Has anybody else publishing to desktop had some of your users report this error? When I export, for example, I'm just building a file by using the File object, like so... exportFile = File.documentsDirectory.resolvePath(fname + ".pdf");And then doing a browse for save... exportFile.browseForSave("Export to pdf");It seems like there's little room for something to go wrong, but I get this bug report quite often.Thanks for any thoughts or suggestions.- Daniel McQuillenSimpleDiagrams.com
I'm having an issue that only becomes obvious when I launch the packaged .air file through the AIR installer. Everything is pixelated.While I'm working in Adobe Animate and testing with adl, everything is sharp and crisp.Attached is a screen grab of the application running in AIR (behind / left) vs running through Animate via ADL (front / right)Did I miss a step somewhere? Or is AIR itself not designed to run on higher density displays?Forgive me if this is the wrong forum as I think it's more of an issue with AIR itself.Thanks!-DylanAdobe AIR Installer: 25.0Adobe AIR SDK 25.0.0.134Adobe Animate: (2017.1) 16.1.0.86iMac Retina 5K, OS Sierra (10.12.3)
I am building an application on AIR 22, and if an iphone goes to sleep, (after the time you set at display auto-lock), as soon as I reopen it and the app comes back, it loses half of the screen. The application is landscape aspectRatio and allows autoOrients. After you do those actions half of the screen disappears, the rotation also is wrong and makes a completely weird rotation, (if you change the autoOrientation) .Another curious thing is that if you close the app and reopen it, you can rotate the phone and it starts working right again.Does anybody had this issue? Can you reproduce it?
Hi! The AIR SDK25 which is released at 3/14/2017 also has textInput crashing problem. When I create a new TextInput(Feather Component) object, the App crashed and back to desktop of iPhone.I build a demo project at this URL:https://cdn.feidou.com/yttx/test/AdobeAir25TextInputBug.zip Feather is a set of components which is based on the starling.Is there anybody have met this problem? And how should I do?AIR SDK 25.0.0.126 , When I use TextInput the game is Crashed
I've added a camera object using this code:var cam: Camera = Camera.getCamera("1");cam.setMode(1024, 768, 24);var video: Video = new Video(1024, 768);video.attachCamera(cam);video.x = 0;addChildAt(video, 0);but it doesn't auto expose well like the native camera app does - so if i hold an led light near my face the native camera app adjust exposure accoridngly whereas in my air app it stays massively overexposed - any way to resolve this?
dear frieds,I want to load mp4 file in ios, its loading in desktop while testing, not loading in ipad. pls help me iam using following code:var nc: NetConnection = new NetConnection();nc.connect(null);var ns: NetStream = new NetStream(nc);ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);ns.play("video.mp4");function asyncErrorHandler(event: AsyncErrorEvent): void { trace(event); // ignore error }var vid: Video = new Video();vid.attachNetStream(ns);vid.width = 640;vid.height = 360;addChild(vid);Thanks and Regards,Syed Abdul Rahim
AIR 24, Windows 7Hello,I am invoking some system application processes like MSPaint or Notepad through nativeProcess.start(nativeProcessStartupInfo). Works OK until I want to kill that process through nativeProcess.exit(false). The problem is that the process is killed without any prompt to save changes on opened document (image in mspaint or txt in notepad) (Looks like AIR is killing the process directly and doesn't send end signal to that process). The cmd taskkill (taskkill /IM mspaint.exe) works correctly.var nativeProcessStartupInfo: NativeProcessStartupInfo = new NativeProcessStartupInfo();nativeProcessStartupInfo.arguments = new <String>[File.applicationDirectory.nativePath + "\\" + filenameImg];nativeProcessStartupInfo.executable = File.applicationDirectory.resolvePath("c:\\Windows\\System32\\mspaint.exe");var nativeProcess: NativeProcess = new NativeProcess();nativeProcess.start(nativeProcessStartupInfo);Is that a bug or I miss something?
package progress aways been 0%!
So does anyone know if I get the milkman games push plugin and I use onesignal for pushes if i could automatic pushes to a user based on information within the app unique to them?So what i mean is i have a login section to my app and users get a password - it tells them how much money they owe me for the service they've booked and when it is due, of course thats different for everyone so what I would like to do is send a push on a certain date only to the user who's balance is due. Can the push detect the info in the app and show the message just to that one user?
Hi All,I would like to enable auto update for adobe air silently. Can you help me with thisThank you
Hihave a problem with Samsung Galaxy S7 and adt tool. how to make online my connected device? in device Settings>Developer options>USB debugging is onwhat I am missing?
I have an app published from Flash CC using the AIR SDK (version 25.0.0.134)It got rejected from GooglePlay.Security alertYour app is using a version of OpenSSL containing a security vulnerability. Please see this Google Help Center article for details, including the deadline for fixing the vulnerability.I'm already using the latest SDK, so I'm not sure where to go from here.Please help.
We have one Jenkins server which was working fine up until last week. now when we are going to create a build. it gives the error that.any pointer will be help full, thanks in advance.
Dear Adobe,Usually, every year at this time, a new Flash Roadmap should be revealed, but Flash Roadmap 2017 is not there yet.Adobe roadmap for the Flash runtimes | Adobe Developer Connection I think all of the Flash Platform Developers around the world are eager to see the new roadmap, so they can adjust their development plans accordingly.So, may I ask what's the ETA on this? Thanks!Ge Zhou2017-03-27
When using SecureSocket for SSL connection, connection is established on Windows but not on Android devices: SecureCertificateStatus is "invalid" for any host, even for google.com.In previous versions of AIR it was not an issue, and in AIR 19 openssl was updated so I believe it has something with it. Here's the code fore reproducing the issue:var ss:SecureSocket = new SecureSocket();ss.addEventListener(Event.CONNECT, connect);ss.addEventListener(IOErrorEvent.IO_ERROR, ioerror);ss.connect("google.com", 443);function ioerror(event:IOErrorEvent):void{ trace(event); trace(ss.serverCertificateStatus); trace("Not connected!");}function connect(event:Event):void{ trace("Connected!");}Is there any solution to make it connectable?
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.