Join a global community of Adobe Air users and developers.
Recently active
Hi,I downloaded AIR SDK 4 (AIR 4.0.0 build 1390) on december 30 on this page http://www.adobe.com/devnet/air/air-sdk-download.html. At this place, I thought it was AIR 4.0.0 Final.I was the 2014/01/30.Trying to upload an app on itune, and after a few searches, I realize that I do not have the latest version (published on december 28 on the labs)... And that I have to download a new version of AIR Beta 4.0.0 (AIR 4.0.0 build 1619) on the labs here http://labs.adobe.com/downloads/air.html.@Adobe :Did this 2 versions really needs to have the same version number ?Can you please give more informations about versions on your downloads page ?And why not adding versions and builds numbers in archives names ?
Hi All,As we know that LocationChange event is a way to senting data from JS to stagewebview, but i don't want to use it so is there any other way to sending data from JS to stagewebview.
Hi there,I'm having difficulties installing Adobe Air 4.0 on Windows 7 Home Premium 64 bitI've tried everything I can think of, that includes the Microsoft Fixit thingy and removing all programs I can think of that depend on adobe air(side note, I've uninstalled the version of adobe air I had installed so it's no longer showing up in controll panel)Install.log - Truncated to the last install attempt:[2014-02-05:10:57:36] Runtime Installer begin with version 4.0.0.1390 on Windows 7 x86[2014-02-05:10:57:36] Commandline is: [2014-02-05:10:57:36] No installed runtime detected[2014-02-05:10:57:40] Relaunching with elevation[2014-02-05:10:57:40] Launching subprocess with commandline c:\users\anton\appdata\local\temp\airc496.tmp\adobe air installer.exe -ei[2014-02-05:10:57:40] Runtime Installer begin with version 4.0.0.1390 on Windows 7 x86[2014-02-05:10:57:40] Commandline is: -stdio \\.\pipe\AIR_2288_0 -ei[2014-02-05:10:57:40] No installed runtime detected[2014-02-05:10:57:40] Starting silen
Here are my install logs:=Using Windows 7 64 bit.Tried most everything. At a loss.
I have an air app for desktop. In the app I simply load a stageWebView and set the native browser boolean to true. I then load a url into the web view.import flash.media.StageWebView;import flash.geom.Rectangle;var webView:StageWebView = new StageWebView(true);webView.stage = this.stage;webView.viewPort = new Rectangle(0,0,stage.stageWidth,stage.stageHeight);webView.loadURL('http://www.argonautdesign.net/test.html');The website simply alerts the keydown:<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script><script>$(document).keydown(function(e){ alert(e.which);});</script>My goal is to detect arrow keys.This application works great on OSX but does not work on Windows (again tracking arrow keys). If I set native browser option to false it does work. I just need the native browser for other reasons. Now if I go to the url directly from any of my browsers it also works fine. The problem is only wit
Is there a solution to out of memory issue? Even though I have enough physical memory(around 4GB), Adobe Air throws "out of memory" error at around 650 MB. I have a requirement, where in it may require more than 650MB of memory. Alternative approaches like pagination, modules, RSLs or workers will not address our current requirement. Thanks in Advance!!! RegardsSunil.P<?xml version="1.0" encoding="utf-8"?><s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"  
I am building an application in Adobe AIR for Mac in HTML/JavaScript.What I want to do is when the application loads, make the application go into full-screen mode using the correct native full-screen found in OS X Lion and above.e.g.This is NOT using the displayState that Flash/Flex uses.If the users decides to exit full screen mode they will see the app in a native window and can re-enter full screen mode using the icon you get in the top-right of a window.I've found some information about an extension here: http://forums.adobe.com/thread/1209193FREObject _EnableFullScreenMode(FREContext ctx, void* functionData, uint32_t argc, FREObject argv[]) { //We should be okay to do this, even on 10.6, according to this post: //http://www.cocoabuilder.com/archive/cocoa/311124-implementing-full-screen-for-10-7-but-app-should-also-run-on-10-6.html /
Hi,I think I know the answers to this, but I am putting this thread out in case anybody has a better approach.Essentially, I want to record a video to local hard-drive using AIR for either desktop or mobile while playing a monitor stream over the top (to allow people to record in synch with others).For mobile, I have had some (limited) success using CameraUI, but that seems to be very limited indeed as you can't set quality, can't interact with or monitor any recordings, can't provide additional information and can't play audio at the same time.For desktop, where CameraUI is unavailable, the only links I have found install a third-party server (such as red5) and launch it via a .BAT file or similar.There _has_ to be another, better, way?Thanks,G
Hello,I just received notice that in my latest live version all payments on Google Play fail with an error5: Developer error. Some testing reveals that this happens ONLY if I set the versionNumber in application.xml above 27. Changing the versionNumber to 28 or any higher value will result in error5 on purchase, using versionNumber 27 or lower will work just fine. I verified this with 2 of my games. I am using Milkman Tools ANE for purchases.Is this by chance a known issue of the Air SDK?Thanks,Ruben
I have initially developed my flex applicaition in Flex SDK 4.6. I was able to upgrade my application to 4.10 3.9. But to support iOS 7 I am now using 4.11 sdk & air runtime 4.0. But unfortunately it is giving me this error:Error #1065: Variable spark.skins::ActionScriptSkinBase is not defined. at global$init()[/Users/justinmclean/Documents/ApacheFlex4.11.0/frameworks/projects/mobiletheme/src/spark/skins/mobile/SkinnableContainerSkin.as:34] at Function/<anonymous>() at mx.styles::CSSStyleDeclaration/http://www.adobe.com/2006/flex/mx/internal::addDefaultStyleToProtoChain()[/Users/justinmclean/Documents/ApacheFlex4.11.0/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as:972] at mx.styles::CSSStyleDeclaration/http://www.adobe.com/2006/flex/mx/internal::addStyleToProtoChain()[/Users/justinmclean/Documents/ApacheFlex4.11.0/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as:899] at mx.styles::StyleProtoChain$/initProtoChain()[/Users/justinmclean/Docu
Hello,I'm trying to update an AIR application that's already installed, and I'm getting the following error message every time:"The application could not be installed because another application is already being installed. Complete the first installation before proceeding with this one."There doesn't seem to be any other installation happening, and I still get the same error after restarting the computer.I'm running AIR 2.6.0.19170 on Ubuntu 11.10. The end of Install.log is shown below (the full contents of the log are at http://pastebin.com/ExtFdpfg).I'd be grateful for any suggestions as to how to resolve this.ThanksInstall.log:[Adobe AIR Application Installer:10319][INFO] Application Installer begin with version 2.6.0.19170 on Linux x86[Adobe AIR Application Installer:10319][INFO] Commandline is:[Adobe AIR Application Installer:10319][INFO] Installed runtime (2.6.0.19170) located at /opt/Adobe AIR[Adobe AIR Application Installer:10319][INFO] Unpackaging file:///home/joggler/Download
Hi, I'm trying to create a dmg file and the resulting image file won't open. I'm working on a Mac and it's not the first time that i'm doing this.The error message I get when I open the disk image is "Following disk image could not be opened " and the reason "not recognized".It's really weird, because it used to work and now for some reason stopped. First I thought it could be, because I compiled against the new SDK 4.0, but then I tested it with older SDKs like 3.5, 3.8 and 3.9 and the problem persists. Older projects which also worked fine are no more building disk images. My system was 10.8 and I thought the problem could go away if I install the new Mavericks, but after upgrading the problem is still there. Repairing disk and file permissions didn't also help.Has anyone some idea what it could be? I'm really at the end of my knowledge.Thank you very much, Solano
Hi, im new to this forum so please forgive me if i question in the wrong section.I have a problem with Android Air am working Adobe Flash Cs6 and working on air android game.i am using AIR3.2 SDK in that mouse over and mouse out events are not capturing please help me to sort out this problem.
I've been trying for the last 3 hours now, but it just does not work. I'm using Flash CS 6, AIR 4.0.0.1390, OS 32-bit XP SP 3.Scenario:Using AIR's File, copy a large file to somewhere else "Asynchronously"Pretty simple!! Here is the BUGGY part: try to show Progress - PROGRESSEVENT DOESN'T WORK. try to listen for canel() method - DOESN'T WORK. here is very simple, straigh-forward code:import flash.filesystem.File;import flash.events.Event;import flash.events.ProgressEvent;import flash.utils.setTimeout;var a:File = File.desktopDirectory.resolvePath("file1.abc"); //file size: 300+ MBvar b:File = File.desktopDirectory.resolvePath("file2.abc");a.addEventListener(Event.CANCEL, cn); //DOES NOT FIREa.addEventListener(ProgressEvent.PROGRESS, pr); // DOES NOT FIREa.addEventListener(Event.COMPLETE, cl);a.copyToAsync(b, true); function cn(e:Event):void{ trace('operation is cancelled');}function cl(e:Event):void{ trace('operation completed');}function pr(e:
Hello everyone, I'm developing apps for iOS with Adobe AIR since years but...I always had this big problem: how to make the app understand if I'm tapping something or if I'm just scrolling it?In my last product I basically have a scrolling menu with some options to activate. So I need a way to determinate if I'm tapping a MovieClip or just scrolling it. Can you help me?Thank you so much guys, have a nice day!
I have an Adobe AIR 4.0 application that uses the secure socket class to connect to a server with a valid certificate. It works fine on normal networks without firewalls and proxys. I have users that report it does not connect when they are behind a proxy. Is there anyway to work around this currently? Is this a bug in the SecureSocket class?
One of our users has suddenly started experiencing crashes on Mac. There has been no change to the application.Has already tried re-installing the app as well as AIR 3.9.What could be wrong? Any ideas? Thanks.Process: Convo [1655]Path: /Applications/Convo.app/Contents/MacOS/ConvoIdentifier: convofy.0F156731A8EDAB9758133E30CA85B43DA5F59D40.1Version: 2013112901 (???)Code Type: X86 (Native)Parent Process: launchd [183]Responsible: Convo [1655]User ID: 501Date/Time: 2014-01-08 08:21:57.011 -0500OS Version: Mac OS X 10.9.1 (13B42)Report Version: 11Anonymous UUID: A3AF566D-9BEA-DCDA-E465-9307D4E90431Crashed Thread:
Hi allI am using the GoViral SDK and I noticed that when my games connect to FB they often time out when there is a low data connection- Although its not extremely low (it allows me to browse and download files without interuption) it seems to either cause my game to freeze or just loads forever!If whilst it takes ages to load I press the home button (android) and close the game in the task manager, then reopen it the game displays I am logged in via FB.If I have a perfect connection status then I don't have this problem at all. I also noticed when I play games like candy crush or bubble witch I don't have this problem with low connectivity.Can anyone suggest a solution? or has anyone come across this?
I get reports back in the Android Play Store of crashes which show the below. Anyone have any idea what the cause is or how to start to troubleshoot? java.lang.UnsatisfiedLinkError: nativeSurfaceCreatedat com.adobe.air.AIRWindowSurfaceView.nativeSurfaceCreated(Native Method)at com.adobe.air.AIRWindowSurfaceView.surfaceCreated(AIRWindowSurfaceView.java:719)at android.view.SurfaceView.updateWindow(SurfaceView.java:533)at android.view.SurfaceView.access$000(SurfaceView.java:81)at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:169)at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:590)at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1620)at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2448)at android.os.Handler.dispatchMessage(Handler.java:99)at android.os.Looper.loop(Looper.java:137)at android.app.ActivityThread.main(ActivityThread.java:4424)at java.lang.reflect.Method.invokeNative(Native Method)at java.lang.reflect.Met
can't download adobe air
We are still waiting to see in Flash option to choose large icons above 72px, how many years has to pass for that?Or we just gonna use Google ADT bundle and forget about Flash ?
Hi guys, I need to use an android app which needs AIR. When I launch the app, it tells me this and asks me if I want to install it, but when I click install, it goes to the play store, but and attempts to download and install, but then tells me: "Your device is not compatible with this version."Is there a workaround for this?My device is a Dell Streak 5 'Phablet' running Android 2.2. I read elsewhere that some devces have an incompatible chipset, mine is:Qualcomm QSD8250 SnapdragonCPU 1 GHz ScorpionGPU Adreno 200Which, AFAIK, has the required ARMv7 architecture.
Hi,I'm searching a ANE to send WOL magic-packets to a list of known machines. Anybody knows an extension?Windows/OSX is my target platform. iOS/Androind would be nice - but low priority.RegardsStefan
This is not a question but rather a request to Adobe.I'm using Adobe Air to publish Android apps. With Android 4.4, Google has hardcoded the OS to make the existing Flash Player fail. One of my apps uses webviews to display websites that use the Flash Player in web views. Until now it worked OK but now that Android Kitkat was rigged to reject calls to the Flash Player, one of my apps no longer work.Please Adobe embed the Flash Player in the SDK so that the webkit uses an internal version of the Flash Player instead of relying on the Flash Player app.Please support this request by voting for the feature request I made:https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3701642
I have been told there is a free adobe Air app for my surface but I can't find the app and need it on my surface for my companys program, can I get a link or direction on how to find this app?My surface runs windows 8.1
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.