Join a global community of Adobe Air users and developers.
Recently active
I have an app already approved in Apple's App Store and uploaded in Google's Play Store (both current versions).An old version of my app is also already approved into the Amazon Appstore. But now I've tried to submit the current version of my app, and they rejected it with this message:___We are getting a publishing error from the Android SDK. It is finding duplicate files in the apk. Kindly see if the Android is not happy with the apk by running this command: java -classpath <path-to-android-sdk>/tools/lib/sdklib.jar com.android.sdklib.build.ApkBuilderMain <output.apk> -v -u -z [developer apk file] When you run that command with the developer's apk, you will see: "com.android.sdklib.build.DuplicateFileException: Duplicate files at the same path inside the APK" which is the exception that breaks the publish. Recommendation- Please fix the apk so they no longer see the error and resubmit the apk to the developer portal.Please correct the issue(s) we found with your app submi
Hi,as we know taking a photo with CameraUI does not store the image directly into Camera Roll.I encounter rotation problems when storing such a photo withcameraRoll.addBitmapData(bitmapData);if the device was not in landscape mode when the image was taken.I just tried the various solutions found when googling, where all of them fail on my iPad3 and iOS 6:The main EXIF library site (http://code.shichiseki.jp/as3/ExifInfo/) cannot be reached anymore, but wouldn't work either without modificationsThe GitHub project from Christian Cantrell (https://github.com/cantrell/ExifExample) throws an Exception when used 1:1 as explainedAnother GitHub project for Flex (https://github.com/mharrisn/FlexSDKiOSPhotoCapture) runs through but gives me orientation values like 39629 instead of the expected one-digit valuesAll of these solutions are quite outdated, therefore i'm wondering if there is a solution that works with most recent iOS devices and OS versions ?Alternatively i could write an ANE that wo
Hi, everyone.I have problem with running AIR aplications when installed Ruby under Windows 7.If I try to run adl for my program "adl application.xml bin", I get the next result:C:\Documents and Settings\User\Desktop\New Project>adl application.xml binNOTE: Gem.cache is deprecated, use Gem::source_index. It will be removed on or after 2011-08-01.Gem.cache called from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sprout-0.7.246/lib/sprout.rb:365.invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.7C:\Documents and Settings\User\Desktop\New Project>Similar problem on the two different computers.When I uninstalled Ruby AIR applications worked normally.But I need Ruby and I need AIR.When I type just "adl" in command promt, I get result:Adobe (R) AIR (R) Debug Launcher (ADL)Version 3.1.0.4880Copyright (c) 2008-2011 Adobe Systems Incorporated. All Rights Reserved.application descriptor file not specifiedusage: adl ( -runtime <runtime-dir> )? ( -pub
Hello,I do the following, but anyway when I touch back button the topmost view is popped from the navigator's stack.private function key_down_handler(event: KeyboardEvent): void{if (event.keyCode == Keyboard.BACK) {event.stopPropagation();event.stopImmediatePropagation();event.preventDefault();} }How to prevent this?Thanx in advance.
I am making use of Adobe's Vibration ANE. It works fine when I deploy on my device but throws an error when I test my movie in the Flash IDE. The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for MacOS-x86.This is because desktop isn't supported by the ANE. I am looking for an efficient way of being able to test the rest of my app on desktop and have it include vibration functionality when deploying on my device. I don't want to have to manually remove the ANE each time I test the app on my desktop and add it each time I deploy to my device. Could I, for example, somehow add 'fake' desktop support to the ANE? To clarify, I don't need it to do anything on desktop, I just want to be able to test the rest of my app.
Hi, I have a movieclip named MYMOVIE1 and I want to save it as Image (any Format) to a folder named MyTestApp in the SD storage using ActionScript 3? {AIR for ANDROID} And please tell me if the same way work for iOS... Thanks
Does anyone know of a way to purchase iTunes music from directly inside an AIR iOS app ? If you check out the new Twitter Music app they have done this natively. Wondering if there is any possibility in AIR to do the same type of thing ?Thanks
Hi there,I just saw that my application includes Standard + 15 languages in the Google Play Store.Standardcsdeesfritjakonlplptrusvtrzh_CNzh_TWWhat is the meaning of "Standard"?The supportedLanguages Tag only allows some languages in AIR?http://help.adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WS06ac295d95cf5a5c-4601cdc2134337a7308-8000So if I have a Danish application this isn't very good if the supportedLanguages tag doesn't include da_DK ?Is Danish included in "Standard" mentioned above?What is the best way to publish an app in relation to the supportedLanguages Tag?Best regardsomi
Hi, I'm not sure what to attribute this to, but my game no longer launches properly (just a black screen) when you first install it on Android - although it DOES work fine from then onwards if you launch it yourself from the icon. It's almost as if the device is encouraging users to launch the app before it has fully settled in.Is this a known issue with AIR 3.6 because I just upgraded to that? I'm creating my own APKs from command line with no captive runtime.I'd appreciate any suggestions as this is causing a lot of impatient players to uninstall.
I've used the ScrollPane in my application which works correctly in the iPhone via the very slender scroll bar that is presented, however that isn't the desired effect I want. I was hoping that the component would allow for the touch scrolling native to the device itself.Are there any 3rd party components that will exhibit this behavior or is there something built in that I'm missing outside of having to build it myself with the gestures?
Since AIR 3.7 is in the release channel is there a AIR 3.8 forum we can join?
We have built an app using AIR 3.4 SDK and are facing issues only with this device configuration - iPhone/iPod Touch 4th Generation with iOS 6Has anyone had similar issues. For Gyroscope data, we're using this native extension - http://www.ketzler.de/2011/11/adobe-air-gyroscope-native-extension-with-euler-angles-roll-pitch-yaw-for-ios/Any help is appreciated.Thank you.
Trying to upload an ipa to the app store and it said it wasn't signed. The exact vague error is:Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate.So the signature should be valid as I just remade the certificate and PP. Not sure what a disallowed entitlement is. It was signed with an iPhone Distribution Certificate.Do I need to run codesign on it? How do I get to the app and what do I type in Terminal to get it verified?I am on the edge of giving up making apps for Apple altogether. It literally takes longer to upload it than to make some of them.Thanks.
Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate.I don't know what it's telling me.Can someone tell me what it means?
After the updates on April 10th, our AIR application is giving the same I/O errors from a few years back.HTTP request error: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]. I noticed in the release notes something about 'sandbox' updates. This could cause trouble for an older flex app like ours.Has anyone else seen this behavior?Here is one of the requests that isn't working:Top level version info:xmlns:app="app.*" xmlns:mx="http://www.adobe.com/2006/mxml"xmlns:updater="http://updater.readingcompanion.org/"Function:private function submitDraftWithRec( event:Object ):void { if (event.detail == Alert.YES ) { displayFreezePopup("Submitting draft with recordings, please wait... This could take a couple of minutes."); &n
Hi,Have anyone experience the follwoing?. When tapping the StageText to select the text, the app moves up, the StageText moves down (originally the text appears in the text box, see the screenshot) and the top menu in Android (Menu to Cut, paste etc) goes behind the status bar, see screenshot. In general the StageText seems to beahve very erractic and very bad in Android (I dont know if it is specific for a certain Android OS or not). Any tricks, tips to make the StageText behave a bit more decently in Android?
An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator, on windows profesional xp service pack2
Hi allI've build an Application in Flash CS6 and AIR SDK 3.5 for desktop and packaged it as a windows installer. When i try to install it on a windows 8 pro tablet with no internet connection (in my case an Acer Iconia w5) a window pops up, telling me that i need adobe air and i should download it at www.adobe.com/go/getair_de. I thought the AIR runtime is packaged inside the windows installer, so you don't need AIR preinstalled on your PC. I've added a screenshot of my setting:Any help would be great
Someone ever used it in an AIR app? I'm having problem checking if we downloaded it, and downloading it (what's the Google Play file location?). How to use .zip expansion files?
Hi,i develope an mobile application, and load a style.css in my application.In the style.css i declare to fonts / one with embedAsCFF: true; one false@font-face { src:url('assets/fonts/Comic.ttf'); fontWeight:normal; fontFamily: textile_eac; embedAsCFF: true; unicode-range: /* U+0100-U+017F, Latin Extended-A Unicode block */ U+00C4, U+00E4, U+00E9, U+00F6, U+00D6, U+00FC, U+00DC, U+00DF, /* Special German Chars */ U+00E0, U+00E2, U+00E6, U+00E7, U+00E8, U+00E9, U+00EA, U+00EB, U+00EE, U+00EF, U+00F1, U+00F4, U+00F9, U+00FB, U+00FC, U+00FF, U+0153, /* Special French Chars */ U+0020-U+0040, /* Punctuation, Numbers */ U+0041-U+005A, /* Upper-Case A-Z */ &nbs
Hi everyone!I am developing an Android application using AIR on Adobe Flash CS5.I am still a beginner to actionscript 3.0 as I am more used to actionscript 2.0I am currently looking for a way to implement a QR code reader to my app which works in conjunction with the hardware camera of the android device.I am not entirely sure if AIR is capable of doing this, but I have found the following website by luck:http://www.remotesynthesis.com/post.cfm/adding-a-qr-code-reader-in-flex-on-androidThe writer seem to have accomplished a QR decoder application via Flex.I am not too sure what Flex really is neither, all that I know is that Flex is a development kit for making mobile/desktop appilcation.But there seems to be some sort of relation between AIR and Flex and there is even a selectable FlexComponentBase component in Flash CS5.Now, is it possible to use the ZXing Library in my AIR project? If so how can I go about acheving this?Thank you very much in advance!
Already uploaded an app to Google play created in Flash CS6 with no errors. Now I get this and the only solutions I have found are for using Eclipse.What do I do to resolve this?I'm on a mac.
Hi,Randomly (not always), when I close NetStream, the entire app just freezes.Even performing a NetConnection.close() causes freezes.some errors like this:<Error>: 14:35:54.930 <AudioQueueQueue> AudioQueueObject::FreeBuffer: AQBuffer * 0x1e53d330 has enqueue count of 1Sometimes even simply renewing the current NetStream to "new NetStream()" or disposing it causes a freeze.I am sure all this attributes to releasing resources and message passing between the client and FMS which probably ends up in a deadlock somewhere.I'm not ruling out the possibility that this could also be a problem because of a slow internet connection.What's the work around for that?Instead of close() (if it's buggy i.e.) are there other alternatives to stop listening or sending media over netstreams?If this is indeed a bug, I know Adobe won't let us know of it but I hope this is solved in the next AIR Release for iOS.I'm testing this on an iOS 6.1.2 (iPhone 4) + Air 3.6 and iOS 5.0(iPod Touch 4) + Air 3
Hi,For AIR 3.6 two version of the AIR SDK were released one with teh new AS compiler and one for Flex with teh old AS and MXML compilers. Will you be releasing an 3.7 SDK that is compatable with Apache Flex? And if so when willit be available?Thanks,Justin
No matter what I do I cannot get AIR to install on my Windows7 Professional system. I have read and re-read many post and tried everything suggested.This is all I get in the log file:[2013-04-14:16:13:07] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86[2013-04-14:16:13:07] Commandline is: [2013-04-14:16:13:07] No installed runtime detectedI have tried running the cleanup tools but, because I have never had Adobe Air on my system, there is nothing to find thus, nothing to cleanup.Yes, I am running as administratorYes, I tried disabling antivirus softwareI remember seeing on a post that someone was told that they had no option to install to a different partion...it had to be C. Is that REALLY the case?My C drive was going bad so I added another drive, backed up all of my important files and installed my OS on the new drive before removing the old drive. My system drive is now labeled "H".I can't believe that in this day and time a program is not smart enough to know wher
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.