『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Join a global community of Adobe Air users and developers.
新着順
Anyone have or know where I can get a pop up slider native extension UI? Hoping not to have to create myself.
I am writing an Air app for the Dell Latitude 10 tablet, running Windows 8 in the desktop mode. I am not receiving orientationChanged events when the device is rotated, even though the orientation does in fact change on the screen.In fact, Stage.supportsOrientationChange is returning false.Also autoOrients is showing as false.Even setting setting stage.autoOrients = true; in the ActionScript code has no effect, it still stays as false.However, the screen content does change orientation with tablet rotation. My particular problem is with the use of the camera. When the tablet is rotated, obviously the camera is also rotated and my video stream being sent from it is on its side.However, other apps, such as Skype, seem to know about the rotation and correctly rotate the video stream.How can I detect it from ActionScript?
When developing a multiscreen game or app, developers need to read device's screen size to correctly rescale and reorganise screen elements.I have been always using stage.fullScreenWidth and stage.fullScreenHeight instead of stage.stageWidth and stageHeight as I heard from other developers that the returned values may be incorrect on some devices. But when I tested my app on Motorola Xoom which has Android 3.0 I noticed that a bottom bar that comes from operating system with Home / Back buttons covers my app (Motorola Xoom doesn't have hardware buttons so they are available on the screen). So AIR returns the full height value, including that bottom bar, what causes my app to be behind it. There are some buttons in the app that could not be reached because of that. I have tested my app on few Android devices available to me against stage.stageWidth and stageHeight and I got correct values. Can anybody confirm if there are still issues on any devices including iOS? Maybe that was only a
I'm compiling with Adobe Air 4 to Android. StageVideo works, but the video starts after 10 seconds of a black screen.My experience wth StageVideo is that it works or it doesn't... but I've never experienced this. The video is encoded with h264 in a 480p resolution.Any idea what could be going on?
Hi!I am developing a story for kids, which has big illustrations. I even animate some pages and use large definition background to support also the Retina display.In general, the performance of the app falls when I try it on iPad 3 and iPad 2. iPad 4 runs fine.However, the performance goes really bad when I play a background music, using the Sound class. Any suggestions?
Hi,I have been working on a native extension. It packages and runs fine on ios, but when I try to launch my app on an android device I get the following error,!MESSAGE Error occurred while packaging the application:null!STACK 0java.lang.NullPointerException at java.util.zip.ZipFile.getInputStream(ZipFile.java:194) at com.adobe.air.apk.APKPackager.processExtensions(APKPackager.java:228) at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:65) at com.adobe.flexbuilder.multisdk.apollo.export.AIRAPKPackager.createUsingPackager(AIRAPKPackager.java:245) at com.adobe.flexbuilder.multisdk.apollo.export.AIRAPKPackager.create(AIRAPKPackager.java:575) at c
Hi, is there a way to know for andoid or iOS, when someone uninstall my APP ?The solution i have so far, is a database timestamp for the last time app opened... and clean database for apps that are not oppened for ... a period of time...But i would rather, check with apple // android if app is installed or receive a notification on server uninstal... Is there any way of doing this ?Thanks, Gonçalo
target p: Androidflash builder 4.7/4.6add an APK file to bin-debug1.setup package content of Google Android.2.selected APK/IPA file.3.apply and OK4.open package content of Google Android.5.but APK/IPA file was unselected.how to fix it without "Customize launch..." (inexistent in flash builder 4.6)
Hi , i´m trying to achieve a behaviour with bitmaps but a little bit confused.Objective: (As shown in image attached)I have a Movieclip with a static Shape on Stage ( Let´s say ... a star)I would like to load a image(img1) , then i would be able to, rotate, zoom , and pan the image(img1).Then i would have only the star but filled with the part of the image that fitted that star.I was trying to get bitmapData from the image, then draw the star on the image.... And at end, compare color pixels and only getting the ones i want to.... but i get a big mess with the rotations, scale and position of star to be exactly on the place it should be draw...Something tell´s me that i´m missing a point and it should be easier... Can anyone give me directions ?It´s a kind of masking, but i want to save that image only then... Thanks in advance!
I'm unclear about what happens to an installed iOS app when the provisioning profile OR the signing certificate expires. We're talking about an app that was published and installed with valid Enterprise Distribution credentials before the expiration date. Will the app stop working when the profile expires? If the certificate expires before the provisioning profile will the app stop working when the certificate expires? Or, in either case, will the app keep working and be simply not re-publishable until the credentials are brought up to date?
HiI am using Adobe air 3.9 Beta. It seems that iOS7 give you the the possibility to style the Statusbar. But if you open an adobe air application the statusbar overlays the stage by default. It creates problems with my tabs. I tested the app with an iPod and IPhone, both with iOs7 Both have the Issues. If I compile the app with Adobe air 3.8 the Statusbar will be displayed correct. But I can't use air 3.8 because I need the new Icons 120x120 76x76 etc.Other people have the same issue. See screenshots https://github.com/mutualmobile/MMDrawerController/issues/51I think the solution is in the info.plist. There is an option for the info.plist UIViewControllerBasedStatusBarAppearance. We need this paramter to activate or deactivate the Statusbar overlay. any Ideas?
I’m bringing an app, that I’ve already released with AIR for iOS, to Android. I understand that AIR for Android apps will run on ARM processors and NOT Intel processors under Android. But which versions of the ARM core are supported by AIR? Can anyone report difficulties with any particular ARM devices? thanks, Craig
Hello,I'm wiriting applicaiton using adobe air and part of it is to display in iframe code of website with built in ckeditor (http://ckeditor.com).The problem is that when I want to submit modified text using ckeditor adobe air send old content.I'm trying to get new text from ckeditor element using: 1. CK method "var content = CKEDITOR.instances.editor_content.getData();" 2. jQuery call: "jQuery("#editor_content").val()"but both methods return always the initial text, not the modified one. It works without problems with all standard browsers (Chrome, FF, IE etc.).to test this issue you can open this url within adobe air window (i.e. as iframe): http://ckeditor.com/demo#flashthen update content and try to "send to flash". It will send original content, not the modified one.Does anyone have any idea of workaround for this that can force Adobe Air to send send back updated content of ckeditor ?I would prefer to find
So, I've been scouring the internet for answers, but have come up dry! I've been using the Milkman Games google in-app billing for quite some time now. I'm not sure what changed with Google in-app system, but it appears my consumables are no longer being consumed. I understand Google Play now labels items 'managed' and 'unmanaged' - but the Billing ANE has a consume function to allow users to purchase multiple of an item (ex. gold coins). The purchase begins to function as it normally does, runs the consume function, then hangs. The successful consumption is what triggers the item to add to user inventory. But as I stated previously, neither consumption success or fail gets triggered. Is something going on with Google's in-App servers? Any others experiencing this issue? I've only had one user send an email regarding the issue so far, but I've checked a couple of apps, and its the same thing across the board. Definitely not good.&nb
Hello,I think I found a bug in the Adobe compiler to build an iOS ipa. It only happens on ipa release builds, not interpreter builds and I have tried it with several Adobe Air SDKs (from 3.6 to 3.9).This function:protected function isCardValid(player:Player, card:Card):Boolean { if (trick.length == 0) return true; else if (cardsMatch(trick[0], card)) return true; var validCardLeft:Boolean = false; for (var i:uint = 0; i < player.hand.cards.length; ++i) if (cardsMatch(trick[0], player.hand.cards)) &nb
Why is flash.notifications specific to Apple's "APN" API?Why is there no built in support for Android push notifications? Or did I miss that somewhere? Is it coming in the future?Is it possible to implement Android push notifications and Apple notifications in an abstract way, without regard to what platform you are on? (Like how AIR, as a cross-platform framework, is generally supposed to work.)Cheers.-Aaron
Hi,Is there any way to bring an AS3 based app to WindowsPhone?Maybe with some workaround like a HTML5, .ipa, .apk, .swf converter or a WebView/WebShell?Thanks
Is there another listener for when user doesn't allow the notifications the first time they open the app? something similar to:rn.addEventListener(RemoteNotificationEvent.TOKEN, tokenEventHandler);I am conditioning my app starting after it receibed the token, but if users don't accept the alert how can i know that?
Hi, i'm creating a "brochure" app, that will present our monthly products.I was expecting to be able to download the content (SWF Pages), from our sever.So that way we can use same app, but let the users download different/updated content as we go.Is that possible?
Hi,I'm developing an Android App with Adobe Air 4.0 and Flash Develop. I'm using Flex Compier (1.0) and Adobe Air installed on top.In order to load the assets, I publish SWC files in Flash CC.So far I worked fine with Flash CS5. Editing the graphics and publishing a SWC files I load as libraries in my Flash Develop project.I'm having problems with flash CC. If I try to load my app in Debug mode (device with interpreter or emulator) and it takes to long. I've waited ten minutes and the app is not launched.Just switch to release in Flash Develop solves the issue, but I would like to debug my app and, also, I'm worried about performance issues.
Hi Team,I am currently working with an AIR application (using flex SDK 4.11/ AS3/ Air Runtime 3.9). I am trying to automate this AIR application both for mobile devices and desktop.I have used ID and NAME for the components that are in our application, but unable to use it to recognize, when I try to automate.I'm using Appium in Win 7 machine to automate the apk file and QTP in Win 7 machine to automate the desktop application. I have included a sample app that contains a text box and two command buttons. When the first button(submit) is clicked, it takes us to the next page. When we click on the next button(logout), it takes to the first page.When I used uiautomator that comes with Appium(for apk) and QTP (for desktop), both these tools were unable to recognize neither the text box nor the buttons used. I contacted Appium regarding this issue and they told that there is no issue on their side. The source output (also visible via uiautomatorviewer) shows there's no resource ids o
I just tried to submit my app to the Mac store (following the known steps).Got this error back:Deprecated API Usage - Apple no longer accepts submissions of apps that use QuickTime APIs.I realize not many devs care about the Mac store, but are there any plans for a workaround?
i downloaded Version 4.0 of air but when i go to publish setting in flash cs6 i dont have Version 4.0, but only 3.8.0.440and i can not distribute my app.what should i do to have the option "air 4.o for ios"?
Hello,I want to instal Adobe Muse ,so i can start learning it ,but when installing it show error with Installation Adobe Ait on PC somethign about : Adobe air instalation .exe this file is not associated with the program to perform this action (translated in google i have russian windows).I tryed to uninstall delete all log cashe temp else files ,but still getting this error when trying to instal new version of air .I have Windows 7 32
Can any Adobe staffer monitoring this forum please help provide an update on the status of this bug ?Not having any luck on JIRAhttps://bugbase.adobe.com/index.cfm?event=bug&id=3645241This bug is singlehandedly driving down our app ratings.- Abey
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.