Join a global community of Adobe Air users and developers.
Als letztes aktiv
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
where can I download version 2.5.1.17730?/ thank you
Has anybody successfully implemented the new "GameInput" class in an AIR project yet?http://www.adobe.com/devnet/air/articles/game-controllers-on-air.htmlDespite including the SWC provided, I'm getting "Class flash.ui::GameInput could not be found" on AIR 3.8.Was I naive to think I could test this on Windows? Although I don't yet own an OUYA, I was hoping to get some response from an Xbox controller.
i'm developing an app for tablet pcs ,i have been confronted with adt code many time when i search solutions.but i dont know what is it, i dont know where to write these codes. is it only for flex? i dont find any guidence, please help
We have an app for browsing a catalog that streams content from a web server. There is an image for each product, some in JPG format and some in PNG format. Our server is fast and reliable so everything has been running smoothly so far, but we'd like to give users the option of saving the data to their device so they don't have to stream every time. I've only worked with SharedObjects before, which are capped at 100kb and won't be useful in this situation.What would be the best approach for storing the images, and keeping them from being overwritten during updates? Saving an uncompressed Bitmap will use too much storage space. Adobe's JPEGEncoder class is completely useless as it takes 10-30 seconds to save a moderately-sized image on a typical device. It also doesn't make sense to re-encode the JPGs, and we need to preserve the transparency in the PNGs.Right now we're using a Loader to retrieve the images and using loader.content to access the image data in code. Is it possible to sav
I have problems with HTTPS requests on android. Works fine in iOS and desktop. Android does not seem to get connection.Does anyone have any idea or input about this problem? Would really appreciate it!
The latest Adobe AIR 3.8 SDK seems to break apps on the Kindle Fire. On launch I see a black screen. When I touch the screen I see the UI for a split second, and then it does black again.The same app works fine when compiled with the last release 3.7 SDK.Pls investigate ASAP and let me know if you have trouble reproducing this in-house.Thanks,- Abey
I have fixed this, thanks. It's because this:<mxmlc file="${SOURCE_DIR}/${APP_NAME}.${APP_EXTENSION}"output="${OUTPUT_DIR}/${APP_NAME}.swf"static-rsls="true" It's the problemaccessible="true"configname="air"debug="${DEBUG_FLAG}"failonerror="true"fork="true"maxmemory="512m">Hi, nice guysThanks for your time to watch my proble!I'm develop IOS App by AIR 3.7. I have seen this about load swf http://blogs.adobe.com/airodynamics/2012/11/09/packaging-and-loading-multiple-swfs-in-air-apps-on-ios/ . Everything works fine in debug mode, but when I release it , everything is gone.I'm using AIR 3.7 in GPU renderer mode, and load SWF with some code. I have add LoaderContext.var l:LoaderContext=new LoaderContext(false, ApplicationDomain.currentDomain);l.allowCodeImport=true;When I debug in Fast mode, everything is ok, in Standard mode package get the Errors:Error occurred while packaging the application:java.lang.NegativeArraySizeException &
Hi there,I have a text file that packaged up in my app. It opens an reads just fine, however when I try to query the modification time on it I get "Error #3003: File or directory does not exist". It looks like this bug has been happening for a while (http://forums.adobe.com/message/4938225). Do I need to add an additional permission to access this info in the application.xml file perhaps?Thanks!
Hello everybody!Firstly, Sorry for my poor English.I am doing an air for android app, and I have a problem when I try to load a video included in my apk.When a mobile phone try to load the video, the screen is black for one second.I would like to know if It is posible to make a preloader or any solution to avoid the black screen.Here you can see the situation: www.youtube.com/v/KoJ2D2eHknUAnd here my code:var mNetConnection:NetConnection=new NetConnection();mNetConnection.connect(null);var mNetStream:NetStream=new NetStream(mNetConnection); video.attachNetStream(mNetStream);mNetStream.client=this;mNetStream.bufferTime=0; mNetStream.play("video/angela.f4v");mNetStream.addEventListener(NetStatusEvent.NET_STATUS, onNetStreamStatusEvent);function onNetStreamStatusEvent(event:NetStatusEvent😞void { if (event.info.code == "NetStream.Play.Start") { trace("NetStream.Play.Start");
I have an AIR 2.7 application on windows platform with few performance issues especially around db interaction (running sqlite queries by using flash.data.SQLConnection and flash.data.SQLStatement classes).After upgrading to AIR 3.0 I’ve noticed some big improvement around this areaLooking at the AIR SDK 3 release notes I found no reference about what exactly was fixed/improved. Anyone know or can point me to the right direction around what exactly was changed?Anyone from Adobe who can help here ????
This page says:"ActionScript 2.0 Compiler: The Actionscript Compiler 2.0 has been incorporated into the AIR SDK 3.8 (named 'AIR SDK 3.8 & Compiler') and retired as a separate download from Adobe Labs on March 14, 2013."I'm working on an AIR Mobile project where we would probably be saved about 6 months of intensive work if some of our legacy AS2 code could be compiled and run in AIR Mobile for iOS. So if there is actually an "ActionScript 2.0 Compiler" in AIR SDK 3.8, that would be fantastic to hear.However I suspect that this note has nothing to do with actually "compiling ActionScript 2.0 code"; I suspect this simply refers to version 2.0 of the "ActionScript Compiler". (Which is of course the same as the old "Flex Compiler." Which of course had nothing to do with the "Flex framework".)Clarification would be appreciated!
On Adobe's website, I can find the info that AIR 3.0 supported Android 2.2, and I can find that AIR 3.7 and 3.8 only support 2.3 and up, but nowhere can I find which version was the last to support Android 2.2; every old version's release notes link to the most recent system requirements. I need to support an Android 2.2 device which I don't have available for testing, and AIR 3.7 apparently crashes it instantly (NOOK Color.) Does anyone know the most recent version I can safely use on this device? (captive runtime, of course)
Hey how would I install Adobe Air SDK 3.7 for Flash Pro CS5.5 and Flash Builder 4.6?
How can I change the x and y paramaters of a stageWebView once it has been defined ?var socialWebView:StageWebView;socialWebView = new StageWebView();var path = "http://www.google.ca" as String;socialWebView.stage = this.stage;socialWebView.viewPort = new Rectangle(0, 42, 1024, 728);socialWebView.loadURL(path);How come this wont work ( socialWebView.x = 10 ) ????Any help is appreciated
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.