Join a global community of Adobe Air users and developers.
Als letztes aktiv
What is the difference between the settings "Aspect ratio = auto" and "Auto orientation = true"? -Aaron
Adobe is tracking support for Windows Phone 8 and AIR - https://bugbase.adobe.com/index.cfm?event=bug&id=3648920Let's get the votes up!
Just moved to AIR 3.6 SDK. Seeing the following error when packaging for iOS via adt on the command line:Exception in thread "main" java.lang.Error: flash.data::SQLIndexSchema::flash.data:SQLIndexSchema::_table has a slot id(4) larger than the name count(2). at adobe.abc.GlobalOptimizer$InputAbc.readTraits(GlobalOptimizer.java:855) at adobe.abc.GlobalOptimizer$InputAbc.readInstance(GlobalOptimizer.java:1030) at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:391) at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:279) at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:320) at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeI
Hi guys. We are working on simple flex application based on Flex 4.6 + AIR 3.8. After ad-hoc or relese pakage we have big problems with application start time. For now it took about 50 seconds of black screen to start our app. Our research with Scout shows weird problems with AS3 code initialization. Event "complete" in frame 6 take about 41747ms to finish. This happens only in release builds, and i think this is Embed / Compiler issue. Please explain me this behavior. You could find saved Scout Session here
Hi,I have tried to create an app for ipad. I used a TLF TextField to load a html data at run time. TLF-text executed well with HTML-data but it could not load a swf file. For n example, i have used the following code:quesTxt.border = true;var sHtmlOriginalData:String = "<FONT><P align= 'center'><IMG src='http://server.com/name.swf' WIDTH='220' HEIGHT='75.80'></IMG></P></FONT>";quesTxt.htmlText = sHtmlOriginalData:String ;where "quesTxt" is a TLF-TextField. "IMG" tag worked on jpg or png but it was not worked on "swf".So could anyone tell me whether is it possible to load swf on TLF- TEXTFIELD for IPAD ??
Hi,I'm trying to install an AIR application but keep receiving the error message:"Sorry, an error has occured.""The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."I've uninstalled and reinstalled AIR.The installation log file follows: [2013-11-22:11:48:47] Application Installer begin with version 3.9.0.1210 on Windows Vista x86[2013-11-22:11:48:47] Commandline is: C:\Users\myname\Downloads\jledwardianadventcalendar.air[2013-11-22:11:48:47] Installed runtime (3.9.0.1210) located at c:\Program Files\Common Files\Adobe AIR[2013-11-22:11:48:48] Unpackaging file:///C:/Users/myname/Downloads/jledwardianadventcalendar.airto C:\Users\myname\AppData\Local\Temp\flaBD36.tmp[2013-11-22:11:49:02] Application signature verified[2013-11-22:11:49:02] Unpackaging/validation complete[2013-11-22:11:49:02] No app located for appID 'JLAdventCalendarEdwardian2013' and pubID ''[2013-11-22:11:49:06] Converting unp
I'm not an Adobe AIR developer yet. From what I've seen so far, it looks like a decent environment to work in but I'm very early in my research. I'd love to hear from you as to why you picked it. I've got an application in mind and would like it to be able to have the following characteristics:Run on a variety of devicesHave access to local hardware, sensorsTransmit data on demand either to or from device, choose network and level of compression based on rule setAccess a variety of databases including Oracle, SQL*Server, MySQL.Have a strong development community and resources.Seems AIR has all these things. Would love to know why you picked AIR, other products you looked at and elminated, why you eliminated those?Thanks so much.
Hello,I have created a native extension which launches a native android activity with a simple view in it by firing an Intent.The issue is that when we minimize the app and resume it by either choosing the app icon from apps menu, Android automatically calls the onDestroy of the native android activity and kills it.I have no idea from where else can the onDestroy function be called? I need to figure out a way to stop the native activity from being destroyed on app resume.The code to launch the native activity is something like this:Intent intent = new Intent("com.app.myAcivity");intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);context.getActivity().startActivity(intent);The entry for the activity in the manifest goes like this:<activity android:name="com.app.myAcivity"/>I have read a lot of blogs and SO questions but could not get around this issue. Please help.I don't have this problem with native Android app.Thanks.
Hi there, I'm getting this issue when trying to link my ANE with ffmpeg libs which I build on Mac OS X Snow Leopard (XCode 4.2)ld: illegal text relocation to _uyvyToY_c in ..../libswscale.a(input.o) from _ff_sws_init_input_funcs in ...../libswscale.a(input.o) for architecture i386Problem is apparently when MachO linking type is set to dynamic lib. When this is static lib/executable any project with ffmpeg links. I've tried something I have found on the internet, which says to use read_only_relocs supress (http://stackoverflow.com/questions/6650178/illegal-text-reloc-to-non-lazy-ptr-error-while-building-in-xcode-4-with-libav-l). This makes the ANE compile, however when I launch the AIR app using this ANE I get a crash. Unfortunately I have a suspicion this is caused by the issue above but because I'm not working on Mac normally and seeing this for first time, I'm not sure. So I'm kind of stuck. This is a snippet out of the crash(can provide more if needed):------------------------------
I can't install Adobe AIR. I'm getting the infamous error:"An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."I'm the administrator of the computer.I'm running Windows 7 Ultimate 32-bit.I've tried the right-click-run-as-administrator solution and I'm getting the same error.I've read Troubleshoot AIR installation | Windows and none of the solutions worked.I'm installing the latest AIR version (I've tried older versions too)I've tried Microsoft Install and Uninstall Fix It and AIR doesn't appear on the list of programs.Here is my install log:[2012-04-13:11:31:20] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86[2012-04-13:11:31:20] Commandline is: [2012-04-13:11:31:20] No installed runtime detected[2012-04-13:11:31:42] Relaunching with elevation[2012-04-13:11:31:42] Launching subprocess with commandline c:\users\mmazza\appdata\local\temp\aira62d.tmp\adobe air installer.exe -ei[2012-04-13:
Hi,After going through a lot of articles already available, I found answers with varying views on the following questions:-1) Can we embed swf files using the embed tag in air app for ios, with symbols exported ? Something like [Embed(source="someSWF",symbol="exportedSymbol")]and also something like [Embed(source="someSWF")].From what I understand, one can't embed swf's with actionscript byte code in them. So exporting symbols actually creates class linkages which leads to creation of abc. But I'm unsure on this because some sources say otherwise.2) Can we embed swf files using embed tag in air app for ios, without symbols exported ?Something like [Embed(source="someSWF")]and also something like [Embed(source="someSWF" mimeType = "application/octet-stream")]I read somewhere else, that you can actually embed symbols separately by providing symbol tag in embed tag but not entire swf (which leads to uncompiled actionscript error) but not sure about this as this is contradictory to finding
I have 3.8.0.1280 version of Adobe air installed and need to update.. When I update it gives me this error: an error occurred while installing Adobe Air... If I try to run it as an administrator ... nothing happens..I am running Win 7 Pro... 16.0 GB ram ... 64-bit OS ...AMD Quad X4 830 Processor 2.80 GHz
Hi,I'm trying a native extension to trigger the iOS7 mic prompt but it's not showing up as I expect.This is what I call in my native extension if([[AVAudioSession sharedInstance] respondsToSelector:@selector(requestRecordPermission:)]) { [[AVAudioSession sharedInstance] requestRecordPermission:^(BOOL granted) { // blah }]; }Ideally I would like to be able to return whether it was granted or not. But when I tried it would always return FALSE So then, I was just interested in triggering this popup first thing when my app starts and not handle whether the user granted access or not, but I am not seeing any popup where I call the native extension.My app has not yet given access to the mic (I reset my device settings to ensure that and cannot see my app listed under Privacy->Microp
Hi All,Once upon a time, Aptana allowed you to attach a debugger to your AIR app, set breakpoints in your code, and step through the code while it was running. Typical debugging experience.Support for this was dropped with Aptana v3, and I doubt it will ever come back now that Appcelerator bought Aptana. They want you to use Titanium, not Adobe AIR.Is there another IDE that allows you to debug an HTML/JS app? -Josh
HiJust getting up and runningMac OS X 10.9. Adoe AIR 3.9. All working fine except air.trace() not outputting anything to the console.Bit of googling meant I created a mm.config in ~ with the line:ErrorReportingEnable=1 but still no joy.Any other tips for getting this to work or is it just now broken and/or unsupported?Are HTML apps wrapped in AIR now legacy technology?
Hi,I have installed Adobe Air on to my Macbook Air (10.8.5) several times. When I first bought my laptop, Adobe air was working fine. Each time it I install the application, it says that adobe air has been installed but I cannot locate the application on my laptop to open it. I currently have adobe reader 9.5.5. I have tried to uninstall adobe air and re-install it but that has not helped.Please help!Thank you!!
I'm trying to report some AIR 4 beta bugs, but can't access https://bugbase.adobe.com/ with Safari 7.0.Safari reports:Safari can't open the pageToo many redirects occured trying to open "https://bugbase.adobe.com/index.cfm". This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.
Does anyone know where I could find statistical data re the number of apps in the App Store that have been developed using Flash?
Hi! Where can I find full list of restrictions for Stage3D+AGAL for Android AIR application? I would like to know how limited functionality of textures rendering in AGAL shader in specific version of Android. PS For example, what about method context3D.drawToBitmapData()? Does it supports by Android AIR in mobile devices? Thanks
Hello,since AIR4.0 it's possible to use STATIC_DRAW and DYNAMIC_DRAW for buffer types. Is there any reason why you are not giving us possibility to use also STREAM_DRAW?Thanks,David
Hello,This happens for the second time : the application cant get installed on mac os.Logs reveal an error type 9 : application already installed, according to an old post on these forums.It doesnt appear in Applications, as I can see, and Spotlight cant find the application either.The point may be that an standalone version may have been installed once (and probably removed since it does not appear) but the customer cant remember that.Is there a mean to remove all air application and stuff ?TIA,Thomas
Hello,Is there a different way to embed fonts with Air 3.9 or FB 4.7? I've recently upgrading and I am experience tempremental results with embedding fonts.With FB 4.6 and Air 3.7 the following works fine - [Embed(source="/assets/fonts/SEGOEUIL.TTF", fontName="Segoe UI Light", mimeType="application/x-font-truetype")] public static var EverydayFont:Class; var textFormat:TextFormat = new TextFormat(); var mainFont:F
I am playing a live streaming sound on iOS and it works in the background without any issues when I am using AIR 3.8. But in AIR 3.8 I am facing the iOS 7 microphone prompt issue which has been solved in the AIR 3.9 releases. When I try using AIR 3.9 the background task execution does not work when we used the power button. Is there any workaround for this issue or has it been fixed or will it be fixed in the latest releases."[3616981] [iOS] - Sound gets stop on clicking Power button even when UIBackground tag value set to Audio in application.xml"
I'm stumbling around trying to get Box working in an iPad app, has anyone else managed it?Thanks in advance...
Hi,Does anyone know what happens to an Android AIR app when the user puts the device on hold manually by pressing the power buttton? Does the app still continue to run in the background, or is it completely paused?The reason I am asking is I have made an alarm-clock app which fails to trigger ( alarm sound is not heard ) when the device is put on hold, manually ( by pressing the power button ). However, when the user merely minimizes the app, the alarm does go off just fine. Any ideas on how to make it so the alarm triggers even when the device is put on hold manually?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.