『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Join a global community of Adobe Air users and developers.
新着順
AIR supports UIBackgroundModes for location on IOS but is it possible to also specify not to have location updates suspended when the user is inactive for a short period of time?IOS supports this feature however it doesn't seem configurable within AIR.Does anyone know if this is possible?
Hi!I have problem with publishing air (SDK 3.8) iOs Flash CS6 application for iPhone 5.I have created app with classic texts, png images with actual size (is PPI required to be 72, or can it be anything), add png -icons and launch picture named "Default-568h@2x.png". Tests with Flash goes right and navigation seems to be working. Flash publish ipa but application only gives white screen and crashs. What can be wrong?
HelloI have problem with html appearing on windows platform.Im working on instagram authorisation and have code to display instagram auth window:var urlReq:URLRequest = new URLRequest( OAUTHURL + "?client_id=" + _consumerKey + "&redirect_uri=" + _callbackURL + "&response_type=token" + "&scope=" + _scope );var rect:Rectangle = new Rectangle( 300, 300, 700, 500 );_htmlLoader = HTMLLoader.createRootWindow( true, null, true, rect );_htmlLoader.addEventListener( Event.COMPLETE, accessCodeReceived );_htmlLoader.load( urlReq );it works awesome on MacOs but shows me blank window on Windows. Can anyone help me and advise?macos:windows:
Hello,I've been try to run a mobile app compiled with AIR 3.8 on the Android SDK emulator, however the app will not run. When I try and run it, I get the message "Unfortunately, <app name> has stopped", and that's it. Has anyone been able to do this?
Dear All,We're developing na arabic Mobile App. for both Android and iOS,Problem Description:- Labels show Aabic properly very well in Andorid 4.0.x very well.- Labels show arabic as square boxes [][][][] in Android 4.1.x jelly bean.- SpinnerList also cannot show any arabic, but I have fixed that by adding itemrendere with Labels, but still the SpinnerLis is not showing in Andorid 4.1.x due to that So, I don't know How we can fix that, knowing that Arabic is shown properly in TextInput for Andorid 4.0 and 4.1 Please, would you mind sharing any ideas to fix that,Regards
I am getting the error of Compilation failed while executing: aswhen I try to compile an iOS project. I am using AIR 3.8 with FlexSDk 4.5.1
IHi,If I'm using the render mode "gpu" or "direct" for my Air Android project, the stage is not resizing correctly if the soft keyboard comes up. (there are 150 px of blank free space over the soft keyboard)Everything works correctly if I'm using the render mode "cpu".s this a known issue?How to fix it?I'm using Flash CS6 and Air 3.8Thanks
Hi,I need to donwload/update and load presentations on iPad. Working with external .swf resulted with uncontrolled crash of application. Im looking for rescue in HTML & JS build presentation.I'm trying to find solution, that allow me to load .html file from applicationStorageDirectory, and capture events, like window.status in HTMLHost & HTMLLoader, but:- HTMLloader is not supported on iOS (code that works for desktop, doesn't work for iOS distribution)- WebStageView doesn't allow me to interact with app, only historyBack()/historyForward()Does anybody try with success to load and interact html in AIR on iOS, and can shere the solution with others?
HiI am publishing an app for the Amazon store using the Flash Pro CS6.after I publish my app I noticed that the is no "air." prefix in the <id> tag in my app.xml. The "air." prefix is a default in the Flash Pro CS6 publish settings and cannot be changed.Should I add the "air." prefix to my app ID in the amazon store or should it be exactly the same as my <id> in the app.xml file? (without the "air.")What about the Play Store?Why did Adobe put the hard-coded prefix?Thanks...AvivI'm using AIR 3.6
how to do Auto updates air apps for androidthanks
Testing on Samsung Galaxy with auto orients false, fullscreen and aspect ratio set to landscape all work well on startup. After the device returns from sleep the app is in portrait mode and fills half the screen.Suggestions for on activation ...stage.setOrientation(StageOrientation.ROTATED_RIGHT); or stage.setAspectRatio(StageAspectRatio.LANDSCAPE);try to work but stall the device requiring a reboot.I've had to turn on auto orientation to make the app usable but it is a pretty hopeless solution. The fullscreen also dies.any ideas or has anyone found a solution?Nick
Hello-I have an air application that is distributed via CDROM, the app is signed by a code signing certificate and timestamped. In mid-August when my certicate expired my users started calling stating that they couldn't install our product due to the following error: "Sorry, an error has occured. The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author." From my understanding a timestamped application is taken at a point in time when it's generated so why would it matter if the certificate was still valid? I have since replaced the certificate and will need to redistribute to my (thousands of) users however when I test it out using a future date and time the same error occurs. Any information to help resolve this would be grately appreciated.
Hi,What is the reason that an Air for Android gets the "air." added to the package name?e.g.: "air.com.myapp.android" instead if just the "com.myapp.android"Is there a way to remove it?I'm using Flash CS6 and Air 3.8Thank you
Worked fine when I added this var joystick_touchPointID:Number;joystick_touchPointID=touchPointID;object_joystick.stopTouchDrag(joystick_touchPointID);-------------------------------------------------------------------------------------------------------------------------------Hi,In my game I have a joystick (Flash Pro, Air 3.9 beta, iPad mini):-------------------- object_joystick.addEventListener(TouchEvent.TOUCH_END, f_joystick_hat_end);object_joystick.addEventListener(TouchEvent.TOUCH_BEGIN, f_joystick_hat_begin);function f_joystick_hat_begin(event:TouchEvent):void{event.target.startTouchDrag(event.touchPointID, true);}function f_joystick_hat_end(event:TouchEvent):void{event.target.stopTouchDrag(event.touchPointID);}--------------------And it works pretty good. Sometimes I need to stop the joystick/drag (on some game levels/ iff game-settings is pressed etc.). Is there a way to call the stopTouchDrag while the player still is on touch_begin with the finger? Cause it might happen tha
Hi,How difficult is it to bring an Air based app to the Mac App Store?I read some threads from last year that sounded complex.Did that change with the new Flash and Air versions?(I'm using Flash CS6 and Air 3.8)Thank you
Hi all,What are the minimum Android requirements for AIR 3+ these days?Is it still minimum of Android 2.3 for Adobe AIR 3.8 / 3.9?Cheers,Peter
Isn't it possible to send Html Mail through navigateToUrl() with contentType "text/html" for Android ? please suggest any workaround Thanks
Hello all,Can I build an application with Adobe AIR coding in JS + HTML5? Once it was indeed possible and there are even tutorials on this technique:http://www.adobe.com/devnet/air/air_javascript.htmlIf it's still possible with AIR 3.8, how can I build an existing website into a desktop application that will run in debian Linux? I'm struggling to find a resource that teaches how to actually build the application with AIR SDK. I've found how to build an application written in AS3 but not HTML + JS.Thanks
This question was posted in response to the following article: http://help.adobe.com/en_US/air/extensions/WS99209310cacd98cc2d13931c1300f2c84c7-8000.html
I was so disappointed that Adobe AIR no longer works on Linux. This means I can't use Notesync any more. Bummer!I know that we Linux users are small minoritry but we are active and helpful. Especially, if Adobe openned up the code, I have not doubt that Linux users would improve it, for free. It's what we do.
Hello Everyone,Recently i have uploaded an updated version of my application to iTunesConnect for iOS app store and i got following message from the App Store teamDear developer,We have discovered one or more issues with your recent delivery for “MyApp”. Your delivery was successful, but you may wish tocorrect the following issues in your next delivery:Non-PIE Binary – The executable ‘MyApp.app’ is not a PositionIndependent Executable. Please ensure that your build settings areconfigured to create PIE executables. For more information, refer toTechnicalQ&A QA1788 - Building a Position IndependentExecutable<https://developer.apple.com/library/ios/#qa/qa1788/_index.html#/apple_ref/doc/uid/DTS40013354>If you would like to update your binary for this app, you can reject thisbinary from the Binary Details page in iTunes Connect. Note that rejectingyour binary will remove your app from the review queue and the reviewprocess will start over from the beginning when you resubmit your
Sorry if this is the wrong forum however I was unable to post a question to the Flash Professional forum for some wierd reason. Basically my question is, when I get an error in my console in Flash Professional is there an elegant way of zooming to my intended editor, Flash Builder? The built in code viewer is useless and a hassle to use.
We want to develop an cross platform application. We found that Adobe AIR supports cross platform development for Windows, iOS and Android. We wanted to know wheather 1) reading and writing to USB port is possible with Adobe AIR?2) Adobe AIR has support for Windows RT development?Thanks in advance.
Anybody knows how to change this developer info here?I can't find any place in flash pro to change this, nor in itunes connect. Is it in the certificate, and how can I change it?Any help is appreciated!
Hello,Specs: Intel celeron cpu 900 /Windows 7 x64 Home Premium sp1 Trying to install the "Air Installer" but it doesn't complete, error message says I need to contact admin. I am the admin and the only user. On another install attempt the error message said files can be corrupt. Hope someone can make sense of this mess, I so appreciate it!Thank you for your help in advance!Here's my Install.log: [2013-09-10:22:55:43] Launching subprocess with commandline C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck[2013-09-10:22:55:44] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86[2013-09-10:22:55:44] Commandline is: -updatecheck[2013-09-10:22:55:44] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR[2013-09-10:22:55:45] Performing pingback request[2013-09-10:22:55:45] Starting runtime background update check[2013-09-10:22:55:45] Clearing unused background update directory[2013-09-10:22:55:45]
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.