Join a global community of Adobe Air users and developers.
Als letztes aktiv
I've noticed in AIR 2.7 for Android, that now the bottom icons in Android 3.0 Honeycomb are hidden (replaced by small dots) in AIR 2.7, whereas in AIR 2.6 they were always visible. That's cool. Since the bottom bar can never be hidden in Android 3, at least now those icons are less visible (unless you intentionally touch the bottom bar, then the icons show up for a few seconds).BUT I also noticed in AIR 2.7 compiled apps, the native "Menu" icon is not visible anymore, even after touching the bottom bar. In AIR 2.6 you could see and press that button (which can be captured from AIR so you can show a custom settings menu or whatever).So, quoting the subject --> How can you enable back the Android native Menu button in AIR 2.7?
Hi, I started with Air to iOS, and now I'm porting to Android. I have a few questions about best practices if anyone has any experience?1a) Screen Ratio: My Flash document size is 1024x768, with content running to 1200px. Will this ratio be OK for android? Does it stretch to fit?b) I'm interested in porting to the Kindle Flame and Bberry Playbook, which are 1024x600, so is this a better ratio do you think? (then I only need to port to this one size)2) Resolution: My apps use mostly vector content, but on some backgrounds I turn them to Bitmaps at 1200x768 at 72dpi. Will this DPI be ok for all Android devices (since the imge is so large?3) I will probably lock the aspect to 'Landscape' only. Does anyone know if the rotation code on these forums works on Android like it does on ios?4) Do we need an Exit app button. If so, any code for this?5) Any other code, or issues needed for Android?Thanks,Matt
I have been trying to get an AS3 mobile app that I built and released for Android to work on an iOS device. I am having a problem with the splash screen on iOS, specifically when it is removed at the start of application processing.My app needs to do some work on startup and so my intention was to continue to display the splash screen when I got control of the screen. However, when my code starts executing I don't immediately seem to be able to determine the screen size accurately (I don't get a width of 768 pixels). If I wait a bit (250 ms) using a timer then query the device Capabilities or stage width I get the right answer. What all this means is that I have to display a generic splash before I can display my platform specific splash and because it is necessarily stretched there is a bit of a jerk as the image changes from Default-portrait to generic splash to specific splash. Is there a way to find the hardware platform and screen resolution immediate
Is it possible I can create application for mobile from Flash Builder 4? I tried running one and got the following error:Could not resolve <s:ViewNavigatorApplication> to a component implementation.I found searching on forums and websites that this issue is because the application is compiling using air-config.xml instead of airmobile-config.xml. Any way I can make Flash builder 4 use this file?
HiI was wondering if I can check just when my App starts, how many memory is available... Does anybody knows if there is a way to do this?Thank you in advance
hi,I am creating a application for mobile but when i am trying to change the AIR version from 2.6 to 2.7. It show me the error while compiling the application.Process terminated unexpectedly.invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/2.7Launch command details: "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\bin\adl.exe" -runtime "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\runtimes\air\win" -profile mobileDevice -screensize 600x986:600x1024 -XscreenDPI 168 -XversionPlatform AND D:\WSFlexPremium4.5\VCCheckMobile\bin-debug\VCCheckMobile-app.xml D:\WSFlexPremium4.5\VCCheckMobile\bin-debugi tried out all help avaliable but not succeed to resolve the problem.Please help
I have been noticing some wonky things going on when rendermode is set to GPU. I have a simple example(supports both portrait modes) where my assets are in a swc file. I add an asset(which is a bitmap) to the stage and use Tweenlite to move the object from point A to B. That works fine. What I happened to notice is that sometimes when I rotate my iphone 4, the asset will suddenly dissappear from the stage. Has anyone seen similar behavior and if so what have you done to resolve it?Thanks!
Hi everyone. i have some problem with list control in Flex mobile. i need create list in "Flex mobile" and i need that List items must have following structure. one image, text and then another image. how i must do this?? Regards
Is it possible, when allowing the user to select an image from the camera roll, to show the camera roll in a landscape orientation? If so, how would I go about this? If not, is it possible to write a custom interface for the camera roll?Thanks, Scott F.
I run the following command @windos.commandline to convert an AIR file to an APK for usage on Android:adt –package -target apk -storetype pkcs12 -keystore cert.p12 myApp.air myApp.xml .All mandatory files are inside the same folder where I run the command from and I do not get any error at all.After I enter the password for the certificate I can see that a temp file is created in working directory ("apk6668400655392463515.tmp" name is similar to this one I copied just from this process' last try to convert).When the converting has ended the temp file is removed but no other files appears - either the file is located somewhere else afte running the adt packaging process or it is simply removed for unknown reason; please let me know where I could check for the problem.ADT version is 3.0.0.4080AIR is compiled using Flash CS5in myApp.xml I have set the version to 2.7:"<application xmlns="http://ns.adobe.com/air/application/2.7">"
I need to add few components to a view dynamically using actionscript. I am adding these into a scrooler component so that they can be moved using touch gesture. But the components don't show up. Any idea what might be wrong?
Please download the attached file to view this post
Hello,I'm working on an Adobe AIR 2.7 application which can upload files to a web server, which is running Apache and PHP. Several files can be uploaded at the same time and the application also calls the web server for various API requests.The problem I'm having is that if I start two file uploads, while they are in progress any other HTTP requests will time out, which is causing a problem for the application and from a user point of view.Are Adobe AIR applications limited to 2 HTTP connections, or is something else probably the issue? From searching about this issue I've not found much.The file uploads are performed by calling the File classes upload method, and the API calls are done using the HTTPService class. The development web server I am using is a WAMP server, however when the application is released it will be talking to a LAMP server.Thanks,GrantHere is the code I'm using to upload the file:protected function btnAddFile_clickHandler(event:MouseEvent):void{
We have just recently purchased Captivate, and I am trying to complete the first of 5 training programs, but have reach a level of frustration. I am using a PowerPoint presentation I created, and opened it up in Captivate. I've then added audio tracks to most slides. So far so good. I have 2 problems. The first is that some slides do nothing after you click to advance. You see the thing moving across the bottom, but some slides start right away, and some take as much as 11 - 15 seconds before something happens. Don't know how to correct this. My bigger problem is that If I preview a slide, it looks perfect (just like it does in PowerPoint). However, when I preview the project, the animation is off. Sometimes it will come up on an addition click at the end of the slide, and then go into the next slide without another click. Don't know why it looks fine when I preview just the slide, but not when I preview the project. Would sure be nice if there was a phone number I could call and do a
3 days ago, I was running inCombat 4e perfectly fine, without any issues.Yesterday, I installed this app, it worked fine for a while. I closed it down and went to start it up later. That's when the problems started. I get the license agreement screen(pic), and when I click "I Agree", that screen closes and nothing happens. At all.I uninstalled Air and the 2 apps I use, restarted and tried to reinstall, but I get the same issue. I'm running Windows 7, Pentium Dual Core 2.2 GHz laptop with 3 GB RAM.Here is my install log file as well. Any help is greatly appreciated.
Flash Builder 4.5Flash Player 10.3Windows 7 pro 64 bitproblem,I'm sending an object as http parameters, but it never arrive to the web server.help welcomed.more info,flash builder network monito shows that the http request include the parameters.wireshark capture shows that there are no parameters in the http request.source code <fx:Script> <![CDATA[ import com.adobe.serialization.json.JSON; import com.adobe.serializers.json.JSONEncoder; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx.rpc.http.HTTPService;
Here'a sample of the messages that are coming By the hundreds. I don't know what they mean, but it doesn't look healthy:Sep 26 00:02:29 iMac-4 sandboxd[3401] ([217]): WebProcess(217) deny file-read-data /Users/SusanBob/Library/Application Support/Adobe/AIR/ELS/com.comcast.callerid.13A1FA90F0FC9DC009FB0956ADD0F13F8608561B.1/PrivateEncryptedDatakSep 26 00:02:29 iMac-4 sandboxd[3401] ([217]): WebProcess(217) deny file-read-data /Users/SusanBob/Library/Application Support/Adobe/AIR/ELS/TweetDeckFast.FFF259DC0CE2657847BBB4AFF0E62062EFC56543.1/PrivateEncryptedDatakSep 26 00:02:29 iMac-4 sandboxd[3401] ([217]): WebProcess(217) deny file-read-data /Users/SusanBob/Library/Application Support/Adobe/AIR/ELS/com.comcast.callerid.13A1FA90F0FC9DC009FB0956ADD0F13F8608561B.1/PrivateEncryptedDatakSep 26 00:02:29 iMac-4 sandboxd[3401] ([217]): WebProcess(217) deny file-read-data /Users/SusanBob/Library/Application Support/Adobe/AIR/ELS/TweetDeckFast.FFF259DC0CE2657847BBB4AFF0E62062EFC56543.1/Priva
Hi,I am unable to install the Adobe Air on Samsung Galaxy Fit GT-S5670.I have adroid Version 2.2.1.Whenever i am trying to load an appilication from Adobe flex ver 4.5,I am getting error called Error occurred while installing the application: pkg: /data/local/tmp/Runtime.apkFailure [INSTALL_FAILED_INVALID_APK]1857 KB/s (6108444 bytes in 3.212s)Command is given below <?xml version="1.0" encoding="utf-8"?><s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.saaHomeView"> <fx:Declarations> <!-- Place non-visual elements (e.g., services, value objects) here --> </fx:Declarations></s:ViewNavigatorApplication>But the same is working on Samsung glaxy tab or HTC desire.can any one please help me thanksSuren
I'm making an Android app in CS5.5, and I want the user to be able to save a file ( MP3 ) as their ringtone.Is there a way to do that in Flash?Any help would be greatly appreciated.Thanks!- Karl
Hi guys,I'm planning to submit my app on monday, and hope they'll be no last minute nightmares when I come to upload.I read about some early problems this year with iPad apps needing to be set to ios 3.2. I was wondering if things havebeen made automatic, so I don't have to tinker with the xml file. I'm using CS5.5 and Air 2.7, and intend to publish for both iPad and iPhone.1) Do we have to enter anything manually in these boxes, or will that be set for me once I get the Distribution Profile?2) Can my Fla and swf files be different to the Cert settings I give through Apple?<id>Vampire-Bats-V5</id><versionNumber>1.0</versionNumber><filename>Vampire_Bats_V7</filename><description></description>3) Default images: Does anyone have a surefire way of getting all the default images to be the right way up? (My app is Landscape)For iPad, do I need the full 5 images? Default-Landscape.png is always good, but portrait can sometimes be upside down.4)
We've got a customer who gets this error when attempting to install our software. My Google-fu makes me think this is a rare error. Chris, would you have any ideas as to the cause of this?Many thanks,Taylor[2011-09-18:14:36:24] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86[2011-09-18:14:36:24] Commandline is: [2011-09-18:14:36:24] No installed runtime detected[2011-09-18:14:36:44] Relaunching with elevation[2011-09-18:14:36:44] Launching subprocess with commandline c:\users\sawhit~1\appdata\local\temp\air9728.tmp\adobe air installer.exe -ei[2011-09-18:14:36:52] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86[2011-09-18:14:36:52] Commandline is: -stdio \\.\pipe\AIR_6756_0 -ei[2011-09-18:14:36:52] No installed runtime detected[2011-09-18:14:36:54] Starting silent runtime install. Installing runtime version 2.7.1.19610[2011-09-18:14:36:54] Installing msi at c:\users\sawhit~1\appdata\local\temp\air9728.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-2
Hi, I wanted to know if we can install Adobe AIR on Samsung Galaxy S LCD I9003. The phone is powered by a 1GHz Cortex A8 CPU but I want to double check before buying this phone. The main purpose for buying this phone is to develop Android apps using Adobe AIR. Also could you suggest some other phones for teting apps developed using Adobe AIR.Thanks,Salim
I keep getting error adobe air application introspector??Can anyone help
I just downloaded Adobe Air and got this reference error 1056.I need help, cause its writing in computer terms which I don't understand.Could you please help ?Thanks..
Hi guys,I might be a little early with the question, but actually its something which will bug us all at some point.Windows 8 METRO apps.On tablets the metro interface will not support the flash plugin on websites, so we cannot have flash apps on it unless we can really make metro apps (which I heard will only be available through the MS webstore? )Is this then the same like when we now create an APK for android or a IPA for Iphone using flash cs5.5 ?Is there any more information available on this apart from the message from Adobe that the THINK it will run ?Kind regards,Bart
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.