Join a global community of Adobe Air users and developers.
Recently active
I have a desktop AIR app that includes 19 each mp4 movies. They are located inside a folder that is compiled with the AIR app. They are externally linked through the FLVPlayback 2.5 component. I use AS3 class documents for navigation/coding, not the main timeline.Issue: when an 8th movie is selected, the app crashes. This can be 8 different movies, all the same movie or any combination thereof, after an eighth instance of a movie being selected, the app crashes. None of the movies run concurrently, all are coded to stop playing when leaving the page.When run on an iMac (latest system), does not crash, when run as SWF file, it does not crash. Only when played inside the AIR wrapper on the PC does this happen. Have tested with anti-virus off. I have run a memory stat checker with the program and though it can get pretty big before garbage collection, memory use is not causing this issue.This program is built in Flash CC 2015, latest version. Window 10, 16 GB memory, i7 CPU, 1 TB drive, N
Hello,I was reading that from iOS 9 developers can add URL scheme handlers for specific domains. So instead of using "myapp://domain" we can now add handlers for actual domain names like "www.myappdomain/somefile.html". Has anyone done that, is it supported in Air 19?Thanks,Ruben
Hi!When the beta for Windows 64 bits AIR runtime?Thanks!!!!!
I see that AIR 20 beta has support for publishing 64 bit apps on Mac OS X. Can anyone from Adobe advise when this feature will come to publishing for Windows desktop?
Hello....I upgraded to Win 10 from Win 7. I like to wager on TwinSpires.com and one of their applicationsrequires Adobe Air. Until recently, all was well. Then I began to get installation errors. I get a pop upmsg box that says "Something went wrong with the installation". It also tells me to upgrade Air when thereisn't any upgrade because I have the latest version 19.0.In order to load the TwinSpires app I have to delete Air and app (Wager Pro) every time I'm donewith the site. This never happened before. I can't seem to get a clean install without error msgs.I've uninstalled Air 50 times or more. I've downloaded from the Adobe site with no better luck.Any ideas ?JohnNew Hampshire
Hi,I'm looking to be able to package an alternative icon resource (i.e. an Android drawable resource) with an Android application.This is necessary to use as icons for Notifications in the status bar. With the recent Android versions these icons are flat, transparent and white only.I know I can use an ANE to include these resources, however I'd like to be able to give AIR developers the ability to add these resources with their application and use our ANE to access them. This requires the ability to add specific resources along with the AIR packaging of the application. Currently our only option is to use the application icon which in many cases is inappropriate for the status bar.Something simple like being able to include a 'res' directory with additional resources would be enough to add a lot of features for us.Any chance of adding this feature?Cheers,Michael
Hi Adobe,Based on the iOS SDK documentation, it should now be easy to implement native device echo cancellation on iOS. This feature would be an extremely welcome addition for those of us who have persisted with the Adobe Media Server stack Using Specific Audio UnitsIn addition, it's now possible to obtain hardware encoded h264 frames in real time (directly, without streaming to a file and parsing it in real time). Please can the live streaming system get a little bit of attention?Cheers.Dave
Adobe Air 20 was released yesterday and now includes Android TV support. Great.What what I *really* want to know, when will Adobe Air support Apple's TvOS?
Trying to submit to the App Store through application loader.. Keep getting this error. error occurred when creating MZcontentProviderUpload for providerAnyone have this issue ? or know how to fix ?
AIR 19 in the samsung S6 operation error "Context3D not available! Possible reasons: wrong renderMode or missing device support."
I would surely like to do a PING from inside my Adobe AIR product. It would solve a lot of monitoring problems.But evidently a ICMP echo request uses a different TCP header value than UDP or TCP. I see we have a socket class for TCP, a DatagramSocket class for UDP, but evidently there is no apparent way to ping a server. I guess the powers at adobe think this power is inadvisable for mortals? Too bad, because i need to ping some servers on a monitoring program i am writing. I will have to find some other way of detecting life at the other end. Does anyone know of a native extension available that wold do the PING for iOS and Android? I have a very small mobile app i am developing whose purpose is to check on the status of some servers, and an ICMP ping request is just what the doctor ordered. I guess I could write some C program to relay the ping, but that seems silly.Adobe has done such a good job of giving us additional power in AIR, a shame that we can't get to ICMP ....!
Hello Chris,I will narrow down the Issue. AIR 3.4 Flex 3.6.var loader:URLLoader = new URLLoader();loader.addEventListener(Event.COMPLETE, resultUpdatedNotificationsEvent);loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler); // <-- This gets fired with a IOError id 2032loader.addEventListener(HTTPStatusEvent.HTTP_STATUS, httpStatusHandler); // <-- then this gets status : 0loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);var request:URLRequest = new URLRequest('https://loader.load(request);is not working in case of 404/ 400 on Chrome and it shows stream error 2032.P.S It works fine in Firefox and IE and also works in case of 200 on Chrome. Could you please help me out so that i can go ahead with App release.Thanks in advance.
Multiple Screens, In the past I created a loader stage the size of the 2 screens and load a movieclip that contained two movieclips at the proper x,y positions and they displayed correctly on the two screens (AS2 and standalone player). Now using AS3 and publishing as a projector file I've not been able to duplicate the same results, Help, Thx.....
Hello people!I'm working on Adobe AIR app for iOS and recently was exploring workers and run into a major problem I have no idea how to solve and I hope you can help me!So, what I'm doing is:1) Generate worker swf file let's name it worker.swf and put it into bin/workers/worker.swf2) Create a descriptor file for a workers which currently contains only a single entry of "workers/worker.swf" name it workers.txt and put it into bin/workers/workers.txt3) Add an entry within iPhone tag of applicaton.xml in a way <externalSwfs>workers/workers.txt</externalSwfs>4) Add those files to file properties of ADT -package files info configuration in a way <arg line="-C bin" /> <arg line="workers" />After this I expect that folder "workers" will be located within ipa file and would contain both files mentioned above, but that is not what is happening. All I have in that folder is txt descriptor file and no worker swf. And I've already tried everything I could think of.Best I co
Does anyone know of a library I could find that would let me compare images?For example.. if I took a pic of a Coke can.. it would compare against a pic I have in AIR of a Coke can .. and give a good indication that its a match ?
I'm having some difficulty adding support for the Amazon Fire Controller using GameInput.There are a couple of issues I'm running into. First: the Fire Game Controller sends "secondary" events for some of the controls when the "primary" control event isn't handled. There doesn't seem to be any way in GameInput to stop this behavior - so you will *always* get the secondary input. This is particularly bad with the "B" button, which sends a secondary control of "BACK". The full listing of these secondary controls is here: https://developer.amazon.com/appsandservices/solutions/devices/fire-tv/docs/amazon-fire-game-controller-input#InputThe second issue is that *some* of the control messages come in as Event.CHANGE on GameInputControl. Others come in as KeyboardEvent.DOWN / KeyboardEvent.UP on the stage. There doesn't appear to be any way to associate the KeyboardEvent inputs with the controller that sent them.How should these be handled?Ideally, all events from a game controller would be r
Is it possible to do something like what is described in the link below using Adobe AIR? The idea is that you have a service that your app calls, but you want to make sure that service could only be called by your app. So if someone de-compiles your app and sees the the service URLs, they could not call those services from their own app/site, etc.Verifying Back-End Calls from Android Apps | Android Developers Blog
Trying to test on my iPad 2. I received this error "Unable to enumerate devices. Unable to install application. Please check if Apple iTunes is installed on your system." I figured it was iTunes related so I uninstalled and downloaded the most recent version but the problem persists...Using:Windows 7 64 bitFlash CS6Air SDK 17.0.0.144 for iOSiTunes 12.1.2.27 x64
nothing will change the version to latest version?works it only with adobe cloud?
On OSX every standard window frame has 3 circular icons in the upper left corner of the window, corresponding to red (close window), yellow (minimize), and green (maximize).when the user changes the contents of their document, you are supposed to change the icon from a clear red icon to one with a black dot in the middle, indicating it has changed.I can't find anywhere in NativeWindow to do this. Surely i can't be the first person to want to set the "changed" flag in the window frame.help is appreciated.edward
Hi,Just wondering when we can expect the next Air beta release?Conscience you're all working very hard but I'm aware that the last update was 16th September?Only a rough idea will do. Guess I'm just looking for assurance that it's coming soon and development is still a priority for Adobe...Also, while I'm at it...an updated roadmap would be great so we can all see what's being worked on and will be over the coming few months.Thanks!
I am receiving this error message when I try to add xmlns:tools="http://schemas.android.com/tools" to my manifest element.so, I tried searching and found this: http://help.adobe.com/en_US/air/build/WSBE9908A0-8E3A-4329-8ABD-12F2A19AB5E9.htmlwhich says:Exit codeDescriptionNotes400Current Android sdk version doesn't support attribute.Check that the attribute name is spelled correctly and is a valid attribute for the element in which it appears. You may need to set the -platformsdk flag in the ADT command if the attribute was introduced after Android 2.2.I thought I found the solution but setting the -platformsdk flag in my adt command is not fixing the issue! What am I doing wrong?! on the Android side, I am using the Android SDK and everything works but when I try to use the attribute in Adobe Air pointing to the right Android SDK it keeps throwing that error message when compiling.Thanks.
I'm building an App for iOS and Android using AIR 19 with Starling/Feathers.I'm trying to disable the autopanning for the softkeyboard.. by using:<softKeyboardBehavior>none</softKeyboardBehavior>This is ONLY working for iOS for me, on Android no matter what the app will pan.Does anyone else have this problem?
I use AIR to make a mobile phone game, Resource use synchronous processing,For example:MP3,BitmapData.AMF....I'll get the picture BitmapData.Compress it,Read it in the game add uncompress, Such processing synchronous pictures.I found that the ByteArray uncompress Low performance, Do not know you have a way to speed up the next, under the optimization of the hardware?
Hi all,I have an app with around a dozen ANE files and am running into the 'conflicting resources' problem described here (with solution) - Multiple ANEs and conflicting resourcesThese are all 3rd-party ANEs from multiple vendors.Solving these dependencies manually is quite a job when I have so many ANE files - and if I later remove an ANE that happens to be the one with the shared resource in it, the other ANEs will stop working. My question(s): Is there really no other way? If not, has anyone created, or know of, a tool that has automated [some of] this process?
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.