Join a global community of Adobe Air users and developers.
Recently active
Currently, only Java 1.6 is supported in FB 4.7.Although most of the features work with Java 7, some, like the iOS packager, don't.It would also be nice if several bugs were fixed too.Are there any plans for updates to FB 4.7 in the near future (or ever)?
Air 3.8 runtime dosn't fire orientation change event when rotate left/right on android. The debugger showed that the orientation change event only fires for upsidedown. But the before orientation is default while after orientation is upsidedown. I have tested it on at least five different phones. They all work the same.
I just loaded a new AIR app in the apple store, but there is no automatic update notification! Doesn't that happen automatically with any new app? Or do I need to set something in the publish panel, use an AIR extension, or check some box with apple? Please, help; I must be missing something small and stupid! Many thanks. Fiona
I am trying to implement Flurry Analytics in my IOS app and have done the following:I have downloaded the extension from here: http://extensionsforair.com/extensions/flurry-analtyics/I am using Flash CS6 and Air 3.5 on a PC.I have added the ane to the library pathAnd I have put this code on the first frame of my test movie (I have replaced my real application ID with X’s but it was 20 numbers and letters, all capitals. Hopefully this is the correct ID – I got this from the Flurry site when logged in after creating a new application import com.sticksports.nativeExtensions.flurry.Flurry; Flurry.startSession( "XXXXXXXXXXXXXXXXXXXX" ); Flurry.logEvent( "User did something" ); debugTxt.text = Flurry.flurryAgentVersion; Flurry.endSession();I have published an ipa for iPad and iPhone with no errors and installed on my iPad 2 (IOS 6).The debugTxt displays 78 I am not encountering any errors. However I cannot see anything appearing on the Flurry website in terms of any stats for this app.
Hi guysI've set up the Facebbok login for my app using the GoViral class.Just wondering if there is a list somewhere of what you can access, and how, when listening to events?For example, I'm using the requestMyFacebookProfile() method to retrieve their unique user ID, but I have no idea how to access the ID via the returned data once it gets to...private function onFacebookEvent(e:GVFacebookEvent):void{}I can't see a list of the properties you can access in the docs.Cheers for taking a look.
The app is published with Flash builder 4.6 + AIR 3.6, and the device is a iPad retina (probably 4 gen)If cameraRoll.browseForImage() is called, the native photo library popup appears, but when an album is selected, it shrinks like in this video (both landscape and portrait):http://www.youtube.com/watch?v=IdVcN059gtMhttp://youtu.be/xyNP0DaiLAcAs you can see, it starts well but then it shrinks and the loaded image is actually the one in the left of the selected image, not to mention that some images are cutoff after this shrinkingHas anyone else experienced this or is there a fix to this?Under iPad 1 and 2 everything is ok
We have a server which had Adobe Air installed. This was removed but there are still program file folders with files inside. Why hasn't the uninstall removed these files ?Is there a tool or a way to do it properly or do we just have to delete the folder paths as I know Registry entries will also be existing.
Hi,I'm finding a very weird issue in Adobe Air 3.7 and 3.8 (haven't tried in older versions).When the user clicks on the textfield and the softkeyboard is displayed the key "backspace" doesn't seem to work, nothing seems to be deleted. But when the user hides the soft keyboard the text appears deleted.It's a refresh problem with the softkeyboard's text screen. I've seen it in "Android keyboard" (Nexus 4). Doesn't happen in Samsung default keyboards.It only happens when the character to delete is not the last one. In that case everything works fine.Do you know any sort of workaround? It's extrange because it should be a very popular Adobe Air bug but I can't find it in the bug's database.Thanks
I am using Mac Version 10.6.8 I just tried to download Adobe Air and the Installation would not work as it says i already have it on the system. I'm not sure if it could have been downloaded with CS4 or another adobe package, however, I cannot seem to locate it on my computer, I have looked everywhere I can think of and searched for it in Finder. Any ideas where it could be hiding or how I can access it as i urgently need to open a folder into it. Working to a tight deadline.ThanksLauren
This used to work with PFI packager, but not after upgrading to Air 2.6addEventListener(MouseEvent.DOUBLE_CLICK, DOUBLEClickToREMOVE, false, 0, true);Can someone verify?Build using ADT (swf to iOS's ipa)Works fine in Flash CS5Thanks,Alfred
It's my imagination or my Flex app became super faster after upgrade from AIR 3.7 to 3.8 ?Note: I only tested on Android side. I'll do the same think for iOS.I didn't found any mention about performance improvements.
Is there a way to make a GET URLRequest with custom requestHeaders in AIR? In the Flash Player this is not allowed, per the documentation:Due to browser limitations, custom HTTP request headers are only supported for POST requests, not for GET requests.However, AIR is not the browser, so it shouldn;t be subject to these limitations, but it seems to still strip out all my requestHeaders when using the GET method, while they work fine with POST. Is there a way to make it work?Thanks!- Aaron
Please help me to upload air(desktop) application into MAC- App store.I can create .app file and .dmg with native instalers (with won created .p12 with flashbuilder).And i have apple developer .p12 certificate. (I have apple developer ID)I got this error while packing.Please help me.! I need to upload my (.air application for MAC) upload in MAC App store.Please give me as step by step method as if u can.Thank you all..!Note: I can upload iPhone, iPod and iPad Applications in appstore. But, I need to upload MAC app store.I tried:http://pigsels.com/2012/04/air-app-store-publishing-guide/
HiI was having a problem where movieclips that I set as visible = false; were initially showing up visible when my iOS app first starts up.For anyone that is having the same problem, I found the way around it was to set their visiblity to false before addChild().Cheers
I'm saving files in AMF format in the application storage directory (app-storage:/). This works great, but the fles get deleted when the application is updated.I'm dsitributing the app internally in the company via our intranet (ad-hoc). The users do not delete the app, they simply redownload the new version.Where do I have to save the files in the iOS device so that they are not deleted when the application is updated?Thanks
so, i wonder what has happend to AIR now.After not developing AIR for android for a while, i opened up Flash Pro CS6, wrote some awesome code and compiled and checked Install on device and launch after installation...instead im getting a warning that Shared runtime is not supported... bla bla blaUsing air 3.8...When disconnection device from computer, flash complains about no device is connected, when connecting device it starts to complain runtimes.Can not even find my application on the device...What has happend to AIR, stuff worked so well just few months ago 😕😕heres my spec:Nexus 4 Android 4.3AIR runtime, none anymore, uninstalled but made no differenceUsing mac 10.8.3AIR sdk 3.8 (not beta)USB cable Flash Pro CS6 (no updates available so i got the latest iguess)Also tested to create new clean AIR for Android project but same issue.
Hi respected,I want to check one fesibility,Printing document or image using flex 4.5.1 - is it possible? I want to develope mobile application (ipad) using Adobe 4.5.1 . So is there any way to handle priniting from app.Regards,Madhu
Mp4 video files are working when opened from local filesystem but now working when opened from the webHere is example:var video:Video = new Video();addChild(video);var nc:NetConnection = new NetConnection();nc.connect(null);var customClient:Object = new Object();customClient.onMetaData = ns_onMetaData;var ns:NetStream = new NetStream(nc);ns.client = customClient;ns.play("http://www.voyda.eu/projects/not_working2.mp4"); // here is actual a file so you can test itns.play(url);video.attachNetStream(ns);Using above code will result in not playing the video file. Interesting think is that the same video file is played well when opening from local filesystem. Just download the file, change ns.play param to "not_working2.mp4" ns.play("not_working2.mp4");and see if it's working.
Hi,Have anyone seen an extension supporting the new Google Cloud Messaging system for Android? All those I have found are still based on the old C2DM system that doesn't allow new projects.Thanks in advance!/Karl
Hi All,On a non-retina iPhone the status bar is normally 20 pixels high, but when I enable my phone as a wireless hotspot its height doubles to 40 pixels so that it can display text saying "personal hotspot". When it does this my AIR app gets pushed down and the bottom 20 rows of pixels are cut off, i.e. aren't displayed. This, simply stated, looks terrible.Is this a known bug? Is there some way I can avoid this?Douglas
I'm working on an app and I'm pretty stuck as the only code that comes up is below. I am trapping the escape key to stop a process. There are no Alerts in the message chain and I'm not quite sure where to go with the information I'm given, which occurs when I press the escape key.TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.accessibility::AlertAccImpl/eventHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent() at mx.controls.alertClasses::AlertForm/removeAlert() at mx.controls.alertClasses::AlertForm/keyDownHandler()The f
Is there a way to determine if a file is currently open in another application?Possibly by seeing if it is writable or by some other means?I do not want to write to it if it is available to write. I just thought maybe that was a way to detrmine if it is in use.The reason I want to do this:I run a timer in an AIR app and if the size of a file opened in another app has changed since the time the file was opened ( from within AIR ) then it alerts the user.However, if the User does not change the File, the timer nevers knows when to turn off.If there is no way way to determine if a file is open, then I would take other suggestions for this method.
Hi,Does anybody have an idea why the Google+ "Invite your friends!" button is not working in a StageWebView window?Button:- https://developers.google.com/+/web/share/interactive#button_designIt's working within the Flash IDE but not on mobile.I'm using Air 3.6 and Flash CS6.Thanks for any input!
Essentially the issue is long running RemoteObject requests timeout on Windows and setting requestTimeOut on the remoteObject or setting URLRequestDefaults.idleTimeOut to a high number are ignored and the request times out after 30 seconds.There's been quite a number of posts on this subject and at times the issue was reportedly addressed or worked around, but I'm still seeing this issue on Flex SDK 4.1 (AIR 2.02). The request times out no matter what I do (on Windows). A brute force approach would be to break down what I'm trying to retrieve into smaller chunks and assemble the results on the client, but that doesn't give complete confidence that some request may exceed 30 seconds when the servers are under load.Any advice would be appreciated.Here are a few posts/JIRA entries that reference the issue:https://bugs.adobe.com/jira/browse/SDK-15403https://bugs.adobe.com/jira/browse/SDK-22016http://blogs.adobe.com/cantrell/2009/10/introducing_urlrequest_idletimeout.htmlThanks,Jeff
I'm trying to use the ChartBoost ANE which can be downloaded here https://github.com/freshplanet/ANE-ChartboostWhen I do an Ad-hoc release build It keeps crashing and giving me the error below when packaging for iOS. But if I do a debug build that's a "fast" or "standard" build it compiles fine, and I can even see the ads.Why would it crash when doing a release build? Does this ANE need an update?I'm using FB 4.7 and AIR 3.8. Specifically, Apache Flex 4.10 Air 3.8If I remove this 1 line of the Chartboost ANE code "AirChartboost.getInstance().showInterstitial();", the release build compiles fine and I can put it on the test iOS device."Error occurred while packaging the application:AOT Compilation has failed while optimizing function public::AdsHelper.showFullscreenAdException in thread "main" java.lang.NullPointerExceptionat java.util.TreeMap.getEntry(TreeMap.java:324)at java.util.TreeMap.containsKey(TreeMap.java:209)at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6150)at a
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.