Join a global community of Adobe Air users and developers.
Recently active
Hello!So, I'm going to describe the problem right away. I'm on Windows 7. I recently tried installing a small flash game with Adobe AIR, but recieved an error message about being unable to install(I don't remember the exact text) and it said "Error #0" at the bottom. This was with Adobe AIR 1.5.3.9120, the version I still have, but more on that a bit later. When installing the game, Adobe AIR wanted me to update to the newest version, 2.1.7, in fact it would have done that automatically. However, there was that Error #0. Afterwards I tried updating Adobe AIR myself(by manually downloading the update from this website), but I recieved this message:"An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.".Needless to say, I am the administrator, and Adobe AIR has premission to do whatever it likes. I still haven't solved the problem, so that's the message I still get.First I tried uninstalling Adobe AIR via P
I've made a neat little questionnaire for a client, running on Ipad2 with AIR for iOS 2.7 There are radio buttons for multiple choice answers to questions and a few text input fields for user info. My problem is that after I leave any of the text fields and press the "submit" button the keyboard stays out and can be put away only manually, with the little retract key in the lower right corner. Anyone know how to code for this in AS3?thanks, c.u.
Hello,i've created a textField with TextFieldType.INPUT and restricted it to all digits.Example:textField=new TextField();textField.type=TextFieldType.INPUT;textField.restrict="1234567890";Now i want to know, if it is possible, to set this field as "digits only". If i tap on the textField in my Emulator or my android device, the standart virtual QWERTY keyboard appears. I want to know if it is possibel to set the field to a "digit field", that the "digit only" keyboard appears to the user. Something like the keyboard that appears if i want to call someone.
HELP! I had everything working: all certificates, etc., and had a demo app imported through iTunes and working on iOS.Today I tried to compile and import via iTunes as I had done before, but now I'm getting the dreaded "entitlements are not valid" screen. I've re-downloaded the developer_identity.cer and appName.mobileprovision certificates, recreated the .p12 certificate, cleared everything from the device and from itunes, recompiled, made sure the id tag in the XML file matched the AppID, can't think of anything else to do.
Hi, i am searching for a technology to develop a mobile application (basically it's a website, the user can view it on his/her mobile) that helps the user to upload videos, musics, take picture from the mobile and share those pictures. Hope adode air will be the right choice ? any other suggestions are welcome ...
HiI publish a new app on android market : the app (fortune cake) appears as published in my developper console but when I search for it in the android market I don't see it.The first app i published showed instantly after I publish itDoes this process take much time time now or do I miss something ????thanks for yours awnsers.
Hi everyone!I download Air 3 and there have the device speaker control, But how do I use soundmixer class to replace the sound from earphone to speakerphoneCan you show me an example code on button?, please...Thanks!
When I try to run a program that uses AIR I get a window that says "The installation of this application is damaged. Try re-installing or contact the publisher for assistance." I have tried uninstalling and re-installing many different versions including the most recent and I still get this message.I have Windows 7 OSCan this problem be fixed?
When I try to install Adobe AIR I get this error, "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator." I have looked through other forums on this topic but cannot find a solution that works. I have tried uninstalling it from programs and feature, but it doesn't even show up there, I have tried running a script that Chris posted in another topic but I get an error when it starts to try and delete files, I have tried to go into the command prompt and uninstall it from there directly but no luck with that either. Tried everything and not sure what else to try if I could get some help that would be awesome. Thanks
I have an AdvancedDataGrid that uses HierarchicalData to display data in a tree format. For one of the columns, I'm using an AdvancedDataGridRendererProvider to display an image to the right of the label at depth 2. On mouseover of the image, some information should be displayed. But when I tried, the image overrides the label text.. Can someone help me to resolve it.. I have implemented the code as below..Sample AdvancedDataGrid code:-<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:local="*"><fx:Script> <![CDATA[ import mx.collections.ArrayCollection; import mx.controls.Alert; import mx.events.FlexEvent; [Bindable] private var dpHierarchy:ArrayCollection = new ArrayCollection([ &nb
I'm unable to start and run any AIR apps built using previous SDKs in the latest AIR 2.7.1 release. Basically either the application will not start at all or will try and launch the window and close immediately. I'm using Flex 4.5.1 IDE and even updated the AIR SDK to 2.7.1 to build my app, changed the dicriptor version tag to 2.7 in the app.xml file as well but to no avail, Am I missing something or did Adobe drop the ball here!?
Can someone explain to me what is in the .ipa package for Apple iOS?I opened the package and I don't see Objective C code. Does the iOS just contain a SWF?
Hey,I was wondering if it in any way could be possibly to package with captive runtime in a combination between the new 3.0 ADT and the 2.7 SDK?In the 3.0 feature sheet it says; "Developers can now control exactly which version of the runtime an app executes against"
I have been able to port my BlackBerry tablet applications to Android Emulator. The performance seems really poor in terms of graphics and audio play. The audio play is a litte chunky and the graphics appear to hesitate slightly. Is this a "feature" of the emulator and the actual devices are a lot better or does the emulator reflect that of the actual device for AIR applications?I've tried adding<renderMode>gpu</renderMode>But it does not seem to make a difference.
Hi, while developing a mobile app to run on both Android and iOS platforms I noticed that, while running on Android, media file loading is extremely slow. Not only slow, but it seems to almost freeze the entire app while loading media files packed within the app. The same doesn't happen on Windows while testing or on iOS devices, even slower ones. All media types seem to be affected (tryied with audio, video and picture), so I believe it is some sort of general file access problem. While testing, I noticed that loading three pngs of about 1024x768 pixels freezed the app on a Galaxy Tab, making it unresponsive, for about 3 to 4 seconds!Is file access on Android devices really this slow? Is there a workaround?
Hi,I was wondering if it is possible to know if the system media player (ie: iPod on ios) is playing.On iOS I would do something like that:if ([[MPMusicPlayerController iPodMusicPlayer] playbackState] == MPMusicPlaybackStatePlaying) ... That could be useful in a game for intance, to let the user play his own music instead of the game music. I doubt it's possible, but hey it's worth asking.
Hello,I don't know if this is the correct forum for this post, but here it goes.I created my AIR app on my desktop running OSX 10.5.8. I'm able to publish and install the app just fine. I'm also installing the same AIR app on my laptop running OSX 10.6.8. The install works great. It's when I make changes to the .fla file, I transferd to my laptop, and go thru the AIR 2.6 setting to publish the app and install it; I get the "Sorrry, an error has occurred. ...this installer has been mis-configured... Should the differnt OS's make a differance?Both macs run CS5.5ThanksRick
Hi,I'm working on a sound processing app, which records sounds first using the microphone and later plays the processed sound dynamically using SampleDataEvent.SAMPLE_DATA event.It works perfectly on iPod Touch devices, but there is a problem with iPhone. Recording and processing are fine, yet the sound plays from the ear speaker, not the loud speakers. Do you know how to fix this and route audio output to the loudspeakers of iphone?Thanks...
Device: Nexus OneOS: Android 2.3.4Class: CameraRollError: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038: File I/O Error." errorID=2038]I'm trying to develop a photo app but am having problems saving the full sized version of the image back to the CameraRoll. This is very frustrating as I've only seen examples saving the stage to CameraRoll (which I can get to work).Is there a limitation to saving back to CameraRoll?? When I try to load an image (2592 x 1944) and save it directly back to CameraRoll using addBitmapData(), I get the following error.[ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038: File I/O Error." errorID=2038]Here's a code sample.// class vars for CameraRoll and Loaderprivate var _cameraRoll:CameraRoll = new CameraRoll();private var _loader:Loader = new Loader();// launch _cameraRollprivate function launchCameraRoll(e:MouseEvent):void { _cameraRoll.addEvent
HelloI'm building this App that is almost all in landscape, but I need to lock the vertical screen for the options,I've tried adding a event listener to the stage for Changing but doesn't work ... I´m working in Flash CS 5Anyone knows how to lock the orientation for portrait just for a part of the code?Thank you
I couldn't install the latest upgrade, so i uninstalled Adobe Air and tried to reinstall, but similar to other people in this forum i get the message 'an error occurred while installing Adobe Air. Installation may not be allowed by your administartor. Please contact your administrator.'I've tried the other solutions suggested in other threads, and the advice on the troubleshoot AIR installation page, to no avail.Does anyone have any other suggestions how to solve this problem?
While flash player 10 for android is smooth as silk?Try this page on your Android device:http://literacysoft.com/tst/McGuffey_Primer_Courseware.swfevery thing works smoothly in flash player.My program makes a rather large apk file, at 38 megs and contains thousands of mp3 files. It runs very very slow sometimes taking several seconds loading a 2 kilobyte file. Is it this slow because it is loading and unpacking my files into an inefficient ram disk? Its like it is paging the whole apk file everytime it loads a single file no matter how small.I may have to abandon the android side of my project. This is just not going to work.
I dont see a Combo Box control in the ide..is there no combo box control in the mobile framework?if not why?
I have successfully deployed a game to the iOS App Store using Flash CS5.5When I try to publish the same game on my 2 Androids (or when I start an Air for Android file from scratch), I get this error message: "Device Error: please check if there is enough space on the device" on both of them.First I was trying to install it on a Optimus One, which later I figured out would not run AIR/Flash applications because of the uncompatible ARMv6 processor.I exchanged my phone to a Galaxy S, which shows on adobe's site as a certified device to run AIR applications.Since the second phone is definitely not a problem, I must be doing something wrong.I have followed video tutorials step by step and I still get this error.I have installed the drivers through Samsung Kies.I have air installed on my android.I have developer debug set to on (I noticed that when I do that, I can no longer copy files to my android through the USB. The device loses its access on windows file manager, could this be th
AIR build 19610 has produced strange behavior in an existing app that has been published and installed since AIR 1.5. There is a clip onstage (using Flash CS5) which contains sound on its timeline, as well as some simple timeline code (AS3). Certain behavior in the app moves the root playhead to different timeline locations. The sound clip never goes out of scope. At a certain point, for some still-unknown reason, a "ghost duplicate" of the sound clip starts to loop, playing its sound, but without any of the timeline code. It's a "ghost duplicate" because the original sound clip onstage continues to function normally; it doesn't play, and its timeline code is still functional. In testing, I can create other clips onstage that contain sound, with a simple stop() command, and they fail the same way. Different timeline movements can make more ghost duplicates, creating overlapping sounds. It seems specific to build 19610, since repeated tries with the previous build, 19530, showed no prob
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.