Join a global community of Adobe Air users and developers.
Recently active
Im developing an Air for Android App using Air 17 that is basically a VOIP phone. Im trying to get the Audio to come through the earpiece using the following code: SoundMixer.audioPlaybackMode = AudioPlaybackMode.VOICE; SoundMixer.useSpeakerphoneForVoice = false;It seems to work until I start talking into the built in Mic from my android device, the audio just stops functioning all together. I tested the AudioPlaybackMode.Voice on another simple app I made where it just plays a sound file and it works perfectly.Can anyone provide me with some insight of why this is happening or give me any advice on how to debug this issue? Thanks
I've been getting this error for past 2 days and have tried everything I can think of. I have revoked old certs and created new ones, along with new provisioning profiles. I did this for distribution, ad hoc, and dev. When I try to import the dev .cer file into keychain access, it doesn't seem to do anything -- I've tried both 'import' and just double-clicking the .cer file. I've tried deleting all old certificates, thinking that perhaps they were somehow cached and weren't updating with the new import. Didn't work. When I run using dev .p12 and provisioning, I get "The signing certificate is not from the expected issuer". So I'm trying now to debug using Ad Hoc, which has worked in the past. But I just get the ApplicationVerificationFailed error. I have removed beta entitlements from the descriptor, as I've read that that can be an issue. Does anyone have any ideas?Thanks.
I restored my computer to a date before I installed a Adobe AIR app, but now Can't find anyway to open it. There are no shortcuts to Adobe AIR or to The APP. When I try to reinstall the APP it says the app is already installed! I have uninstalled and reinstalled several times the ADOBE AIR itself.
Hi,I need to find out the position in the text for the first word that doesn't contain a leading hashtag (#) - starting from the end of the text.This is a demo text: var demoText:String = "hello world #dontremoveme here #1remove #2removeme #3removeüäüö The position would be after the word here.How do do that?
Here is the bugbase ticked: Bug#3953317 - [Windows] [Mac OS X] Context3DProfile.STANDARD_EXTENDED profile don't workTrying to request Context3D with Context3DProfile.STANDARD_EXTENDED profile throws "Error #2008: Parameter profile must be one of the accepted values" error on desktop systems (Windows and Mac OS X). Doesn't matter if you use requestContext3D or requestContext3DMatchingProfiles method, both don't work if you try to request Context3DProfile.STANDARD_EXTENDED.It has been tested with AIR 17.0.0.124 on Windows 7 & 8.1 x64 and Mac OS X Yosemite. Same problem in all cases. It works fine with Android and iOS.I'd like to ask everyone affected by this issue to take a minute and vote for the following bug.Thanks.
We have an iPad app that runs continuously in hospital clinics. About once a day, the app crashes because of "excessive wakeups" (crash details below). The app isn't doing a lot of things -- it's mostly a branching app that shows different text and video, depending on which buttons the user taps. To lock the iPad so that it can only run this one app, we use Apple's Guided Access feature (I don't know if this is relevant).I searched the forums and only found one reference to the wakeups issue, which was mentioned in February 2015. There weren't any answers to that post.Has anyone else seen this? Can any Adobe engineers give me tips on what might be causing this or where to look?Thanks,John--------------Details...AIR version: 15Hardware Model: iPad4,2Code Type: ARM (Native)Parent Process: launchd [1]OS Version: iOS 8
Hey! A compile failed happened in my project...somebody plz help me...I received this error "Compilation failed while executing : compile-abc" when i compile to ipa.. It is a IOS project,i use the AIR SDK 17.and IOS7.1.It is working before i use SDK 15. After i changed to 17,An issue apeared, "the libmobile.a included a not standard library"(i am not sure)...then i compile and leading-in a new mobile.ANE... compile-abc,failed .plz somebody tell me what i should to do next? THX 2 much.
Our app cannot obtain Context3D on a Nexus 6 running Lollipop 5.1, when published with AIR 17. Starling gives the error "Context3D not available! Possible reasons: wrong renderMode or missing device support."Downgrading to AIR 16 works just fine.Bug#3961019 - Can not obtain contex3d in nexus 6 Lollipop 5.1
Hi,I would like to test an Air built iOS app on my iPhone.I'm using Flash CS6 and AIR SDK 16 on Windows 8.1. and I'm getting the error "Unable to enumerate devices" after publishing my app.What does that mean and how to fix?(I have the latest version of iTunes installed)
In a desktop project I use stagewebview to load a local html file,this html file include flash player a map and use js call as to control the swf display in flash player.When i run in debug mode is OK,but when i publish to air or exe it dees not work,the map is no problem,but the swf does not been load.Code is here:stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE; webView.stage = this.stage; webView.viewPort = new Rectangle( 0, 0, stage.stageWidth, stage.stageHeight); var fPath:String = new File(new File("app:/examples/StreetViewWithMap.html").nativePath).url; webView.loadURL(fPath);
I understand it takes processing capacity to use EchoSuppression, but was wondering if it will be available any time soon on Air for mobiles, as it is available for mac/win. It would be very useful when using speaker phone on voice/video call.
I have a basic countdown script that I've used in the past in old Flash project. For some reason when I run it in an iOS app it behaves strange. I am also looking at the best approach to modify so I can set my countdown variable to accept a value such as 2:15 ( Two minutes & 15 seconds ) rather than just whole numbers.The weirdness is that if I set it to countdown 2 minutes... I can see the timer start at 2:00 .. but then it jumps to 1:57 and never shows 1:59 1:58Here is my script... is there a better way to do this ?As always .. any help is appreciated. // I would like to be able to use values such as 2:15 var theTime:int = 2; var endTime:Number = getTimer(); var countdownTimer:Timer = new Timer(1000); countdownTimer.addEventListener(TimerEvent.TIMER, updateTime); function updateTime(e:TimerEvent):void { var timeLeft:Number = endTime - getTimer(); var seconds:Number = Math.floor(timeLeft / 1000); var minutes:
Hi! How can we use dreamweaver cc with adobe air?
Although it is demand, or can not support ogg? In it to support Flash IDE, you can not play in AIR SDK.
A write native extension for android to display "Better pickers" https://github.com/derekbrameyer/android-betterpickers. To display components from this library I wrote Activity extends FragmentActivity to get FragmentManager. I named my class OpenCalendarPickerActivity. Now I have a problem (from logcat): "Unable to resolve superclass of Lcom/insolutions/nativepickers/OpenCalendarPickerActivity" and "Link of class 'Lcom/insolutions/nativepickers/OpenCalendarPickerActivity;' failed". I include classes from android-support-v4.jar into my project - no result, I try use platform.xml with packagedDependencies tag to include this jar into ane - no result. I can't make this work. PLEASE HELP.
Hello,I'm trying to help a friend with a pop up every time she boots into Windows 7. The pop up reads:" Adobe AIRInitial content could not be found for this application. Try re-installing or contacting the publisher for assistance."Any ideas? I'm hoping that someone has had this exact same message, so I don't have to waste time playing with it. All I'm trying to do is remove the popup. Thank you....
Hi,I need to skin the Flex Mobile Text Input with a gradient in the background. I have created a skin for that. It works fine on Android devices but in case of iOS devices, the keyboard doesn't even comes up. If I remove the skin, it works fine. I guess the issue is with skinning, but how can I fix this? Below is the skin I created, if it helps:<s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:fb="http://ns.adobe.com/flashbuilder/2009" alpha.disabledStates="0.5" blendMode="normal"> <fx:Metadata> <![CDATA[ /** * @copy spark.skins.spark.ApplicationSkin#hostComponent */ [HostComponent("spark.components.TextInput")] ]]> </fx:Metad
Hi,Load a html page in a frame within the stage of flash and is ok.If I do the same thing in a movie clip in the library and drag it to the stage does not load html page.There is a different procedure or is it impossible?
Good morning, I'm doing a project in flash air using a class.In the "Properties" I can put a single class.If I need to use more classes where I add?
Hi all,im in an Air project and i need to uses graphics, movieclips etc to be layered over the actual stage text so it will partly cover the stage text. I have not succeded yet, as stage text always are on top. Is it a way to code special graphic elements to so they will cover stage text?
Simply put.... is there any? Flash Builder 4.7 came out in 2012... 3 years ago.I see adobe rolling out new versions of AIR but why no concern over the existing Flash Builder bugs or creating new features?Imagine a Flash Builder where when you add assets to your source folder, you don't have to clean project > close FB > open FB > clean project > pray > compile.Imagine a Flash Builder where when you replace your swcs, you don't have to clean project > close FB > open FB > clean project > pray > compile.Imagine a Flash Builder where you could select your Native Android or iOS library files and click "compile ANE".I'm sure there are many many other wishes for AIR developers but these are a few of mine. I'm also sure the people over at Apache Flex would love an update... seeing as how they've had to have Adobe manually release .jar files to fix known issues (Flex New Project Issue - Flash Builder 4.7).... As far as I know, this is the only ever update from Ado
We have fund a bug that only occurs on some iOS devices. After returning back from the Camera UI the application behaves strangely. The GUI jumps back and forth and is almost unresponsive. Our camera code has been working fine for several years and has been heavy testet.I sounds like the bugfix in the Adobe Air 17 Beta from March 24, 2015 should fix the problem:* Stage alignment get distorted on returning back from Camera UI. (3946793)But the problem is both in Air 17 (version 17.0.0.124) and Air 17 Beta - March 24, 2015.
Ok, this might be a long shot, but here goes.My iOS AIR app includes a bunch of native screens defined in a storyboard. I have them included by putting them into a native (static) framework, including that framework in an ANE, and adding code to instantiate and add the various ViewControllers to the screen.I can add a ViewController as a child and get its view to show on the screen with the following obj-c code in my ANE: [[[[UIApplication sharedApplication] keyWindow] rootViewController] addChildViewController:controller]; [[[[UIApplication sharedApplication] keyWindow] rootViewController].view addSubview:controller.view]; [controller didMoveToParentViewController:[[[UIApplication sharedApplication] keyWindow] rootViewController]]; However, some of the views have child views that use segues and the push stack from UINavigationController. When these screens try to load, I get the followin
Hello,One of our clients has a problem that our app doesn't work correctly on his S6 Edge (he even tried with a second device but the result is the same). Most part of the app works, it starts up correctly, renders, correctly,... The app can also download some data over http and save it to file, but it fails to create a socket connection to our server (this is no http, but raw data on a TCP connection). Currently I can't get hold on an S6 to debug this problem, so I'm a bit at a loss. Ofcourse there was the announcement that the S6 and S6 Edge come preinstalled with the "Intel Security App", so I'm guessing that this may be a source of the problem.On the other hand, one of our other apps, that creates a similar socket connection works perfectly. But this is a newer app, so it doesn't use AIR anymore (for the obvious reasons... ).Can anybody confirm or deny that an air TCP socket connection is a problem on the S6?Thanks
Hey, In our apps, we have embedded storyboards into an ANE, and successfully used those screens in an AIR app, and figured out how to use custom fonts in those views. I wrote a quick blog post about it and just thought I'd share it real quick in case it helps someone.ANE for iOS with Custom Framework – Using Custom Fonts | khef.co
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.