Join a global community of Adobe Air users and developers.
Recently active
Dear Friends,iam creating an app for iOS using Air and AS3. I have a strip below my screen in that I have set of buttons to click and go to particular lessons. iam creating swiping for those buttons. I have this below code:Multitouch.inputMode = MultitouchInputMode.GESTURE;stage.addEventListener (TransformGestureEvent.GESTURE_SWIPE, fl_SwipeHandler);function fl_SwipeHandler(event:TransformGestureEvent):void{ switch(event.offsetX) { // swiped right case 1: { sw_area.buttons.x += 20; break; } // swiped left case -1: { sw_area.buttons.x -= 20; break; } }}The above code makes the buttons inside the swipe area strip to move while swiping on the stage... I want the user to swipe on the swipe area strip available blow and move the buttons. if user swipes on the stage it should not move. how can I do it? pls help me friends.I changed likesw_area.addEventListener (TransformGestureEvent.GESTURE_SWIPE,
Hi,So Air 22 was a pretty epic build with things such as echo cancellation on iOS. But, now we're near the end of July with no further update or release I was wondering if the Air dev team could let us know what they're currently working on to be included within Air 23 and an estimated delivery schedule - when do you think we can expect the first release etc?I appreciate Chris has said you're on a fortnightly minor release labs schedule with quarterly major releases? I'm just curious!Thanks for all your hard work, much appreciated!
@Adobe .. This one is extremely frustrating. my SharedObject's stop working and throw an error when the users available storage on iOS drops below approx 960 MB. This is a HUGE problem as most of my games target demographic is kids. Majority of these kids are on 16GB iPad Mini's... Majority of these kids are fighting for space on them. Most have to delete apps to add apps. This renders my games useless on their devices as they will get the error messages that they need to free up space.. even if they have 900 MB free.Why can't this be fixed? Why has this been ignored for 2 years?
Does AIR 22.x support building apps for iOS 10?The release notes contain reference to Android N support, but no mention of iOS 10.
Hi at all,I have some experience with Flash and Air, but i stop the development during 2013 since Air in my opinion has some limitationwhen you are developing for iOS: was slow at runtime until you use GPU. But using GPU for making UI staff, was not somethingI was interested to move: then In 2013 I started using Object-C.Today I was looking for some news, related to Adobe Air but I'm not able to see any "good project made with Air".Even on Stackoverflow.com the numbers of questions are pretty low compared to different technology I would be very happy to read about some good Study Case, some great game or some project made with Adobe Air for mobile: there are any? This will help me to decide If there are a reason to came back in Air or still play in Native world.Thank you,D.
I'm building a mobile app and trying to instantiate a movieClip from an externally loaded swf. I able to load the swf from my server using:var context:LoaderContext = new LoaderContext( false, ApplicationDomain.currentDomain); itemLoader.load(new URLRequest(url),context);But unable to get the an asset instantiated from the library. Here is how I'm tryingt o accomplish this:function itemLoaded(e:Event):void { var ExampleClass:Class = e.target.applicationDomain.getDefinition("ExampleAsset"); var newMC:MovieClip = new ExampleClass();}From what I've read from this should work. Is that correct.. anyone loading asset from external swf? Is there another way to do this? A few things to note, on android I'm not having any issues. It's only on IOS. There isn't any code in the external swf, just assets on the timeline and 2 assets exported from library.
I am using stagewebview to load local html files in my air applications. When I add and GET parameters to a local files url (ie ?test=test) I get an error stating that the files location does not exist. Loading the same file without the parameters works great. Also loading a external html page with parameters works perfectly.My question: How can I add GET parameters to a url when loading a locally stored HTML file?
Hello everybody.There is an error with the Adobe AIR for Android application which operates on the Android Marshmallow system. When the Android device that is operated on Marshmallow system connects to a Bluetooth player, the image speed gets notably low. Due to its low image speed, there is also an issue with the sound that plays through the Bluetooth player. We have checked air skd from 18 to the latest 22.0.0.153 but unfortunately every version turns out to have problems. For your information, flv(audio bitrate 64kbps) works without a problem with the Bluetooth connection but re-encoding cannot be processed since it serves a large amount of images.We would like you to suggest any possible solution to these problems as soon as possible.Thank you.<sample down>
When dragging an item across multiple UI components that are nested, the drop will be incorrectly rejected if you pass from parent to child and back to parent, but this only happens in AIR. The same application running in the browser with the flash player plugin works as expected.This appears to be a bug, because the runtime behavior is different between AIR and the browser plugin, running the same application.I have a test case written, have uploaded the source code, and two video recordings showing a) how to reproduce the bug, and b) the correct behavior in the browser plugin version of the Flash player.Adobe Bugbase Id 4170354
Hi,I have a video application written in Flash Professional CS6 running on an android device (NetStream w/ Video Object). The video is located at the bottom of the display list - there are controls on top of the video. If I deactivate/leave the application, when I return and the video playback resumes, the video is displayed at the top of the display list. There is nothing in the code that should modify the display list order - in fact, I've even tried putting the video in an container movieclip so that it is nested. I've also tried forcing the video to the back of the display list with addChildAt. The video still is displayed on top.I'm thinking it may be a bug in AIR on android. I'm wondering if anyone has run into it and found a solution?Thanks!
Trying to update Adobe Air and it will get an error and stop. Tried to uninstall and that will get an error and stop. Just says error occurred while uninstalling. or error occurred while installing.. nothing else.
I was playing the game 'Realm of the Mad God' on Steam, and I finally updated Adobe Air after using a very outdated version for a long time. Now when I try to open the game it gives me a message that says "Adobe AIR - The required native extension is missing for this application. Try re-installing or contacting the publisher for assistance."I've tried reinstalling Adobe AIR twice, but that message continues to come up. Also, after downloading Adobe Air the only folders that come up are "Adobe AIR Application Installer" (which does nothing upon opening) and "Adobe AIR Uninstaller."What should I do?
Just wanted to say a massive thanks to Chris and the Air dev team for enabling echo cancellation on mobile in Air 22!We've waited for this and cannot say just how exciting this is and how huge the impact will be for our business and our clients.AIR 22 is a HUGE leap forward!THANKS!
I am attempting to use Adobe Air with Cinemanow on my MacBook. Running 10.10.5 and latest version of Adobe Air. Message is that "the required native extension is missing for this application." I have uninstalled and reinstalled Adobe Air as required with the same message appearing when attempting to use Cinemanow. Please advise.
I wrote a AIR program two different ways, one using a Spark Datagrid and another using the older MX Datagrid. I currently have 40k records displaying in the datagrid and the end user is going to want to sort the data by clicking on the table headers. When I used the older MX version, the sorts happened fairly quickly, I was really surprised. But the Spark version is so incredibly slow, sometimes taking up to a minute to sort the data. I am not doing anything really complicated with item renderers. I have one that just displays a tiny picture icon, and another that formats an integer into money using a currency Formatter. I ended up needing to use the Spark Datagrid for presentation purposes. Any idea why the sorting is happening so slowly, and are you aware of any workarounds to make the sorting on the headers faster? Thanks!
I'm yet to experience any iOS10-specific bugs in my project, but i can't imagine any serious game development without a profiler.Bug#4174541 - Scout can't connect to PC/Mac on iOS 10
Hello,I'm developing my ANE for osx, tried sdk 19r (i386), 20r and 21r, you know they only support x86_64. No results as expected:- myAneExt.framework is built with success in El Capitan / xcode 7.3.- it's actually a POC to test a single method, quite sureI'm ok with my code (both c/c++ or actionscript)- Max number version in extensiondescriptor name is 20, weird that 21 return an error (invalid namespace), so I have to build .ANE against 19/20- Tried with no luck the workaround as suggested here: http://blogs.adobe.com/flashplayer/2015/12/air-64-bit-on-mac-osx.htmlOf course, i'll continue to check it's my issue, but I'm quite sure is not, afaik not much devs are actually applying to osx ane, but they deserve things works.Please, don't let this post without relevant answer.thanx in advanceMarco Fusetti aka Jaco
Dear Friends,iam creating an elearning app. In this I have a menu with 50 buttons. I want to swipe this menu vertically. iam using the following code:Multitouch.inputMode = MultitouchInputMode.GESTURE;stage.addEventListener(TransformGestureEvent.GESTURE_SWIPE, fl_SwipeHandler);function fl_SwipeHandler(event: TransformGestureEvent): void { switch (event.offsetY) { // swiped down case 1: { if (menubox.y < 30) { var myTween1: Tween = new Tween(menubox, "y", Strong.easeOut, menubox.y, menubox.y + 200, 1, true); } break; } // swiped up case -1: { if (menubox.y > -2200) { var myTween2: Tween = new Tween(menubox, "y", Strong.easeOut, menubox.y, menubox.y - 200, 1, true); } break; } }}here all are working fine. when I swipe fully to top and bottom, it is com
Hello everyone!Is there any ANE for Google conversion tracking ?Thank you!
When can we expect Apache Flex SDK for latest AIR 22?Specifically we would like to compile for the new Android TV and so needing Flex SDK for AIR 22Regards,Sean - http://DigitalSignage.com____________________________________________MediaSignage.com, FREE Digital Signage for everyone!5776-D Lindero Cyn Rd #182Westlake Village, CA 91362Phone: 1.877.DIG.SIGN (1-877-344-7446)Fax: 1.818.337.0442Live support: http://chat.digitalsignage.com
I'm debugging an AIR for iOS application from Animate CC 2015.2 that uses a BarCode ANE.The app publishes and loads fine when using Control->Test Movie->On device via USB to install on iPhone 6 running iOS9.However when attempting a debug (Debug->Debug Movie->On device via USB) the app launches and then freezes and occasionally I get a message in the console output of 'Unexpected version of the Flash Player'. I don't get this output every time and I'm in contact with the ANE developer to see if they can help but does anyone know what the 'unexpected version...' warning is about?Animate CC 2015.2AIR 22.0.0.153 for iOSMac OSX 10.11.5
Hi!since two days Im getting this message: Error 90086 missing 64 bit support ....Im using Flash Professional CC 2015, and AIR SDK : 21.0.0.215 (I also tried with SDK 19) Ipublished IPAs to the store 3 days ago !!!! today this message is popping up.I realy need to upload two IPAs to the store.Please helpregardsMichael
Hi thereWhile developing with Air 21 in Flashdevelop my application will fail to do an ad-hoc build like 4 times out of 5 attempts throwing the error:ld: -pie can only be used when targeting iOS 4.2 or laterCompilation failedf while executing : ld64But sometimes (1 out of 5 or so) it will successfully package and the application with my 3 anes will work perfectly and as expected.Is this behaviour what the Air 22 release notes refer as the known issue "[iOS] IPA packaging fails intermittently with ld error (4117478)"? (the bug report seems somehow different to what I'm getting)Thing is since I've updated to Air 22 this behaviour is gone worse... now I get 1 successful packaging out of 20!... I have spend all day trying to figure out a hidden pattern or something but with no luck. Worth mentioning none of this was happening with Air 19.Anyone else experiencing same problems?ThanksR
Hello,Today I received a new adobe air update. I decided to cancel the installation and it hangs cancelling with empty progress bar about 6 hours. What to do ? I can't stop it. Should I restart the laptop or to wait or what?Thank you
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.