Join a global community of Adobe Air users and developers.
Recently active
windows 8 x64idb.exe - devices (regardless if there is connected device or not)This application has requested the Runtime to terminate it in an unusual way.Any ideas how to fix it?
Everytime I get an update for adobe air I get an error message that says "sorry an error occurred, installation may not be allowed by administrator. Contact administrator"
Hi guys, I am having difficulties integrating LeadBold HTML banner ads into my Air for Android app.I'm having problems with launching the native browser when the banner is clicked. The link opens inside the stagewebview instance. I am using the sample provided by LeadBolt. I have followed the instructions set in the read me file. My app is still in TEST MODE. I have uploaded the html to my server, and changed all the necessary data. Also when setting up the ad, open in new window is selected.After dozens of testing with the code, I came to the conclusion that the code below:webView.addEventListener(LocationChangeEvent.LOCATION_CHANGE, loadAds);is only fired once, and does not fire again when the ad is clicked, hence it loads the link inside the webview.When I remove the: if(e.location != admobURL) statement, it loads the URL in a new window automatically as soon as the banner is displayed without a LocationChangeEvent.Is it because the adMob URL is always the same in test
Hi guys!I want to create an app that sends an image through mail. What options do I have for a global approach for iOS and Android?Would you suggest instead uploading the image to a server? Would it be easier to have a solution for both platforms?Thanks in advance!
Is it available or is the Adobe AIR team working on a simple way to cast to Chromecast from AIR/Android SDK ? Chhers
Hi,We are looking into Protecting Data Using On-Disk Encryption for our iOS apps. I read an article on the adobe site (Protecting content on an iOS device with DPS | Adobe Developer Connection) that mentioned instead of using X-Code to program each file via iOS Data Protection API, the same results can be achieved by generating Data Protection enabled AppID/provisioning profile to pacakage in the app. Is that going to work without X-Code programming? Also, our app downloads content files from the internet and saves to the app's Documents directory. The app also loads HTML pages via StageWebview, the loaded HTML contains user interactions and saves user generated data to localstorge within Library/Cache in the app's directory on the iOS device. Does On-Disk Encryption protect files in these locations within the app?Thank you advance for any feedback and advice.Yuchang
the adobe air upgrade window keeps popping up on my display making me crazy.i deleted the app but this message persists in popping up. is there anyway i can stop this annoyance?
I keep getting Error 0 with Air installation. I need this program for Cricut software. Cricut tech ran Microsoft Fix It which didnt work. They told me to contact Adobe after trying other avenues.
Hi,I'm often uploading AIR apps to iTunes Connect through Application Loader, but for the past 24hrs it has been complaining that "the file is not a valid application bundle".I'm using AIR 4.0 at the command line with all the right certificates and app IDs, and I unzip and recompress the payload on a Mac as I've done hundreds of times before. And it happens with all 3 apps that I'm trying to update so it's not an isolated incident.Has anything changed since AIR 4.0 that would explain this? Has anybody else experienced the same thing this week?
Hi,I am developing an app using Adobe AIR. Sometimes ADL stops responding, the app freezes and after a couple minutes it starts working again (or not). Nothing is displayed in FlashBuilder's console, so I guess it is not directly related to the app itself. Is there anyway to get a log and check what is going on?I am using OS X Mavericks and the installed flex sdk is 4.12.1 using air 13.Thanks,Peter
hi, i want to use adobe air auto update in android devices.. what can i do ?
HelloIm developing an app for IOS and android on adobe air, my app needs internet, i granted the internet permission for andorid in the manifest but for ios i cant find what permission should i grant, when i debug the app in the device it doesnt allow the app to access to the internet server.Any suggestion?Thank you in advance.
Why does "10⁻⁶" display correctly using AIR 13 SDK on IOS but not on Android. This issue isn't new but I was hoping it would be fixed when the Air 13 release notes spoke of "Enhanced Supplementary Character Support for TextField". I'm using the merged Flex SDK
Hello , Is it possible to create context menu in flex tree ? Is there any example for it Thanks
I need to partition my windows into separate domains in a desktop application. I have a MMOG that was running several .swf instances at a time that has been converted to AIR to take advantage of some of the AIR only api's. Now I have found it is not possible to open more than a single instance of an AIR app (wish someone would have said something BEFORE I spent 2 months upgrading this old Flex 3 app!)Before I have fits trying to un-single the singletons (since it would not get me far anyway) would someone please tell me how to open AIR desktop windows in separate applicationDomains?
Hi Guys,I need to save and retrieve dates in a SQLite Database.Im saving the dates lige this:var mydate = "STRFTIME('%J','"+year+"-"+month+"-"+day+"')"sqlquery("INSERT INTO gamedata ( leftTime, number, totalTime, usedTime, theDate)" + "VALUES ('"+setValueMaxSpendPerDay+"', '1', '"+setValueMaxSpendPerDay+"', '0', "+mydate+")");Which seem to be working.How ever when i need to select a specific date at a later stage im not having any luck 😕😕Im trying this:var day= "01";var month= "06";var year= "2014"; var mydate = "STRFTIME('%J','"+year+"-"+month+"-"+day+"')" sqlquery("SELECT * FROM gamedata WHERE theDate == "+mydate);I have also tried:sqlquery("SELECT * FROM gamedata WHERE theDate == "+"'2014-06-01'");But without any luck 😕😕Any help is greatly appriciated.Thanx in advanceHenry
I'm using Flash Professional CC to build an Adobe AIR for desktop application. I don't see how do add a EULA to it.It's standard that during installation process user must accept EULA in order to complete the installation. The AIR packager doesn't seem to provide this option.Is there any way to include a EULA text file in the final installation executable?Note: I'm referring to my application's EULA, not to Adobe AIR EULA.
I was playing games on fb this morning and got a small window as follows adobe flash player request local storage for A248.e.akamai.netit has locked the games up as I cannot deny or close. went to web storage panel and deleted it and is still the same. cannot delete and cannot play games, what do I do now?? thanks.
I am developing an AIR app for iOS and Android, it will need to know the latest exchange rates for a range of currencies each time it is used.I have come across paid subscription currency information services from www.xignite.com and http://fxtrade.oanda.co.uk and also a service that appears to be free, from www.webservicex.netDoes anyone have any experience of these services, or know of any better ones. And can anyone suggest the best actionscript solution to access these webservice, e.g. REST, SOAP, or perhaps another way?
I'm trying to resolve the error "The extension context does not have a method with the name ____" for a mac-based native extension.To isolate the problem, I built a simple .framework, following the documented steps including the flat_namespace and weak_framework tags. Happy to provide full build settings if that's helpful.Here's the description file I use to build the ANE: <?xml version="1.0" ?> <extension xmlns="http://ns.adobe.com/air/extension/3.1"> <id>com.example.extensions.Test</id> <versionNumber>1.0</versionNumber> <platforms> <platform name="MacOS-x86"> <applicationDeployment> <nativeLibrary>Test.framework</nativeLibrary> <initializer>FWInitializer</initializer>
My game runs smoothly, but when a bitmap is first loaded onto the screen (usually more than one at a time) it causes some lag. The lag doesn't reoccur until you exit the app and restart it. I am curious as how to preload these images before they appear on the screen so I can make it look smoother. Its all in one SWF (no external files), and the whole SWF is only 10 MB (probably under 20MB when completed).How do I preload the images so they don't cause lag during game play? (Like load it on a transitioning/loading screen)
While browsing Google Play I noticed that many of the reviews for Adobe AIR are obviously bogus reviews. These reviews make ridiculous or gibberish claims that have absolutely nothing to do with the software, and are always 5-star reviews. An example:Thank you ADOBE! I normally don't review apps but this is too good not to comment!! The hair on my palms has stopped growing and I am no longer blind thanks to the power of Adobe AIR. You've saved my marriage! Also, my car has stopped making this weird clicking noise, my annoying cousin stopped dropping by unexpectedly, the dog's worms have disappeared, and my cholesterol is the lowest it's ever been"These clearly bogus reviews have several threads in common:They are well spelled and punctuated (this is already a sign that they are not legitimate reviews)They always include "Adobe AIR" and usually "Adobe" in the review textThey don't make sense or have nothing at all to do with the appThey are 5-star reviewsFake reviews such as this are co
Hello,is the -omit-trace-statements compiler's option still suposed to work in AIR3.8 and ASC2? I can still see traces of my release build in Scout so it looks it's not removing anything.Thanks,David
Hi there,Chinese and Japanese font / character still cannot display in AIR 13.0 or 14.0.0.103 , Android 4.4.2Korean font is OK.Any ideas?? Thanks!Contra
Hello,I was just wondering if it is possible to wrap a Muse HTML folder (whole export) in Adobe Air to make a desktop application? I have managed to wrap the business catalyst URL that Muse gives you temporarily and made a desktop application. As this is temporary is it possible to wrap the entire project (HTML)?I'm very new to this so i hope this all makes sense.Thanks in advance,SPolly
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.