Join a global community of Adobe Air users and developers.
Recently active
Hi there,we developed an App and defined <aspectRation>portrait</portrait> in the descriptor xml.We also set:<autoOrients>false</autoOrients> <fullScreen>true</fullScreen> <visible>true</visible> <softKeyboardBehavior>none</softKeyboardBehavior>The Samsung Galaxy Tab 2 7.0 gt-p3110 with Android 4.2.2 seems to ignore this setting and so the app always crashes.We tested it with Android 3.7 and 3.8 beta.Perhaps this is also the issue why the App becomes rejected on Samsung Apps...http://forums.adobe.com/thread/1212455?tstart=0Bestomi
Hi, my first attempt at an OUYA game made in AIR was rejected with several issues that I hope can be addressed:1) Adobe's otherwise excellent "GameInput" class does not seem to recognize their "Home" button, which they would like to be used as pause.2) Upon leaving the program to follow a URL, the app will restart upon returning. I thought this had more to do with OUYA's OS than AIR because I have no such problems on mobiles.3) Accessing textfields does not bring up a virtual keyboard on OUYA. Again, I have no such problems on any mobile.I know several people have got some AIR apps on there already, so it depends which reviewer you get. But this was my experience, and I'd like to address some of these grievances to avoid a battle of wills with each update.
I have tried to contact a developer named Wouter Verweirder regarding my work based on his native extension, but have been unable to reach him. His UDPSocket native extension is found here:https://github.com/wouterverweirder/AIR-Mobile-UDP-ExtensionI hope that someone here can help me regarding this inquiry:I have reasons for writing a native extension like his, but for TCP communication rather than UDP.I am very familiar with both UDP and TCP networking at the packet level, as well as at the source code level in several languages. I have replaced his UDP components with their TCP counterparts as appropriate, but I get no communication at all.To start from square one, I first made sure I was able to build his extension from the source code, and then use the resulting ANE with my Android app for UDP communication as he originally intended.Then, I simply added the following as a test at the end of his UDPSocketAdapter constructor (in red): public UDPSo
If i build my app with 3.7.0.1530 then an RTMPS connection (proxyType = "best") works fine. If I build with 3.8.0.820, on Android I get a NetConnection.Connect.Failed after about 10 seconds. Works fine with 3.8 on iOS & OS X.Any ideas?
Trying to put a build of our game (http://www.facebook.com/MonsterMiniGames) on my recently received Ouya, but after every combination, I'm getting the dreaded "This application is not correctly embedded (wrong wmode value)". Currently I've tried "direct", "gpu" (I even tried "cpu") for "renderMode", and removed it altogether for default in the -app.xml file. I installed the Air apk from labs, tried a non-captive runtime build, and a captive runtime one, all with no luck. Near all of the above settings work fine on my Android phone, Nexus 4, so I thought there wouldn't be any problem with the Ouya, but can't seem to get it work currently.Really would love to see what it comes up with, but am currently left frustrated with not much idea what's wrong, or how to fix it Any help would be greatly appreciated.
hi,My pc has 12 gb.I was developing full scale DESKTOP adobe air app and it started to crash on mousemove. So basically i wanted to see whats available free memory it was showing 50mbthat was too low for my app to process data.So i went back and created simple HTML that shows available free memory...it shows 80mb free....whats going on?.Anyone care to explain? FREE memory should be atleast 50% of allocated memory of processs assuming system uses 50% Here is code and here is HTMLoutput Memory-f-88-t-6452-p-30064HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>PUSH PERFECT</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><script src="assets/js/frameworks/libs/air/AIRAliases.js"&
Hello. I am still quite green when it comes to the in's and out's of RoboHelp, so please pardon me if my inquiry is out-of-place in any way... I am working on a PC/Mac compatible AIRHelp project in RoboHelp 9, and was wondering if there are any issues with authoring/inserting Actionscript? Essentially what I am looking to do is add two ActionScript source code files... the first is to be added to the project source folder and defines a particular class... the second attempts to validate a function of said class. As these source files are part of a third party purchase, I wanted to verify that this class can be interfaced once the installed .air application is launched.I thank you in advance for your time and information
Hi,I meet a problem that the I can't get GPS info when using Geolocation api. My app is fine when using iOS 5 device, but our customers update their device to iOS 6 today and geo.setRequestedUpdateInterval never response this time. Is this a known bug or I should use a new way to get GPS?It's a very Critical problem for us. Can any one help me? Many thanks
When is the AIR roadmap document going to be updated? It has a roadmap until the "Harrison" release, which seems to be AIR 3.8. I have seen semi-offical references being made by Adobe folks on the web about updating the roadmap. Is an update iminent like in the next week or so ?Thanks,- Abey
Hi Everyone,I have been working hard on trying to remove the air prefix from my app/package id (i.e. air.my.package.name) with the captive runtime featured included in my app at the same time. I have been able to go through all stages except for the creation of a resource.arsc to package inside my.apk . I receive a huge list of errors when using the aapt utility through the terminal to create the .arsc file. They are all say "No resource identifier found for attribute 'property_name' in package 'android'"/Users/CodeMata/Desktop/apkConvert/area/res/layout/ssl_certificate_warning.xml:20: error: No resource identifier found for attribute 'layout_height' in package 'android'/Users/CodeMata/Desktop/apkConvert/area/res/layout/ssl_certificate_warning.xml:20: error: No resource identifier found for attribute 'text' in package 'android'/Users/CodeMata/Desktop/apkConvert/area/res/layout/ssl_certificate_warning.xml:20: error: No resource identifier found for attribute 'layout_below' in pack
Hi everybody,when I open my Air app on an Samsung Galaxy Nexus the soft buttons (back, home, overview) are hidded by default.I have to tap on the black bar to show them. After that they are visible as long as the app is running. Is there a way to make the visible by default?I'm using the air 3.8 SDK.RegardsRobin
Anyone else, started happening on 7-23-13. Not working on any browser or mobile.
adobe air now is v3.8 beta,has not been updated for a long time.adobe ready to give up adobe air?sading...
Hello,Somebody knows if Adobe is preparing an AIR implementation for the WP7 platform?BR,Jesus Bosch
I bought a leap motion controller. Capabilities.touchscreenType now says my Windows Desktop is a touch screen. I have an application that runs on iOS, Android, Windows and MAC. The problem is the UI and events are different for touchscreens vs. mouse screens. I need to detect desktops with leap motion and overwrite the Capabilities.touchscreenType value. What's going to be the best method for doing this?
Hi,does StageWebView not share cookies with URLLoader on Android?Thank you.
Dear Adobe Community,Does anyone have any suggestions on how to add a file browser interface with preview icons of images, videos, and/or file type icons on Android using Adobe Air? The closest I've found is a native extension from Freshplanet called AirImagePicker, but it seems to have a bug or such that makes it crash after a file is selected (esp. a non-image type file). If the extension worked as advertised, it would be a shoe-in solution for what I am trying to do. I am hopeful the collective Adobe developer community can point me in the right direction. (Again, the key being able to visually see preview of the file I am picking, not just a list of filenames, which I can do now).thank you for any suggestions,Alex
Hello everyone,I'm trying to get stageVideo.attachCamera running on a Nexus 4 and 7. On the attached screenshot you see the result.The Video shows up as expected , when the camera is attached to a normal Video object.So before I'm going to file a bug, I wanted to ask if anyone of you have had similar problems or has successfully done what I'm trying.I've tested withNexus 4 and 7 OS V. 4.2.2Air 3.6renderMode direct and gpuBestWolfgangScreenshot:
I'm testing on a Nexus 4, Android 4.2.2, and having a few challenges getting the virtual keyboard to behave:1. When a TextField gains focus, it always provides the return (newline) button in the bottom right, which successfully creates a newline in the TextField -- even though the TextField is set to single line, and I have restrict set to "^\n\r". How can I prevent the newline button from appearing, and if not, how can I prevent newlines in my single line TextField?2. Is there a way to customize the action button (return key default) on the soft keyboard? Say to make it be "DONE" or something else?-Aaron
Doesn't appear that File I/O error is trapped by the IOErrorEvent.IO_ERROR eventas described in all the documentation and samples I've looked at.My test code is listed below - if the P drive does not exist it generates a File I/O error (#2038)which it should - but it doesn;'t get trapped in File event.Here's the simple test code attached to a buttonpublic function btnSubmitSafetySheet_clickHandler(event:MouseEvent):void var pdfFilter:FileFilter = new FileFilter("PDF Files", "*.pdf"); var tmpPDF:File = File.documentsDirectory.resolvePath("rpt_RegionalManagers.pdf"); var copyToMissingFolder:File = new File(); copyToMissingFolder.nativePath = ("P:/safety/Initials-DDMMYYYY-SafetySheet.PDF"); trace(copyToMissingFolder.nativePath); if (copyToMissingFolder.exists) {
hi , i have a problem since i formated my computer to windows 7 x64 .. i can't install adobe AIR i have this error : windows cant find 'C:/users/PC/appdata/local/temp/AIREB40.tmp/adobe air installer.exe' verifiy that you intered the right name , and try again .i didin't installed AIR since i formated the pc , i tried couple of things written in the forums , still the same problem , i can't find logs because its not even installed . HELP i downloaded adobe AIR three or four times ... still same problem ,
Hello guys,I am building an app for both iOS and Android and i have a big issue that i don't know how to overcome on Android.I have the following code:------------var vid:Video;var cam:Camera;cam = Camera.getCamera();cam.setMode(320,240,12);trace("CAMERA:",cam.width, cam.height, Camera.names);vid = new Video(320,240);vid.attachCamera(cam);vid.x = 0;vid.y = 0;addChild(vid);-------------If i set the camera mode to 640x480 the app freezes/refreshes every 20/30 seconds.(works on iOS without any issues.)I have tried using air versions from 3.6->3.8 with Direct, CPU and GPU mode.Android version on my test phone phone is 4.0.4.link to test apk: http://goo.gl/8e99YaThanks!After HOURS of testing managed to see that the problem only occurs in PORTRAIT MODE! lanscape mode works as it should Any thoughts ?
Hi,Can I do what the topic says? Basically I would like to check with a timer a URL and once something appears there I want it to be sent directly to my default printer. Is that possible? And if Yes, how?thank you,George
Adobe air not working on a manix neo x5yelo.tv not working in movie channel PRIME (from telenet(Belgium))the movie starts but stops then suddenly en is not comming backWhat is the fault???Rene
Embedded JSON database engine ANE binding available https://github.com/thejustinwalsh/airejdb
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.