Join a global community of Adobe Air users and developers.
Als letztes aktiv
Please download the attached file to view this post
Is there any way to adjust the brightness of the screen in Adobe Air for Desktop (running in Windows 8.1)?I have an app that I want to always run at full screen brightness.If not, does anyone know of any ANEs that will work?If also not, does anyone know where to find a tutorial on making ANEs?
Dear developers, I have a Lite version of an app that I would like to create a button that would then open up the app store and allow a user to purchase the Full version. After searching I found code to point to the review section, but I just want the store to open to the introductory page.If someone has the code or link to achieve this, I would greatly appreciate it.Thanks, Justin
Hello, I am very new to Adobe air, installed it for the first time within the last month. Ive installed this on 2 machines and it works fine on them.Ive been trying to get it to work on this laptop for about a week now and I cannot figured it out. ive searched and searched and searched but cant seem to find anything.Installation of Air seems to go fine but when try to open apps (lontail pro or market samurai) it opens an adobe air process that appears to do nothing at all.Please help!! System info and install log:OS NameMicrosoft Windows 7 Home PremiumVersion6.1.7601 Service Pack 1 Build 7601Other OS Description Not AvailableOS ManufacturerMicrosoft CorporationSystem NameSCOTT-PCSystem ManufacturerAcerSystem ModelAspire 5738System Typex64-based PCProcessorPentium(R) Dual-Core CPU T4300 @ 2.10GHz, 2100 Mhz, 2 Core(s), 2 Logical Processor(s)BIOS Version/DatePhoenix Technologies LTD V1.16., 26/08/2009SMBIOS Version2.5Windows DirectoryC:\WindowsSystem DirectoryC:\Windows\
Hi there! I have started this thread first in here:http://forums.adobe.com/message/6095789It appears so far (Air 4.0.0.1240) it is not yet possible for an Air Application to keep playing Audio files in background when iOS device enters STANDBY (pressing power button).As far as I know, what an Air application CAN DO in this case is that:1- you include this code in the Main class/Timeline of your Flash app:import flash.desktop.NativeApplication;NativeApplication.nativeApplication.executeInBackground = true;2- add this code to the XML file:...<iPhone><InfoAdditions> <![CDATA[ <key>UIBackgroundModes</key> <array> <string>audio</string> <
how do i get windows to recognize adobe air as a program to open a .swf file?
Is it possible to login ONLY via webview even if you have the native FB app installed when using Goviral in a game/app? (Android device)Thanks
I am trying to submit an app to the Samsung Apps Store, but they rejected it because:a) if the app is running, and the device's on/off button is pressed, and then pressed again (and screen unlocked if necessary), the app doesn't resume; it just returns to the home screen.b) if the app is running, and the device's home button is pressed, and then the app is launched again, the app doesn't resume from where is was left, but restarts.Is there any way to avoid these issues? I have no ideia what could be causing this, or if it's even possible to fix. Any help is very much appreciated!
Good day guys,I'm having this veeeery bad [system] issue that I'm unable to understand:my AIR application [mac_desktop only at the moment] stops running after semi-long periods of time (from 1h to 1 night) -> till I click on its dock icon on my Mac, which seems to reactive the application core - and my app from its boot[1]).[1] in t0 the app (re)connects to my application server - connection that in the meanwhile was lost because the flash client disappeared to the server - and starts to (re)load a set of external swf modules from my web repository to (re)launch its serviceSince the time needed to fall in the behaviour is very long, this should not be related to:1. NativeApplication.nativeApplication.systemIdleMode=SystemIdleMode.KEEP_AWAKE, which I put as first istruction of the constructor of the first class of the desktop [external component loader] Appand:2. today I don't care of Event.DEACTIVE from my NativeApplication singletone since at this building time my App is expected t
We are trying to deploy an updated version of our app to the IOS app store. So we were told(from another post) to use the latest sdk4 beta, which we are in the process of testing our app with it. This is an existing deployed app simply re-compiled w the latest air4 beta sdk.If we play an mp3 sound file in the foreground, then pause the audio, then place the app in the background for 2-4 minutes, then bring the app back into the foreground and start playing again, there is no audio, although the sound object still updates with progress events real fast, showing the track playing at a rapid pace.Then, If we load a different track, still no audio at first (and no progress events either), but after some time, maybe a minute or two, the audio starts.This happens on IOS7 as well as previous IOS versions on various IOS devices with this SDK.This doesent happen with previous SDK versions.Yes, its a bit screwy.Dear Adobe- we need to get our app into the app store, AFAIK, there is currentl
I was wondering which android devices and/or versions work with Adobe AIR. I was also wondering this due to the error messages I receive when I try to download it. Attached is a screenshot of the tech specs of my tablet as well as screenshots of the error messages I receive when trying to download Adobe AIR.If anyone happens to know the answers to these questions, i would be greatly appreciative. Thanks.Thomas
I have a client with very strict security concerns. We are building a business case study app that will have content stored as XML with the app. The user's activity with the app is to be saved back into the case study XML file. As the title asks, is anyone aware of access to any of the file protection security available in iOS using the AIR File API? There doesn't appear to be any reference in the API docs to file security. The only thing remotely related is the "preventBackup" property for locking files out of the cloud.If an ANE is the only solution is anyone aware of an applicable ANE?Thanks,Chris
Adobe, I see you must kill steve jobs stupid psychological block from your brains. Dispose it.Keep in mind that may be the fight is not simple but the Flash runtime is the best client[->/server] development habitat of the entire planet (not in town..).All of us were shocked like you when we faced the Apple position on flash player, but this is not a final death. And we have AIR where there isn't the browser! Are you shy? I'm not. Let's say the truth...... Flash developers makes it better!I produce videocollaboration and realtime management software platforms with Flash before Macromedia have introduced the audio/video support in our plugin (at the times controlling NetMeeting plugin via Flash - ndr). Later, at the Flash 6 days, Macromedia was used to warn their developers not to develop web solutions completely/only with Flash and (but) they were wrong (now it is clear) - except for animations of course. (I have developed in the past some complex CRM solution Flash5/6-only based, wh
Is there a possibility to turn on Distraction free mode in Adobe AIR application on OSX?
I cant update any of my appsWhenever I try I get this meesage in Application LoaderAn SSL error has occurred and a secure connection to the server cannot be made.Tried restarting machine but nothng workswhats wrong?
Hi,I'm working on a note taking app with Air for Android. (AIR 3.9)I would like to send a text from my app to an other Android app.It's basically like it would be shared over the "Share Via" Android menu but directly and without selection it first from the Share Via menu.Is that possible? Thank youTom
Dear all,I have a challenge. I have developed an Xcode library which I would like to make available for people who use Flash, mainly in order to create a nice interface since Flash is WAY better for creating interfaces than Xcode. Therefore I dived into creating an Adobe Native Extension as explained in this quite nice tutorial on the Adobe website. I came across many issues on the way but in the end I succeeded in creating a .ANE file which could be used in Flash. Flash clearly recognizes the names of the classes etc that are defined in the actionscript library, but as soon as it runs the scripts I get an error saying "Could not find the class <classname>". I considered me to be the most likely prolem so I decided to take a step back and build the code that is in the .zip file of the tutorial (so my hands did not touch the code other than compiling it) strangely I get the same errors again.There are 3 most likely things that could be at the essence of this:- The tutorial was wri
My air app complied with Flex 4.6.0 and air 4.0 has problems with Font in ANDORID 4.4In Note3 the Korean languages characters are displayed as blank on the TextField.In Note3 The TextField in movieclip can not show Korean characters.Like can not find device Font.But in some device with andorid 4.4 it works fine.I find the 1/28/2014 - Beta - AIR 4.0.0.1619 fix a bug about CCL Languages.I test it with Note 3 , It did fix the bug.But the same porblem with Korean languages still there.I hope fix this bug.
Adobe released Retina support for Air in 3.6 and that carried with it a caveat that HTMLLoader was not supported.Are there any plans to support it at any point? Or maybe even update Webkit version thats bundled?This is a serious limitation for me as I need access to the page that is being loaded to allow for comms betwee the app and page.
Hi,I have created a bundled AIR app that needs to access the internet. The Mac version of this app works fine behind our company proxy server, but the Windows version running on Windows 7 won't connect to the internet. I've configured IE's proxy settings correctly, so I do not know what else to try. Any ideas?thx
Hi.I'm sorry for my bad english, I think it's easier to show you my problem in a little video:The problem appears when "new Video()" is done, and stay even if this object becomes null.Android device (2 devices of this model tested) :Samsung IGT9000Android 2.3 (So I can't use stageVideo).Air applicationTested with AIR SDK 3.6, 3.8 and 4.0.0.1390Tested with rendering auto, gpu, cpu and direct<containsVideo>true</containsVideo> tested and makes the problem on startup.IDEFlash CCSource code BackgroundMy real application is used to take pictures with the camera, so to display it I use a Video object.This application must to run during few hours and be ready when the user unlocks the phone.The orientation of this application is landscape, bad luck, no problem with the portrait.Currently this application is used with "old" smartphones (without the camera feature) and must stay compatible.Do you know this problem? Can someone help me?Thank you
I am using Flash CS 5.5 on a Mac to make an Android version of a Flash app. I would like to use an Android emulator to test the resulting apk file. I downloaded the Android Developer Tools but can't figure out how to install a apk file so that it appears in the emulator. Can anone give me step by step instructions? Since I'm on a Mac, I prefer non-command line statments. Also include needed publisher settings in Flash.I'm also open to any Mac OS X based Android emulators that allows me to run an Adroid app directly from an apk file stored on my hard drive.Thanks
Can you guys confirm the the Camera (in combination with video object or stagevideo) is working in 3.8?When exporting my project with 3.7, everything works fine, but in 3.8 the camera is not rendered.Has is something to do with BaselineExtended?Thanks.
Hi,We are doing some memory profiling on our app, its a rather big app with a lot of assets.The tests are being made on a iPad Mini, iOS 6.1.3, Air 4.0(latest from labs).With Scout I'm seeing a stable 69mb of ram and 27mb of vram, which is expected.But with Xcode Instruments it rarely drops below 200mb..Is there something I'm missing or is that correct? It feels like quite a big diff.Thanks!-Simon
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.