Join a global community of Adobe Air users and developers.
Recently active
I am using an ANE ezSTT (easy speach to text ) by Fabrice Montifort . It works great on Android. But on iOS the ane is not working when using a combination of microphone and audio (either netstreaming audio or small audio on the timeline. Curiously it cuts out audio from my streaming video too.) For example - it will capture microphone sound - and succesfully render the speach-to-text. But if I then play an audio - no sound.Does anyone have a clue to re-initiate the audio after I use the ANE to capture microphone sound ?the ane sets some pretty straightforward commandsimport com.fabricemontfort.air.ezSTT;import com.fabricemontfort.air.ezstt.STTEvent;import com.fabricemontfort.air.ezstt.languages;var stt: ezSTT = ezSTT.instance;function . .. .stt.start();stt.addEventListener(STTEvent.FINAL, onFinal);stt.addEventListener(STTEvent.ERROR, onFinal);
IOS 12.1 is not supported adobe air sdk 32.0.0.89,when will the new version be released.
As you know, Google announced that all new and updated apps should include the 64-bit version after August 2019.More information can be found at https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.htmlCurrently, AIR SDK 32 only supports 32bit. It is not the same as the Google policy, and there is no solution as much as possible.If Adobe does not release an AIR SDK that supports 64-bit, our company will end in AugustAfter August 2019, AIR is expected to continue to be a viable platform for Android.Thank you.
i use Adobe AIR to develop a music player, use SampleDataEvent and FileStream AIR can play flac,wav,aiff,dsf,dff,aifc music files.air audio decoder has done and it work great well.but for ios , it can't show music info at ios control center (music part) and cant recive the next / prev pause / play button event at ios control center.it is a big bug for music player.can air team add this feature in AIR? just ios is OK.or give a ANE for this.thanks.or open some function to set ios AVAudioSession and get ios control center music control button event.just ios is OK.Thanks very much.
I don't know if this relates to another recent thread about Invalid Architecture, but about a month ago, I compiled and successfully submitted my app to the App Store. Recently, I made a few actionscript changes, didn't touch my descriptor files, compiled and re-submitted my app and got the following error.ERROR ITMS-90208: "Invalid Bundle. The bundle {my app} does not support the minimum OS Version specified in the Info.plist."I am using the air 32 beta sdk that uses the iOS 12.1 sdk. My ANE's have not changed, but have been updated just to be sure, and my descriptor file has minimumOSVersion set to 8.0, which should be acceptable. I don't understand all things being equal, how it could pass a month ago and fail now??Any thoughts or suggestions where to start?
Hi,I'm maintaining large app that among other things enables user to capture image with the camera or scan QR codes also using feed from the camera. After around 30 camera activations I stop getting feed from camera.To exclude possibility that it has to do anything with the rest of my code I built very simple one component app just for testing. This is the code.After opening and closing camera feed for 75 times it stops "returning" image. I also tried profiling with Scout to see if there are possible memory leaks but I didn't recognise any. Here is profiling session with Scout.The only difference I noticed between instances of Camera object when camera feed is visible and when it's not any more visible is that currentFPS property of those instances have different values. When things work fine currentFPS was larger than 0 and after feed was lost that property had value of 0.I'm using latest version of AIR 32. Also, important thing, this issue occurs only on devices running Windows 10 (t
Has anyone successfully implemented socket.io within Animate CC? I'm using an API that has web-socket listeners available .. I've never worked with sockets... hoping this is do-able.
Hello every body, I would like to introduce you a new Air descriptor generator tool! You can add Native Extension setting easily and you can also update your old descriptor XML file to remove or edit ANE settings or permission.You can ask to add your ANE setting to the application by adding new GitHub issue:https://github.com/SaffronCode/Adobe-Air-Assistanthttps://youtu.be/1j71PFebshs
This seems like a no-brainer, but I'm stumped over the simplest thing. Am I misunderstanding the owner property?I had an issue in my application creating a new NativeWindow with the owner defined. The window would not show up when activate() was invoked on it. So I created the simplest hello world application to ensure it wasn't something in my code and it still doesn't show. Can anyone help me figure out what I'm missing or explain the owner property as to why it's not working? If I comment out the line setting the owner on the NativeWindowInitOptions then the new window displays as expected.package{ import flash.display.NativeWindow; import flash.display.NativeWindowInitOptions; import flash.display.Sprite; import flash.text.TextField; public class Main extends Sprite { public function Main() { var textField:TextField = new TextField(); textField.text = "Hello, World";&nb
Hi All,APP[AIR for Desktop] is very ambiguous on the MacOS,but clear on the Flash Player.Can anyone please guide me.Thanks
Hello,HelloI got this error ERROR ITMS-90208: "Invalid Bundle. The bundle *** does not support the minimum OS Version specified in the Info.plist." I'm trying to upload an update to my app using Adobe AIR 32 and an update ANE for iOS 12. I'm sure it is not because of the ANE but I'm wondering if it could happens because of splash screens or icons for iOS versions less than iOS 8. Does anyone knows what are the correct icon sizes and splash images required for iOS 12?
Hi, I'm trying to upload my app with the last version of AIR (32.0.0.116), but everytime "Application Loader" throws an error saying : ERROR ITMS-90208: "Invalid Bundle. The bundle *** does not support the minimum OS Version specified in the Info.plist."How can I fix that ? Impossible to upload my build.... I need help, Thank you !
Hi All,We have implemented domain sharding so that multiple request can be hit at same service at once. We created 6 domain such as a.domain.com, b.domain.com...f.domain.com.When try and make multiple concurrent calls only 4 calls get through and remaining calls waits for response of any one of preceding call before making new call.I was expecting total 12 call to be made in parallel(2 for each domain).Can someone explain why this is happening and how can I fix this ?Let me know if you need more information.
Hi AllWhile uploading the app on App Store, got the below warning message:"SDK Version Issue - This app was built with the iOS 11.0 SDK. Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later."Can anyone please guide me, what would be the quickest resolution for the same.ThanksAtul
I started my Pandora desktop app as usual this morning and it was working fine. I get a notification that there is an update for Adobe Air. I go ahead and download it and now there is no sound when my Pandora desktop app runs. I tried uninstalling and reinstalling and restarting my computer. Nothing has worked. Any suggestions?
Hello,There was a problem that bothered me for a long time.In MacOS system, APP runs on AIR platform vaguely, but debugging on ADL platform is clear.Please enlarge the picture to see.Who can guide me?Thanks
Hi,i have created new certificates (development), provisioning profiles(development), keystore, ... the id is definitvely in the mobile provisioning file , I think I have tried everything I found in this forum but still don't get an app from Intellj Idea working on a connected iPhone7.Are there any checklists, tipps and tricks, ... to find out what the problem could be...?I am using the latest AIR SDK with Apache Flex...Would be happy for any hintChristian
I've been working on this for a month now. I need to install Adobe Air 29 so I can watch my downloaded VUDU movies. I did have it on my computer, but it updated to the latest Adobe Air and then it would no longer work with VUDU. For some reason, my computer wouldn't let me revert to Adobe Air 29. So I reset my computer to a date before the update happened. I now had Adobe Air 29 back, but it wouldn't work. So I figured, just uninstall all Adobe Air programs and then download them again. However, it wouldn't uninstall using the uninstall program. So I downloaded a program that would 'force' an uninstall, which worked.I then downloaded Adobe Air 29, but it will not install. I also tried the most recent for the heck of it, but it will not install either.I then spent countless hours online trying everything possible to fix the error message which is below.All permissions are granted etc.I am at a loss now, because I can't watch any movies on my laptop, nor my phone or smart pad, because it
Hello,I created an Air native extension on Android, I launch my other activity in the ane :Context context = divExtContext.getActivity().getApplicationContext(); Intent myIntent = new Intent(context, OtherActivity.class); myIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(myIntent);if my app is in background and I click on the app buton or I launch a custom URI, my activity is destroyed.I tried to add in the app descriptor android:launchMode="singleTop" :<android> <manifestAdditions> <![CDATA[ <manifest> <uses-permission android:name="android.permission.PERMISSION_NAME" /> <application> <activity android:launchMode="singleTop"> <intent-filter> &
Any fix to the Adobe AIR bug? I take Microsoft certifications but the PVProctor product doesn't work on my machine because the "test" application doesn't launch. I looked at it inside of a debugger (Windbg) and the AV is inside of Adobe AIR. I cannot resolve the symbols so below is what I see.0:000> .exr -1ExceptionAddress: 0f5233b7 (Adobe_AIR+0x003733b7) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000NumberParameters: 2 Parameter[0]: 00000000 Parameter[1]: 00000000Attempt to read from address 000000000:000> reax=00afd128 ebx=07e7a3c8 ecx=00000000 edx=00000000 esi=0ffe39ac edi=00000000eip=0f5233b7 esp=00afd064 ebp=00afd06c iopl=0 nv up ei pl zr na pe nccs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010246Adobe_AIR+0x3733b7:0f5233b7 8b048a mov eax,dword ptr [edx+ecx*4] ds:002b:00000000=????????0:000> kb # ChildEBP RetAddr Args to Child WARNING: Stack unwind information not available. Following frames may be wrong.00 00afd
I want to show EPUB books in my mobile applicationis there any library to solve this problem?
After upgrade yesterday from Air 32.0.0.89 to 32.0.0.116 Panwora on Windows 10 desktop no longer generates any sound. Web version is ok. Tried to find 32.0.0.089 but no longer availab le. Running Version 1809 will all updates including 4/110 (Tuesday update)[Moderator moved from The Lounge to AIRHelp.]
Hello, I couldn't compile my game with the latest Air32 after setting iOS 12.1 SDK.I checked the instruction from the air32 release note to update the linker, but as the development flow is set on Windows, there's no way for us to update the ld64.exe.Will it be possible that ld64.exe get updated for iOS12? Thanks.
Hi,And so another Mac hurdle has presented itselfNotarizing Your App Before Distribution | Apple Developer DocumentationWe currently delivery our application packaged up in a DMG file. This is created using the Flex SDK packaging apps which bundles up a captive run-time which our application then runs on, once installed on the users machine. Also we have the Tuarua WebViewANE external .dll dependacies which alsoThis is my first port of call as to try and make the new "notarisation" process as painless as possible.Has anyone been able to pull their Adobe Air application into Xcode and successfully "notorized" their application, ready for distribution, yet? And if so please share any points or gotchas that you have experienced as I have tried porting in the core application files into Xcode 10 only to see that the core application swf file is just not recognised as an importable file.Thanks in advance for any possible help anyone can give with this problem.
I have reports and screens from users with Android phones with a notch like the Pixel 3 XL, that my apps are no longer fullscreen: there is a black bar on top, the screen starts below the notch, so the bottom part is cut off.See this example:How can I solve this? Preferably without using an ANE.I'm using AIR29 and <fullScreen>true</fullScreen>. Or is this just a question of migrating to the last AIR version?
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.