Join a global community of Adobe Air users and developers.
Recently active
Hi,My content is not panning while softkeyboard appears in GPU and Direct Mode(I have placed my input textfield at the bottom of the screen) it is working fine with the CPU and AUTO Mode. I am using Air sdk v 4.0.0.1390. I have checked my manifest file also and have added '<softKeyboardBehavior>pan</softKeyboardBehavior>' still it is not panning my content while keyboard appears.Has anybody faced this problem earlier?(On Android i am getting this problem on iOS it is working fine)
HiI'm working on an app at the moment that utilises the spark actionbar component. In the visuals that I have for the app - they require multiple Actionbar styles (flat colours) for various sections. Is this possible? I already have a custom actionbar style but can't work out how to make a different one for the various sections.Any help would be much appreciated.
The release notes of AIR 13 say that the application descriptor should be updated to: <application xmlns="http://ns.adobe.com/air/application/13">It's not working. I used <application xmlns="http://ns.adobe.com/air/application/13.0"> instead, and it started working.
I Can't install ''air'' on motorola raz i. Is there a solution for application needed it ?
When will flash builder support export to Windows Mobile OS?
Is anyone else having troubles using sharedObjects ?It works properly when I compile frome the IDE. Doesnt work on device. Any help here would be appreciated.
Hi,Is there a way to receive data from the send intent in an Adobe Air based Android app?I found an Android SDK tutorial but nothing for Adobe Air!http://code.tutsplus.com/tutorials/android-sdk-receiving-data-from-the-send-intent--mobile-14878Are ideas welcome! Thanks
This is getting long overdue now, so please add your vote to this ticket...https://bugbase.adobe.com/index.cfm?event=bug&id=3648920
when i want to use local shared object in background worker it always create a new one. but i am not able to find the physical location of shared object. i am also not able to use previously build local shared object as it always create a new one.
Hi,Is there any way to download files from the webpage running inside AIR HTML component? i.e. mail attachment etc.?Thanks!
Hello experts.I already developed a app and it's running fine for Android and iOS mobile devices. I already installed this app to my mobile and now I want to launch this app through a HTML page by click a link in html page with a ID as parameter.I used the below code:<a href="RadioApp://com.mysite.RadioApp?ID=123">Listen Song 123</a>It's not launching the app for me, kindly provide some correct solution to launch the app. Please let me know if any other settings are required in actionscript or anything else.Looking forward to hearing from you the good solution for Android and iOS.Thanks,
I have an Android app that plays a video using the normal video object, ie:var nc:NetConnection = new NetConnection();nc.connect(null);stream = new NetStream(nc);stream.client = this ;stream.addEventListener(NetStatusEvent.NET_STATUS, statusHandlerx);softwareVideo = new Video(640, 480);softwareVideo.x = 0;softwareVideo.y = 0;addChild(softwareVideo);When the video is playing if there is an orientation change, before the screen adjusts, you can see a full screen version of the video behind the 640x480 in the area of the screen that adjusted yet. So if the video is in portrait and the orientation is switched to landscape, in the right befow the stage adjusts to landcape you can see the right part of a fullscreen version of the video.Also when I remove the video object you can still see the last frame of the video in that area.HELP. Is this a bug?
Hi,My questions concern Windows 7 (and later) and Mac OS X:Is Adobe AIR upgraded automatically? In other words, by default (if the user does not uncheck something during installation), is there a service/polling mechanism that checks for a new version of Adobe AIR and recommends an update to the user?What happens if a user has an older version of Adobe AIR installed, and my application requires a more recent Adobe AIR version? Do I, as an application developer, have to do something or is it handled by Adobe AIR automatically?Have Adobe AIR introduced many backward compatibility issues in the past? Is it possible for a user to have multiple versions of Adobe AIR installed at the same time? Can I, as an application developer, specify that this exact version of Adobe AIR is needed by my application?If there sometimes are backwards compatibility issues with Adobe AIR. Is there a way for me as an application developer to try out a new version before it is released to the normal users? In ot
Hello,with the growing number of people using Dropbox, we are seeing an increase in Runtime errors in our desktop AIR applications when writing to SQLite databases.Occasionally an SQLError is thrown while writing to the database. This is happening randomly, with thousands of users without a pattern. After many hours investigating, we've discovered that it's Dropbox fault - every small change to a sqlite database, triggers Dropbox sync mechanism, which locks the sqlite database. If AIR tries to write in the database while Dropbox is synching, an error is thrown. This is a known issue of dropbox: http://superuser.com/questions/591930/dropbox-options-for-avoiding-file-conflicts-and-locking-issues , that, I believe, could be avoided if one could lock the SQLlite database with an Exclusive lock.According to AIR documentation, it seems there's no option to open an SQL lite database with an Exclusive lock, which apparently would avoid this nasty issue. Am I missing something ?
Hi, i´m trying to install a adobe air 3.9 for ios as development aplication with Notifications.I create a new APPID with "Push Notifications" and then created a certificate for this push notifications (1 for dev and 1 for prodution) .I create then "Provisioning Profile" where i choose my APPID. I converted the *.cer to *.p12 with openSSL....I set everything in Flash, and i changed my XML to contain : <iPhone> <InfoAdditions> … </InfoAdditions> <Entitlements> <![CDATA[ <key>aps-environment</key> <string>development</string> ]]> </Entitlements> </iPhone>Following : http://www.adobe.com/devnet/air/articles/ios-push-notifications.htmlWhen i trying to install the app via iTunes, " iTunes Sync - failed to install ".Can anyine help me ? Thanks in advance!Gonçalo
When publishing distribution IOS app air 4.0 beta published app is malfunctioning. More specificlly the videos attached from a server do not show up, certain buttons are malfunctioning and the combo boxes in two sections dont function at all. When using older AIR SDK such as 3.4 with the same certificate and provisioning profile. it works fine but apple does not allow older builds to pass their review. Anyone else have this problem?
Hi!After setting the correct MIME header I am able to install an AIR application when the user clicks on a Flash application button. However, it is done in three steps as can be seen on the image below. Is there a way to immediately go to step two below and skip the Open/Save/Cancel dialog and go straight to Install/Cancel?
I'm trying to package an ANE to add native resources to it. The process works fine without native resources and platform.xml (so the swc, the .swf and .jar and everything else is set up properly). Just trying to add resources.Here's the command I'm using:adt.bat -package -target ane myane.ane extension.xml -swc myswc.swc -platform Android-ARM -platformoptions platform.xml -C Android-ARM . And I'm getting this:Missing resource folder res for platform Android-ARMMy platform xml looks like this:<platform xmlns="http://ns.adobe.com/air/extension/4.0"> <packagedResources> <packagedResource> <packageName>my.package.name&
I am using stagewebview with the new native browser support for desktop (' new stageWebView(true)'). I am just try to figure out which browser is used. It appears that windows always uses Internet Explorer regardless of what the systems default browser is. Is this correct? Is there any way to set the browser to Chrome or Firefox if it is the systems default browser?
as subject says, let's vote at following url to ask Adobe to support Intel-based Android devices for AIR:https://bugbase.adobe.com/index.cfm?event=bug&id=3651397Adobe is supposed to keep AIR multiplatform as it's standard guideline.thank you.mc
It's required by apple. When will this be fixed?
Hi,I'm building an Android app with Air 3.9 and users can log in to website through StageWebView.Is there a way to clear all cookies (or the whole cache) that are used in the StageWebView?ThanksTom
it may sound easy but I've been literally struggling to get it done. I've main SWF, which loads child SWF. Child SWF file has some graphics as well as a Vector.<Object> variable. Now, if I load it normally using Loader.load(), it can access child SWF.Vector.<Object>, but there is an issue with it, child SWF's mouseEvents and parent SWF's mouseEvents do not match, parent SWF's MouseEvent.MOUSE_MOVE won't fire if mouse cursor is over child SWF. If I use Loader.loadByte method, mouse issue is solved but I can not access child SWF's.Vector<Object>... I use LoaderContext(false, ApplicationDomain.currentDomain, null) and LoaderContext.allowCodeImport = true... any idea?? any suggestion???
Hi,I have some problems with our AIR software installed on some customers pc.If they start our software the Main window is not shown, but the Task shows up in the windows taskbar. I tried to debug and I put a empty debug file inC:\Program Files (x86)\ApplicationName\META-INF\AIRAfter putting the debug filethe application window starts. But the logfile shows nothing.This happens with different AIR runtimes.Any Idea?
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.