Join a global community of Adobe Air users and developers.
Recently active
Hello everyone,First, I've been looking throught this topics- http://stackoverflow.com/questions/7732742/air-3-native-extensions-for-android-can-i-how-to-include-3rd-party-libraries - http://stackoverflow.com/questions/24626380/how-to-include-additional-jar-in-android-native-extension-for-adobe-air-mobileI got a similar problem. But not exactly the same. And the solution didn't worked for me :(.First of all, I don't have any visible error. -I can easily talk between java and action script. -The gateway is set without problems. My problem comes when, from my java-side-part of the extension, I try to call a 3rd party library. This library is (and I think this is where I do something wrong) linked to my project as an external lib, in .jar format. So when I make a call to 3rd party library, it just doesn't print anything. Neither on the adobe part or on the java part. The logs that are before my call are printed but not the ones after. I tried different solutions that are:-Taking all
I have an app that I am trying to update. The last air sdk used was 3.8 and now I am trying to get it to work with 17.0I am using command line to compile, package, and install app on an iPad which all seem to work just fine.When I run the app, it crashes pretty quickly. Crash report says Exception Type: EXC_BAD_ACCESS.I though it might be related to the anes so I removed all of those and am still having issues. When I hook it up to to fdb and use "catch *" sometimes I will get"[Fault] exception, information=ReferenceErro: Error #1065: Variable FlexVersion is not defined.Fault, SpriteAsset() at SpreteAsset.as:131 if (appDomain.hasDefinition("mx.core:FlexVersion"))Other times it will just terminate with no information. Any ideas what I am doing wrong? am using 17.0 namespace, flex 4.6, target-player is 17 and swf-version is 28.
I have been using the AdMob extension by Milkman games with my ad based apps for about 3 years but recently AdMob rates have gotten really low and the fill rates are terrible compared to the previous 90%+ fill rate. So looking for ideas for an alternative extension that supports apps Air built via Flash and on a Windows machine. Anyone have good or bad experience to share?Ill start with a bad. PlayPlace what a disaster that was, switched my apps to run their content and they went out of business 2 months later.
I'm looking for complete documentation on the bin utils included in the AIR SDK. Most importantly, I'm looking for swfdump documentation.Where can I find this?
I wonder if there will be a way to build my apps for Android Tablets with Flash CC 2015 just like apps for iPhone, iPad and iPod can be built just by selecting which devices are targeted.
Recently it was announced that Google will now block Flash by default ... making an end to all flash video and flash banner ads as the publishers of this content will not use it since users would be required to "Click to view".This will obviously be a huge hit to Adobe and the sales of their tools due to people switching to HTML5 for video and ads. Do you think Adobe will continue to support it for the people that enjoy using their tools for app development? It's very interesting.
I need to create a module in my Adobe Air Desktop Application in which it can record the on screen activity and then create a video file of it to further use .I know Screen Recording can be achieved through VLC application which can create on screen recording video for you through command line argument (Native Process) .But this is not the best way to do it since there a compulsion to install vlc to use such functionality .Please suggest if there are some 3rd party API which can achieve this .
I can't install adobe at my mac.I have attachment alert screenshots.
Hi,We are using Product Store ANE from Gaming SDK 1.4 . With the medatory requirement of 64-bit support by Apple we are unable to submit our apps. Is it possible either to get the source code or a 64-bit ANE.ThanksRahul
Hi Fellow developers,I would like to share some open sourcelibraries, that we recently decided to open forthe community:1). Falconhttps://github.com/HendrixString/Falcona Feather/Starling extension of responsive/flexible ui controls and general mobile framework.If you are familiar with Adobe Flex, you will appreciate the amount of layout boiler-plate code savedwith this framework.2). Google-Glass-Mirror-API-AS3https://github.com/HendrixString/Google-Glass-Mirror-API-AS3ever wanted to control your Google Glass with a REST api with AS3.\Now\you can. this is a complete reproduction one to one of the JAVA/C# Mirror api implementationsfor ActionScript 3.3). Hendrix-HttP-AiRhttps://github.com/HendrixString/Hendrix-HttP-AiRdo you like doing HTTP requests but hate the hustle involved in building MultiPart or url-form encoded requests? do u need responses for JSON into typedobjects? this library is inspired by the great OkHttp library. building requests with one line ofcode (think builder patte
I developed an app for Android that uses the native extension to the vibration. But my mac with Yosemite shows this error, what should I do to solve it?"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."
Hi, I have successfully created connection to Apple MFi printer, but I'm failed to have NSOutputStream to write to the printer because delegate did not called.Here is my LibPrint.h:-#import <Foundation/Foundation.h>#import <ExternalAccessory/ExternalAccessory.h>#import "FlashRuntimeExtensions.h"@Interface LibPrint : NSObject <NSStreamDelegate>- (void)printR;- (void)stream:(NSStream *)theStream handleEvent:(NSStreamEvent)streamEvent;@8978565// C interfaceFREObject fncPrintR(FREContext ctx, void* funcData, uint32_t argc, FREObject argv[]);LibPrint.m:-#import "LibPrint.h"@Interface LibPrint ()@11377687 (nonatomic, strong) EASession *easPrinter;@11377687 (nonatomic, strong) NSData *datPrintData;@8978565@implementation LibPrintFREContext eventContext;LibPrint *AirInAppRefToSelf;#pragma mark - NSObject-(id)init{ self = [super init]; if (self) { AirInAppRefToSelf = self; &nbs
Hello,I have 2 apps. One of them is working well, and I updated it using Flash CC, and AIR 4.0.0.1390. The other app had some issues, so I did an update, but I accidentally put the wrong file up to the app store. It's broken. I tried to do an update, but it says: Application Verification Failed. I spent lots of time making sure I had the correct certificate and provisioning profile, but it still didn't work.So I went back to the working app, used the verified working certificate and provisioning profile, and it still doesn't work, getting the same error. I've since tried various updates to AIR: 4.0.0.1619, 4.0.0.1628, and 13.0.0.61 (today). Please let me know what else I can try.Thanks
"appName" could not be installed at this time. Helpful error for sure. Anyone else encountered this? Using a proper distribution certificate, new provisioning profile... checked and re-checked to make sure everything is good. Installing to iPad from a web site - ssl enabled from https: url. The app downloads and gets "done" installing when the dialog with the error appears. It's an iPad 2 with iOS 8+
Hello,i created a mobile application which uses the geolocation functionality.Now if the user turns off geolocation globally on a device, I getGeolocation.muted=true.In that case I can prompt the user to Enabled geolocation setting.It would be nice to do so with a button, linking directly to the appropriat Android Settings screen.Is this possible from within Air?Thanks!
Dear Support, Dear User,In the following u can see the log of the "Install.log" - file and some basic information.My OS is Windows 7 Home Premium.My CPU is: Intel Core i5-4430 with 3.00 GHz.The installer log output is: Windows.[2015-08-19:19:03:14] Runtime Installer begin with version 18.0.0.199 on Windows 7 x86[2015-08-19:19:03:14] Commandline is: [2015-08-19:19:03:14] No installed runtime detected[2015-08-19:19:04:07] Relaunching with elevation[2015-08-19:19:04:07] Launching subprocess with commandline c:\users\user\appdata\local\temp\air87d4.tmp\adobe air installer.exe -ei[2015-08-19:19:04:09] Runtime Installer begin with version 18.0.0.199 on Windows 7 x86[2015-08-19:19:04:09] Commandline is: -stdio \\.\pipe\AIR_2656_0 -ei[2015-08-19:19:04:09] No installed runtime detected[2015-08-19:19:04:09] Starting silent runtime install. Installing runtime version 18.0.0.199[2015-08-19:19:04:10] Installing msi at c:\users\user\appdata\local\temp\air87d4.tmp\setup.msi with guid {31B9D218-FED2-4
Hi,An application deployed on iPads using a provisioning profile has been running successfully in a kiosk on 60 test systems since October of last year. The provisioning profile has not yet expired but several iPads have recently displayed the message "application" can't be found, and the application icon is grayed out. Does anyone have an idea what might be causing this?Best,Chris
In my project, I'm currently running into the "Too many method references" error. The limit is 65k when trying to build for Android APK. This is because we're using a lot of extensions, expecially Google Play Services, which apparently takes up around 20k methods by itself.Android native compiling mentions the use of the multi-dex option when building the APK, but I'm not sure how to enable that for ADT or Flash Builder. Anyone have any idea how to get past this limit?
Today I received the Xcode 6.0.1 update. I made the update and right after I was unable to debug my AIR app.The error that I received is:Error occurred while installing the application:2014-09-19 13:12:22.866 isb[683:507] -[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x1002009502014-09-19 13:12:22.867 isb[683:507] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString localizedDescription]: unrecognized selector sent to instance 0x100200950'*** First throw call stack:( 0 CoreFoundation 0x00007fff9214e25c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff96719e75 objc_exception_throw + 43 2 CoreFoundation &
Because Adobe Bugbase is completely messed up (white screen, infinite refresh loop, etc) so I have to write my bug report here.Hope bugbase get fixed soon. It is rarely accessible with chrome browser.Problem Description:On some android devices, Context3D.createVertexBuffer() throws following error :ArgumentError: Error #3672: Buffer creation failed. Internal error.Starling frame work can't render anything due to this error, resulting in black screen.Code seems to be running (as sound is played normally, and scout reports normal code execution),but rendering loop fails with error (happens as soon as starling's addChild() is called).Debug attempt is limited due to lack of information in the error message.Steps to Reproduce:Tried on Sharp SH-06D (Android OS v4.0.4, Using AIR SDK 17 build 124 / 138)Please see sample project. As Context3D fails, application cannot render anything on stage3d.SH-06D has Texas Instrument OMAP4460 1.2Ghz dualcore / PowerVR SGX540.Actual Result:Context3D throws
Hello,I have two internally developed ANEs. Occasionally one of the ANE's will "intercept" events from the other ANE. I have ANE specific logging in each module. I will see messages from one ANE in the logging of the other. When this occurs, the ANE that has it's events intercepted does not work correctly.The ANE's were compiled using AIR SDK 18.0.0.143. The app is developed in Flash Builder 4.7 also using AIR SDK 18.0.0.143.Has anyone seen this behaviour before? Any suggestions how to prevent this? The inconsistency is troublesome.ThanksChrisEdit: I updated to AIR SDK 18.0.0.180 recompiled both ANEs and the app, this issue still occurs.
Hi, I am trying to compile ISO app with command lineadt -package -target ipa-test -useLegacyAOT no -hideAneLibSymbols yes -provisioning-profile C:/OpenSSL/bin/augmented_test_profile.mobileprovision -storetype pkcs12 -keystore C:/OpenSSL/bin/iphone_dev.p12 -storepass xxxxxx ios_aug.ipa ios_aug-app.xml ios_aug.swf -extdir aneand adt returns error: Signing options required to package IPAusage: adt -checkstore SIGNING_OPTIONS adt -certificate -cn <name> ( -ou <org-unit> )? ( -o <org-name> )? ( -c <country> )? ( -validityPeriod <years> )? 2048-RSA <pfx-file> <password> adt -help adt -migrate SIGNING_OPTIONS ( <air-file-in> | <airn-file-in> ) <output-file> adt -package SIGNING_OPTIONS ( -target air )? <output-package> ( <app-desc> FILE_OPTIONS | <input-package> ) adt -package SIGNING_OPTIONS -target airn <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <
I am publishing an IOS app with some ANEs.The ANEs need some changes made to the application descriptor file but when publishing for IOS, there is no Permission tab with a "manually adjust" optionAny ideas how to edit the IOS descriptor file?ThanksPete
Hi,I'm looking for details about these two know issues from AIR 18 Release Notes (Release Notes | Flash Player® 18 AIR® 18😞PopUp shows data from the background main screen. (3945060)Frequent disconnects for AIR applications on Windows (3987532)but when I search their ID in bugbase.adobe.com I find nothing.Where I'm wrong?
Hello,I am getting this error after updated acrobat reader to 11.0.10, when i try to open pdf files inside of an adobe air application.Adobe Reader could not open 'A9R8EF5.tmp' because it is either not a supported file type or because the file has been damaged.But if i go directly to the file locations I can open them with acrobat.How this can be fixed?But the files exist.Thanks
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.