Join a global community of Adobe Air users and developers.
Recently active
Hello.It looks like I found a problem with multidex in AIR SDK 25. It works properly with android API 21+. But sometimes I receive crash reports with "ClassNotFoundException" from devices with old android versions. After decompiling my application I found that some steps from android multidex enabling instruction are not performed:Configure Apps with Over 64K Methods | Android Studio Particularly, I found that my application tag (from AndroidManifest.xml) doesn't have android:name attribute. But the instruction clearly states that our minSDKVersion is set to 20 or lower, we need to use MultidesApplication as follows:<application android:name="android.support.multidex.MultiDexApplication" > ...</application>Or our Application class should extend MultiDexApplication class (and our application class should be in android:name attribute).So, it looks like defects on your s
Both OSX and Windows have support for the display of a progress bar in their respective application bars (the Taskbar and the Dock).They also support the display of different status colors (failed, warning, etc).I think an Adobe AIR level API for this would fit nicely into the existing NativeApplication/NativeWindow API and it would be really useful for desktop developers.
This just started happening. I've been building my AIR app using mxmlc from a Flash project for years now, but now I'm getting the error in the title when I try to install the ipa.I'm installing onto an iPad running iOS 7.0.2 (11A501) from XCode 8.2.1 (8C1002).I've checked and recreated the certificate for the app, after clearing all other developer certificates from KeyChain. Here's the log from XCode:May 23 14:03:24 jwebbs-iPad mobile_installation_proxy[93] <Warning>: LaunchServices: installing app for existing placeholder (null)May 23 14:03:24 jwebbs-iPad installd[59] <Notice>: 0x343000 handle_install_for_ls: Install of "/var/mobile/Media/PublicStaging/TabletClientTEST.ipa" requested by mobile_installation_proxyMay 23 14:03:24 jwebbs-iPad installd[59] <Notice>: 0x343000 MobileInstallationInstall_Server: Installing app com.xxx.xxx.TabletClientMay 23 14:03:24 jwebbs-iPad installd[59] <Error>: profile not valid: 0xe8008011May 23 14:03:24 jwebbs-iPad installd[59]
Hello everybody,It's Chay here from GameAnalytics.I'm happy to announce that you can now integrate GameAnalytics with Adobe Air games. GameAnalytics is totally free of charge, developed specifically for games and only takes a few minutes to setup.You can read more about the release here.Check it out Thanks,Chay @2437173 Like this
Hi,I use the ErrorEvent.ERROR to catch connection problems when I load a page. However I wasn't able to catch it on ios with air 26. Other platforms or air < 26 do fire ErrorEvent.ERROR with the same code.I filled a bug report here:Tracker Hope it will be solved soon.Thank you.
I pretty much stopped using TestFlight when they stopped Android support, but now I need to enable it for a customerusing the ANE from "Adobe Gaming SDK 1.4" I can compile and test in FlashDevelop just fine, but when I try to package for iOS I get this error :"Error: META-INF/iPhone-ARM/libTestFlightImpl.a are required to have universal iOS libraries. Please contact the ANE developer(s) to get the same."I searched and found that all ANEs from the Gaming SDK have a 64-bit version here : Gaming SDK ANEs - Universal 64-bit support | Adobe Developer Connection ...except the "betatesting" (TestFlight) extensionI am missing something ? Can we still package IPAs enabled for TestFlight ? If yes, how ?Any suggestion welcome !Thanks
Hi there,I'm using Milkman's Admob ANE into my Adobe AIR application for iOS. I've implemented all the required implementation steps but I got reports about my app freezing up after an AdMob interstitial is being closed. This seems to happen to some AdMob interstitials in particular, like Game of War playable interstitial for example.It's weird because when my app freezes I can hear the sounds behind as it would still be going, I can even press buttons without the screen to change tho.I already contacted the Milkman's support but they suggested me possible fixes I already attempted. Have you ever run into similar issues?Adobe AIR 26.0.0.100Starling 2.1Milkman AdMob extension 4.11.1Thanks,Gionathan
Hi, I have a desktop App application which communicates with our server over HTTPS. The connection is secured with a certificate signed by LetsEncrypt.orgOn all platforms, and both via Air and Web Browser, this certificate works absolutely fine with the exception of Air on Windows 10.On Win 10 systems, it produces a message saying 'Revocation Information is not available for this Certificate', and the only way to supress the error is to disable revocation checking in windows (not a viable option as it poses a security risk).It appears to be an issue specific to that combination of technologies - Win 10 / Air (any version 17+) / LetsEncrypt.Please can anyone advise how to fix this without needing to change the SSL Cert at this time?Many thanks,Kieran
AIR 25 has a min android version of 14. I have an old game that I would like to update, it was built on an very old version of AIR and targeted 8. Does anyone know what the newest version of AIR I can use to target android:minSdkVersion="8"?Cheers,Steven.
I'm building a video call software! How can I simulate the zoom? I'm using: -native video -for streaming adobe media server Can anybody give me a hand?
Boa tarde, alguém sabe desativar as atualizações do adobe DC? Já procurei em diversos foruns, até do exterior, não consigo encontrar. Agradeço desde já.
Trying to install Air. I go to https://get.adobe.com/air/ and click Download. My browser goes to the Creative Cloud product page and the download does not start.MacBook Pro running 10.11.6 using Firefox 53.0.2 64-bit.
Hi,We have created mac application using the adobe air framework. we want it to deploy outside of the mac store, our customer download it fromURL of our website. Previously we have signed the .dmg file with third party code signing certificate so it will not throw un trusted sourcewarning while installation. third party code signing certificate worked well previously.but this month code signing certificate expired, we have purchase renewed certificate from the certificate vendor( global sign) & tried to sign with renewal certificate but it won't work. we have contacted global sign support they have provivided below information----------------------------------------------The response from GlobalSign: "It seems that you're signing .dmg files which is pointless to troubleshoot because Apple has implemented Gate Keeper wherein it won't accept applications that are signed by 3rd party CA's. If you want to distribute this on all latest OS X version you'll have to sign your application u
I have an AIR app that I want to send files to Amazon S3. I've found a couple of potential posts about the subject, but nothing directly from AIR (some talking about from Flash Builder). Before I dig in and try to adapt those, I was wondering if anyone had some example they might share to help out.Thanks in advance!-jonathan
Can we please get an updated road map for 2017?would love to see Adobe's plan for the year ahead (hope ANE for WebKit Windows / Mac is in as well...)Thanks as always,Sean.
Hi,I just publish our app with AIR 26 Beta which uses StageWebView to display HTML5 content files that are downloaded locally on the iPad. The webview displays a white screen. The stagewebview first loads index.html, then based on device, it redirects to index for ipad or index for mobile. The HTML5 page contains javascript. It is white screen on the stagewebview.I tested with a plain index.html that only has one line of text in it. The test displays ok through stagewebview. What could be the issue with AIR 26? Does it have to do with the wkwebkit? How can I troubleshoot this? All of the sudden the apps are not working anymore and this is scary. Please help. Thank you.
Hi,Is it possible to pack an Adobe Air installation executable together with a text file, with a packager like Advanced Installer?Our goal is to package a file with some configuration information along with the Air application, without recreating the Air application each time.Disclaimer: I am no developer, but I need this info for an evaluation of possible ways to proceed with Air.Any input is very welcome Cheers,Daniel
Application crashes when using StageWebView on IOS 7 or lower.I use this code:if (StageWebView.isSupported){ var webView:StageWebView = new StageWebView(/* true of false does not matter in this case*/); webView.stage = getStage(); webView.viewPort = getViewPort(); webView.loadUrl(url);}As a result I see black screen.In debug mode I see exception on the line right after web view's initialization:[Fault] exception, information=ArgumentError: Error #2004: One of the parameters is invalid.IOS 7 does not support WKWebKit, so isn't it better to switch to UIWebKit in runtime for old versions?Like suggests natively:Xcode 6 + iOS 8 SDK but deploy on iOS 7 (UIWebKit & WKWebKit) - Stack Overflow
Hi everyone,I am experiencing issue with the air sdk 25 and device running on iOS 10.As explained in the air sdk 24 release notes, accessing some features now require to add information in the info.plist file.From Release Notes Flash Player 24 AIR 24 :Points to noteA new feature for iOS 10 submissions requires you to add the 'purpose string' to your app when accessing a user's private data such as Camera or Photos. For information about providing keys in your app descriptor file, see Information Property List Key Reference | Cocoa Keys.I tried to add this in my app descriptor file :<key>NSMicrophoneUsageDescription</key><string>test with microphone</string>But I got an ApplicationVerificationFailed error during the packaging. Can you confirm me that air 25 can handle this kind of addition in the app descriptor file ? What could I be doing wrong ?Without this addition to the info.plist the app is just crashing when trying to ask for the permission.The crash log r
Hi,I want to do a Adobe air mobile application. I want to do touch scroll. How to do that? I found smooth scroll component on Starling's Feather. But i want the same kind of component in Flash cs6. Where could i found it? or how to do that?Note: I am using Adobe flash cs6, Actionscript 3.0 to publish the iphone/android applications.Thanks,Siva
air 26 StageWebView IOS 7 black screen
Fixed Issues:Starling masking is not working on iOS with Anti-Aliasing ON (AIR-4198229)Known Issues:[iOS] Starling masking is not working on iOS with Anti-Aliasing ON(AIR-4198229)It is the same issue, is it fixed or not?
Background:What works fine:I am successfully building an ANE that supports tvOS, and like you can do on iOS, I am successfully building both device and simulator platforms into the ANE: "appleTV-ARM" and "appleTV-x86" (like you can do for iOS building for both platforms "iPhone-ARM" and "iPhone-x86").I am using IntelliJ IDEA 2017.1.2, and there is no issue actually building an .ipa and deploying to the AppleTV device directly using a custom Apple iOS SDK target: /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk .Even running in debug mode in IntelliJ works fine with actual device hardware and the ANE works too, including the "appleTV-ARM" platform correctly.What doesn't work:Additionally, I am trying to setup IntelliJ to run the AppleTV Simulator to include the proper "appleTV-x86" platform when it builds the .ipa.Setting up a build configuration choosing iOS Simulator and setting the SDK to: /Applications/Xcode.app/Contents/Developer/
I'm looking to make a video AIR app. The videos will be hosted on AWS cloudfront. I'm thinking about making the video private so it can only be viewed with AWS key. The problem is there is now AS3 SDK or ANE. Anything out there?
Bitmpadata.draw method on video invalid, android under. (Bitmpadata.draw方法对video无效,android下)
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.