『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
my case, when you press the del key on the soft keyboard that comes up when you install the apk and textfield created with air for android Samsung Galaxy Tab, without any reaction, Arthur try to debug no key event.Maybe it seems a bug
Hi, I have a Strange performance issue:- when I launch my app from flash builder without touching anything, it is slow,- when I launch it from flash builder and immediately open another window and keep it in front of it, it is really fastit is a windowed application, full screen, displaying multiple objects moving aroundhad anyone already had the issue?thanks,YAnn
I wasted a lot of time trying to rebuild an ANE after format my Mac and install the most updated version of my tools.The problem was that ANE for Android requires specific Java 6 and only Java 7 and 8 (the most recent version) are available for Mac.Ultimate I was able to download a version of JDK 6 from Apple web site however this is not the desire solution.Btw I'm using Flex 4.14.1 + AIR 17.Please update AIR to support Java 8 !
Dropbox - Screenshot 2015-05-29 15.35.16.pngPlease take a look at the screenshot. The app can be easily maximized when the user clicks the maximize button on the top bar, but I would like this to happen automatically. Using Flash Pro CC 2014 to build. How can I make the application open the window to full screen automatically?Thank you!Roger
Could someone tell me how I can make my Adobe air app automatically close the dock on a Mac? Thank you so much!Roger
I am facing an issue with the Exiting event in AIR when creating my application using Flash builder. The exiting event does not function on windows shutdown... howevere if I click the 'X' button to exit the app it works perfectly fine....is there a bug in the exiting event...<?xml version="1.0" encoding="utf-8"?><s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="init()"
Hello ,I try to set the videoStreamSettings property to an output stream in order to use h264 encoding.When I launch my application on android emulator with flash builder, then stream seems to be encoded and when I launch in debug mode the videoStreamSettings property of the output stream is not null.When I launch the application on connected android device in debug mode the videoStreamSettings property of the output stream is always null and the stream seems not to be encoded (same size of bandwidth used with or without videoStreamSettings set )...here is my code : netStream = new NetStream(netStreamConnection);netStream.addEventListener(NetStatusEvent.NET_STATUS, handleNetStatus);netStream.attachCamera(camera);netStream.attachAudio(microphone); var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();h264Settings.setProfileLevel(H264Profile.MAIN, H264Level.LEVEL_3_2);netStream.videoStreamSettings = h264Settings;Can someone tell me why this is not working on android d
I'm currently running Mac OSX 10.6.8 and each time I download Adobe Air, the file downloads as damaged. I'm wondering if it's a version issue or if it is some other problem. I've checked the compatibility matrix for Adobe Air and OS systems but it doesn't seem to specify. I have another machine that is also Mac OSX 10.6.8 and Adobe Air seems to working fine. Could anyone help with this?Also, I had another machine OSX 10.4. I recently updated to 10.6.8 and installed Adobe Air v17 and its working fine.
When you are setting a StageText and try to write (Heb) the cursor are always at the left corner of the text box and that mean that you could not select any thing or insert text not in the end ot the textbox (I have chek that in android samsong s2 )Thanks Amit Shvil
I used to be able to install adobe air over existing adobe air installed by running adobeairinstaller.exe /SNow I get too many arguments when I run it.I am running from an admin command line on the windows 7 machine. It currently has Adobe Air 16 installed and I want to up it to the latest version 17.0.0.172I have tried the -silent.Is there an MSI of this product out?
Can you please add support for bytesLoaded so that we can track the progress of videos being loaded into StageVideo on ios devices. Right now there is no way of creating an accurate video player with controls without tracking that information. This has been an issue for some time and I am trying to promote AIR as a true cross-platform tool but without this, I don't see how we can load videos for our users that are not bundled with the app and have a good experience.Thanks,Dan
Hello,Some icons marked as required or recommended (see the link below. Icons for Universal Apps) are not available to embed from AIR 18 SDK.Technical Q&A QA1686: App Icons on iPad and iPhoneExamples: 180x180 Icon-60@3x.png - Is not in the list of AIR publisher for Flash Pro.120x120 Icon-60@2x.png - 120x120 is in the list, but it is not sitting in IPA file with required name.Has Apple updated its requirements, or it works somehow different way and I shouldn't worry?
I am creating an air for ios app with enterprise distribution. My app's ipa has worked great in the past until the recent ios version update. In a little research it sounds like enterprise distribution now requires a new entitlements.plist. Do anyone know how to publish an air for ios app with this entitlement?
windows desktop air application, HTML based.
We are building an app for Android that regularly seeks through a .mp4 movie (H264 without sound) using NetStream.The android system we are running on is Android 4.2.2 and Android 4.4.2.The application will always crash after running for a while.("Unfortunately, Application has stopped")In debugger mode, no Error is thrown. Even using UncaughtErrorEvent will not reveal any clues.We have looked into logcat, where we can see that the application will always exit after a Fatal signal 11:F/libc ( 2661): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 2702 (oVideoNetstream)(for the full logcat error log, see bottom of post)We have tried using StageVideo as well as the Video object. In both cases same result.We have tried compressing with different ratio's, but still we will get the same crash.We have created an application that only loads video and randomly seeks the video at regular intervals. Same crash!We have tried using AIR 14, 15, 16 and 17. Same crash!We ha
Hello,I'm working on a PC application, and i've got lot of resource files (xml, pictures, videos...) . I deploy the app in standalone, so my folder look like that :- MyApp.exe- MyApp.swfAdobe AIRMETA-INFResourcesI'm looking for a way to securise my resources folder. I try for example, to package all my resources in a zip file and rename it without extension - yeah, i'm looking for that kind of "security"- , then load it at launch, but it's impossible to do that wtith a ~800Mo file.Does anybody have an idea to easily securize my app ?
1. Installed the last version of Air 2.7; 2. Initialisation of the geolocation class with conditional verification muted / !muted, setRequestedUpdateInterval( 5000 ); 3. On the air app xml tried the two ways, UIRequiredDeviceCapabilities ( gps ) and compile with default; 4. Tested in three iPhone's 4; With the all Location Services On the air app always detect that the gps is muted. Please, does anyone know's what could be the problem?Cheers,Bruno
Unable to Install on Samsung galaxy tab 3.1, therefore unable to run apps. Received multiple error messages.
I have a simple app that lets you choose a photo from your camera rolldescriptor file is as follows: <aspectRatio>portrait</aspectRatio> <autoOrients>false</autoOrients>Code is as follows:var cameraRoll:CameraRoll = new CameraRoll();cameraRoll.addEventListener(Event.CANCEL, onCancelHandler, false, 0, true);cameraRoll.addEventListener(MediaEvent.SELECT, onPhoto, false, 0, true);cameraRoll.browseForImage();The problem is that my app is portrait and is NOT supposed to auto-orient, but if while browsing I rotate the device and either 1) hit cancel or 2) select an image, my app is rotated to the stage.deviceOrientation of when #1 or #2 happened. and stage.orientation still reads as StageOrientation.DEFAULT.Anyone experience this as well?
I've made and submitted a lot of apps with AIR and encountered many problems, but this is a new one to me:The app's Info.plist can't contain values for the UIRequiredDeviceCapabilities key that would prevent this app from opening on any iOS device.The build is uploaded and submitted fine, this is when I hit "submit for review" in iTunes Connect. No special features or anything are requested in the xml, it's a very basic app.
Lately when I try to test my app locally, two versions of the iOS simulator launch. I have the path set to/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKswith iPhoneSimulator8.3.sdk, and that one launches fine, but also the simulator at/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKslaunches, eventually crashes, and asks me to select a sdk (iPhoneSimulator3.2 - iPhoneSimulator4.3.sdk)Clearly this second simulator is unnecessary, but I'm not sure why it's launching or how to keep it from launching. Any recommendations?
Hello,I'm in the process of getting 2 apps ready for submission to the Amazon Kids program.One of the requirements for this program is "All app permissions set to the minimum required set".My games have no permissions set in the manifest but the captive runtime is forcing the INTERNET permission which generates a request for "full network access" when installing the apps on devices.I have seen this question asked before but with no satisfactory answers given.So is there any way to stop the captive runtime asking for this permission.If not, I will likely be unable to submit my apps to the kids program.Thanks,David.
Hi i want create same ane files for Adobe Air Why does it happen? Why i get always bad error "Missing Implementation platform Windows-x86" I have tested and tried but it won't worl? Stop blame me! I don't know what is bad missing Implementation?????????????????????? I have downloaded by Flex SDK Installer with Adobe Air 17 completed package with include and library and i have coded it and i want test to calling to Adobe Air Application. I AM VERY MAD BECAUSE THEY ARE LUCKY THAN MY WORK Why does it not complete. "D:\Sources\flex_SDK\4.13.0_fp13_air13\bin\adt -package -target ane NativeAdd.ane NativeAdd.xml -swc NativeAdd.swc -plattform Windows-x86 library.swf NativeAdd.dll" Than it shows bad error: I have installed Java Runtime 1.7 and I am using Windows 7 Pro x64 Thanks
I cannot update adobe air on my nook hd, even though I have an old version. It gives me an error message that I already have that app. I called adobe and they referred me to the forum. Please help!
I just tried to open the FormsCentral application, but was prompted to update AIR. I went to the AIR website to get the latest version, and when I launch the AIR updater, it also prompts me to update AIR.I also attempted to open my Creative Cloud Updater and received the same message. I tried to install a few times. Here is the log:May 14 09:37:27 Shanas-MacBook-Air.local Adobe Reader and Acrobat Updater[67132]: Adobe Reader Updater encountered errorCode 1411May 14 09:37:27 Shanas-MacBook-Air.local Adobe Reader and Acrobat Updater[67131]: Adobe Acrobat Updater encountered errorCode 1411May 14 09:37:27 Shanas-MacBook-Air com.apple.xpc.launchd[1] (com.apple.xpc.launchd.oneshot.0x1000001f.Adobe Reader and Acrobat Updater[67132]): Service exited with abnormal code: 1May 14 09:37:27 Shanas-MacBook-Air com.apple.xpc.launchd[1] (com.apple.xpc.launchd.oneshot.0x1000001e.Adobe Reader and Acrobat Updater[67131]): Service exited with abnormal code: 1May 14 11:15:16 Shanas-MacBook-Air Adobe FormsC
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.