Join a global community of Adobe Air users and developers.
Als letztes aktiv
I am unable to install the update to Adobe Air. I have run as Administrator but still doesn't work. I do not get an Error #--just states that an error occurred and to contact my Administrator. I am the Administrator. I have Windows 8. Is that an issue/problem?
Hello,We have experienced some issues during the development process of the AIR desktop multitouch applications for Lenovo's IdeaCentre Desktop systems (specifically the "IdeaCentre A730 Desktop"):http://shop.lenovo.com/us/en/desktops/ideacentre/a-series/a730/#techspecsWhen you touch the screen with only one finger everything functions correctly, but when you touch it at the same time with another finger, a square appears where the first finger is touching. It seems this square is related to the right-click function in the touch screen (in the Windows Explorer, you can long-press the screen with your finger and a little square will appear, showing you that this pressing will be performed as if you have clicked with the right button of the mouse), but we have made sure that the right click is disabled in all ways and it's still happening.We are also experiencing significant performance problems while this square is showing, also when we touch the application with many fingers (IdeaCentr
i cut and pasted the examples given in the AIR documentation and get "TypeError: Result of expression 'childInterface' [undefined] is not an object". AIR 3.9, OS X 10.9.1. any ideas? thanks.--------------child.html:<html><head> <title>child</title> <script type="text/javascript"> var interface = {}; interface.calculatePrice = function(){ return ".45 cents"; } interface.storeID = "abc" window.childSandboxBridge = interface; </script></head><body> <h1>child</h1></body></html>---------------------helloworld.html:<html><head> <
Not having much joy. I've tried _textfield.setStyle("verticalScrollPolicy", "off");Normally I would set _textfield.mouseEnabled = false, but the field may have hyperlinks that need to be clicked.
It continues to run in the background with sounds after pressing the home button or start another app. On iOS xml the UIApplicationExitsOnSuspend did work...is it a similar solution for Android/Galaxy Tab?
I'm working on an iOS 7 application, built with AIR 4.0.0.1390, and am having a problem getting the ad-hoc ipa to install on my test iPod touch 5th gen iOS 7.0.4 device.I can successfully get the app to debug on computer using the emulator, and can successfully package an ad-hoc ipa, but when trying to copy it to the iPod touch using iTunes sync, the app gets "stuck" in a strange last stage "installing" phase. A darkened icon of the app appears on the springboard, with the text "Installing…" below it. The top-level progress indicator in iTunes completely finishes sync/install progress, the app listing on the left has a button next my app that reads "Installing." Eventually this text changes to the name of the application, but the icon remains in the darkened state. When tapping on the icon at this point the text changes to "Waiting…" and the app refuses to launch.I've built the ipa multiple ways, including with adt via command line, and have tried using the new AIR 4 -useLegacyAOT no s
I am trying to reinstall a Bamboo tablet from Wacom because my computer had a virus issue, but the Bamboo Dock application won't install. An error box says: If you have installed Bamboo Dock before, please make sure that it is properly removed from your Applications folder and from the Trash and try again. Adobe AIR Installer: Installation failed. I have Adobe CS5 Production Premium installed on my computer and Adobe AIR installed with that program. Would it mess with the creative suite if I uninstalled Adobe AIR to try to get the Bamboo Dock to work?
I'm trying to compile a simple AIR Mobile app for iOS, incorporating an ANE to support Localyticshttp://flashsimulations.com/2012/06/18/localytics-adobe-air-native-extension/Compilation fails with the message "ld: -pie can only be used when targeting iOS 4.2 or later"Surely 7.0 is later than 4.2! (I'm using Flex 4.6 - AIR 3.9 SDKS). Tried building with FDT and with Flash CC, and against earlier versions of the iOS SDK (6.0, 5.0).Any suggestions?
Hi ,Iam new to Adobe AIR can anybody tell me,Is it possible to develop an Adobe AIR application with java ,I want to develop some app which can handle RichText on browser.. please tell me whether netBeans or eclipse plugins are available of Adobe development tools.
I was prompted to update adobe air program, when attempt error message informed to notify admin, what do I need to do to resolve?
Hallo,please help me with installation adobe air app on my Samsung galaxy tab 3 10.1 android version 4.2.2
we are building an app for iOS using AIR 3.9 where we have to load and parse the xml document so that we can read the images path and download the stuff on iOS device. To fix this issue we have found a solution using XCode via ANE where by using XPath Query classes such as "PerformXPathQuery", "PerformXMLXPathQuery", "xmlReadMemory" etc. The code is running well when build on simulator itself on mac machine. But when we are packaging the ANE with AIR 3.9, it gives us the error which says that:-Error occurred while packaging the application:Undefined symbols for architecture armv7: "_xmlReadMemory", referenced from: _PerformXMLXPathQuery in libnet.example.download.a(ExampleLib.o)ld: symbol(s) not found for architecture armv7Compilation failed while executing : ld64I have tried linking binary with libraries like "libxml2.dylib", "libxml2.2.dylib" and libz.dylib + added the libXML header files to the header search path in the build properties, but got n
I got the Asus Memo Pad 302C. I can not instrall the Adobe Air on this machie. It shows the error menssage -24.The Memopad is installed the Android 4.2.2Can any one help this? Thanks a lot.
How do I fix this?Every time I try to update my keyword research software I get this message: "This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance."I have tried numerous uninstalls and re-installs and still can't get it to work???I have been trying to get an answer to this for almost a year now.
We have several commercial air apps deployed. About 3-4 times a month, we get a user whose app cannot connect to our web server to get some info the app uses.This is a very odd problem: we use URLLoader to fetch the info from the server. For most people there is no problem, but only for some with a windows PC, they get the error #2032 if the url is ssl and the remote server sends a redirect http response.We have had problems in the past with air and error #2032 with SSL connections, and it is usually a problem with windows computers time being off by over 24 hours but in this case the time is set correct.When this problem happens, the following is true(again, using URLLoader):1. SSL urls work fine if there is no redirect from the server. But if the server redirects, the app gets the #2032 error. 2. This only happens on a windows computer, and only for some users.This problem seems to be isolated to Air apps:3. On computers with the problem, the same ssl url with the redirect works fine
Hi,I'm getting different results on Windows and Mac OS for an api request sending back JSON.This is my request :sServicePath = API_URL + "theMethod/?";urlRequest.method = URLRequestMethod.GET;urlRequest.url = sServicePath;urlVars = new URLVariables();urlVars.someVar = someVar;urlRequest.data = urlVars; loader = new URLLoader()loader.load(urlRequest);protected function completeHandler(evt:Event) : void { // this traces the JSON string on Mac OS and HTML on Windows trace(evt.target.data);}My app is Air 3.5.My requests that use POST are working fine on both Windows And Mac.Any ideas ?Thank you.
I am using:iOS 7iPhone 5Starling 1.4.1Gestouch multitouch libany tips?
Hello,I have a strange bug on my Nexus 5 Android 4.4 Air 3.9.If the first caracter is "<", ">", "?",... in a flash.text.TextField, when I select the textField (a long press -> the cursor appear at the first position), the backspace doesn't work.package{ import flash.text.TextField; import flash.display.Sprite; import flash.events.Event; import flash.display.StageAlign; import flash.display.StageScaleMode; public class Main extends Sprite{ private var myTextField:TextField = new TextField(); &
HelloWe are using Strobe Media Playback in our App for displaying our videos and it works in all Browsers and on the iPad.But it don't work on our Adobe AiR App. We always get "We are unsable to connect to the contetn you've requested....". As far as we can see, the problem is, that AiR can't handle links like app:// or file:///. What's the correct way of setting the videopath in AiR?You can download the zipped app here:DownloadOnly the tool "Product Benefits" is of interested.Any help would be highly appreciated.Cheers Alex
Hi there,I've recently launched a game on the Google Play store which has been working fine until recently, I received an error report from a Galaxy Nexus 5 user running Android 4.4. The report is below. I've read elsewhere that the issue could be caused by a lack of space on the device but this seems unlikely (the owner sits opposite me in the studio and has only just bought the phone). I'd appreciate any help on how best to tackle this issue, perhaps advice on whether it is better to not embed the AIR runtime and have customers download it separately? Ideally I'd prefer not to go down this route but will do whatever is necessary to ensure players can run the app!It's very frustrating as the app has been running great on various Android devices until now. (the iPhone version is also out and no issues as of yet - probably because it's compiled differently for iOS). The app was created and exported from Flash CS6 using AIR 3.4. I've udated the app now using AIR 3.9.0.1200 which throws u
I have according to the installation program successfully installed adobe air. I am now trying to download an adobe air app from Jacqui Lawson and keep getting the following message."Sorry an error has occurred. The application could not be installed. Try installing it again. If the problem persists, contact the application author."I have read other comments regarding this matter and tried everything suggested so far. I am still having the same issue. I am running windows vista 32 bit. All firewall and anti virus are off, UAC is enabled, I have uninstalled and reinstalled the program and I have tried using a different browser. Can anyone suggest anything else to try.
No substantive update.And its performance is almost no difference AIR3.1.Can we give up AIR?
Hi, this bug has been open since May, and is marked as "ToTest > NeedsMoreInfo", however I have provided a complete test case and reproduction steps, so it shouldn't need any more info:https://bugbase.adobe.com/index.cfm?event=bug&id=3569955Can this be looked at? It remains my #1 most reported error from my user's, not understanding why my app can not so something as simple as register to handle Images on Android.
Hi,I'm getting different results Windows and Mac OS from a api request sending back JSON.This is my request :sServicePath = API_URL + "theMethod/?";urlRequest.method = URLRequestMethod.GET;urlRequest.url = sServicePath;urlVars = new URLVariables();urlVars.someVar = someVar;urlRequest.data = urlVars; loader = new URLLoader()loader.load(urlRequest);protected function completeHandler(evt:Event) : void { trace("urlRequest.requestHeaders :" + urlRequest.requestHeaders); appModel.results = "CategoriesService completeHandler";
Hi,My Air app (3.5) makes many requests to an API to collect and send data. Somme using POST, some using GET. It sends out urlVars and retreives JSON strings.I noticed that, on Windows (tested on Windows 7) all the GET requests don't seem to be getting back any data. Both methods work fine on Mac.Any ideas would be appreciated.Thank you.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.