Join a global community of Adobe Air users and developers.
Als letztes aktiv
I have a strange behavior with the Adobe Air installer.I am using InstallShield 2012 Suite installer to install my product and our Adobe Air Help.This is working fine on Windows 7, but on Vista, it will only work when you use run as administrator.Adobe AIR installer is called from the Suit, like this:12-28-2011[01:25:30 ??]: Will launch exe: C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}\PetrelHelp Installer.exe12-28-2011[01:25:30 ??]: EXE parcel command line: -silent -eulaAccepted -programMenu -location "[ISInstallDir_Petrel]" PetrelHelp.air12-28-2011[01:25:30 ??]: EXE parcel resolved command line: -silent -eulaAccepted -programMenu -location "C:\Program Files\Schlumberger\Petrel 2012" PetrelHelp.air12-28-2011[01:25:30 ??]: EXE parcel requires elevation12-28-2011[01:25:33 ??]: Final result status for EXE parcel: 8007000712-28-2011[01:25:33 ??]: Engine: property 'ISInstallStatus' value now 'Package operation complete'12-28-
I am attempting to upload a .ipa compiled with flash cs5-AIR for iOS, and I keep getting the "Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate." message and I am unable to upload.I have tried creating new provisioning profiles and certificates, but I still receive the same message.I converted the distribution_identity.cer to a .p12 and added it to the project along with the provisioning profile. The App Store is selected as my deployment option.The only thing strange I notice is the name associated with the distribution certificate in the iOS provisioning portal is different from the name associated with the developer account and the name associated with the development certificate for some reason. Could this be causing the problem?
I developing Instant Messaging program on android base air,When the phone enter sleep mode and not connect USB,The program will stop run in the background,all events can't dispatch,include netConnection event,timer event,but when phone connect USB,Although phone enter sleep,program can run is good.
Quick question that it seems to be hard to search the answer to (everything leads to Airplay or video playback...)- Can you enable video mirroring to a TV connected with the HDMI adapter from an iOS Air App?- If so, what's required to make this work?Thanks!
Hello everybody.I have a question. I would like to deploy on many computers an application from Adobe Air.How can I deploy my adobe air application in silence ? I wanna do a batch but I don't know how can I specify to automatically choose "Install" in my batchAnd "Continue" for itThanks a lot for your help
Hi,I'm trying to send a HEAD request from my AIR for Android Application. Because, i want download the file only when it has been updated.I have tried it with URLLoader and HTTPStatusEvent, but the length of reponseHeaders is 0.public function dwnLoadIconWheel():void{ var urlPub:String = _serverPath + datePath; //var urlRequest:URLRequestHeader //httpResponseStatus var loader:URLLoader = new URLLoader(); loader.addEventListener(Event.COMPLETE, onPubWheelIconHandler); loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorPubWheelIconHandler); loader.addEventListener(HTTPStatusEvent.HTTP_STATUS, httpStatusPubWheelIconHandler); loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorPubWheelIconHandler); var header:URLRequestHeader = new URLRequestHeader("Created", "2008-06-04T22:45:25Z");
Hi,I posted a question a while ago and received an answer but it only applies to Windows. Can anyone help with the sam eissue on a Mac?Here's my original question:I am unable to install Adobe Air on my Macbook Pro (OS 10.6.8).I had a previous version (2.7...) and uninstalled it.I get the error "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator." and I have followed the instrictions to deal with this here http://kb2.adobe.com/cps/902/cpsid_90205.html but without success.Can anybody help?Many thanks,Glyn
Cant uninstall earlier version. 1.1.0.5790Get this error trying to uninstall:"An error occurred while uninstalling Adobe AIR. Uninstallation may not be allowed by your administrator. Please contact your administrator."Get this error trying to install the latest version of Air:An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.This is my personal computer, I am the Adminstrator. There are no Guests or other Users.Here's my log:[2011-12-07:13:44:52] Runtime Installer begin with version 3.1.0.4880 on Windows XP x86[2011-12-07:13:44:52] Commandline is: [2011-12-07:13:44:52] Installed runtime (1.1.0.5790) located at C:\Program Files\Common Files\Adobe AIR[2011-12-07:13:44:59] Starting runtime update. Updating runtime from version 1.1.0.5790 to version 3.1.0.4880[2011-12-07:13:44:59] Installing msi at c:\docume~1\sww\locals~1\temp\aire2b.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8
Hello, I have a user who's trying to upgrade to the latest version of our software but is running into issues. He's on windows XP SP 3Even trying to uninstall the software results in errors. Please let me know if you have any qustions or need further information:[code][2011-12-21:21:49:31] Application Installer end with exit code 7[2011-12-28:08:21:43] Application Installer begin with version 3.1.0.4880 on Windows XP x86[2011-12-28:08:21:43] Commandline is: -update "c:\program files\lifr retirement planner 1.5\lifr retirement planner 1.5.exe" "C:\Documents and Settings\Administrator\Application Data\com.amz.retirementplanner\Local Store\#ApplicationUpdater\update.air" 1.5.7[2011-12-28:08:21:43] Installed runtime (3.1.0.4880) located at c:\Program Files\Common Files\Adobe AIR[2011-12-28:08:21:44] Installed app (com.amz.retirementplanner) located at c:\program files\lifr retirement planner 1.5\lifr retirement planner 1.5.exe[2011-12-28:08:21:45] Unpackaging file:///C:/Documents%20a
I have not yet had time to test thoroughly, only just discovered the issue and thought I would post in case anyone already had any insights.We have an AIR app that loads an .html file into an HTMLLoader. This .html file uses swfobject.js to load an AVM1 .swf (AS2, dev'd by a 3rd party), which in turn loads several of its own child .swf's and configuration .xml files from an assets directory local to the application.Prior to AIR version 2.7.1.19610, this worked fine (at least, confirmed correct behaviour when using 2.5.0.16600; so it's possible it was an update in between, but this issue was only noticed after our most recent automatic AIR runtime update).After an update of the runtime to this version, the first AVM1 .swf loads ok - it contains a preloader for its children, which reaches 100%, but then blanks out with nothing more happening. Right-clicking results in the context menu displaying "Movie not loaded..." and "About Adobe Flash Player 10.3.183.5".Running the .html file outsid
Hi thereI have a user who is experiencing the following issue - when he tries to run an AIR application, the license agreement shows (accept/decline), and then nothing (the app doesn't launch when you click accept).This happens for all his AIR applications (not just the one we developed), he's tried uninstalling and reinstalling both AIR and the app. He's using windows 7this is what shows when he launches an AIR App:
Hello,I'm starting to notice a common problem with Win7 and Adobe Air installation - I had no problems with this issue on my home laptop that runs the same OP but I'm running out of options on my desktop. Please help...I am getting the "Error installing. Make sure you have administrative privileges" Error whenever I try to install or uninstall Adobe Air - even though I have ALL privileges. To uninstall Adobe AIR, I used the .zip file attached by Chris Campbell and that seemed to work fine - but I still can't install it!I Saved the AIR installer on my desktop and chose Run As Admin - also tried to run it under different Compatibility modes with absolutely no luck.I downloaded CCleaner and did everything in there to fix registry issues, etc. - I ran Microsoft FIX IT and the first time I ran it, it identified Adobe AIR as an install issue and claims it fixed it - but I obv still can't install it and now whenever I run the FIX IT, Adobe AIR doesn't even show as an option to Fix
Hi,I am trying to install the Pandora One Desktop app on my Mac. I am a Pandora one subscriber. However, when I go to install the app, i get the following message:This application requires a version of Adobe AIR which cannot be found.Please download the latest version of the runtime fromhttp://www.adobe.com/go/getair,or contact the application author for an updated version.I have tried re-downloading the Pandora One app MULTIPLE times, to no avail.I can't even uninstall or reinstall Adobe Air, I get the same message when i try to install or uninstall Adobe Air. HOW DO YOU NEED ADOBE AIR installed TO INSTALL ADOBE AIR????I also have Adobe CS4 Master Collection installed, with the latest updates for that.Can you please help me fix this issue? I am running Mac OS X Lion 10.7.2 on an Early 2011 Macbook Pro, with the 2 GhZ Quad-Core Intel i7 with 4 GB of RAM and a 500 GB hard drive.Below is the installation log:Dec 20 18:02:57 new-host [0x0-0x41041].com.macromedia.fi
Does anyone else get this message when starting flash cs 5.5 ?There is more than one definition of the AIR 2.6 player. Only the first definition will be used.There is more than one definition of the AIR for iOS player. Only the first definition will be used.There is more than one definition of the AIR for Android player. Only the first definition will be used.Is this bad?Kind regards,Bart
Hi all, I'm having a problem trying to give focus to a text field in air for iOS 2.7.What I'm trying to do is as soon as the app loads, to give this input textfield mouse focus so that the user can start typing with the keyboard right away. In 2.6 I was able to set focus no problem using the code below, but since I've started using the 2.7 deployer, it doesn't set focus properly anymore. I'm using a classic text field set to type inputText.var focus:FocusManager = new FocusManager(this); textField.stage.focus=textField; ////the text field is called textField Any ideas?Thanks! Liam
in iOS when you select an image in some apps it lets you move and scale the image first before selecting it.Is it possible to get that move and scale option when you load the camera roll through air?
HiI'm new to this community, and this is my first post. I have been a long-time Actionscript developer who recently started developing for mobile devices.I'm developing a multi-purpose calculator that requires numeric-only input in certain textboxes, and want to invoke a numeric keypad when they are in focus.Is there a way to achieve this on iOS?(I'm compiling using the latest AIR 3.0 SDK.)Thanks
My air version is 3.0.0.4080 as noted in below.It does not work on update to new version, and also on uninstallation.I have revies so many other posts on various websites.msiexec /unregistermsiexec /regserverAnd also above solution did not work at all.Please give me a new, fancy solution.I hope so.[2011-12-13:04:41:55] Application Installer begin with version 3.0.0.4080 on Windows 7 x86[2011-12-13:04:41:55] Commandline is: -update "c:\program files\misisipi player\misisipi player\misisipi player.exe" "C:\Users\Jaisu\AppData\Roaming\com.nowcom.Misisipi\Local Store\#ApplicationUpdater\update.air" 0.8.15[2011-12-13:04:41:55] Installed runtime (3.0.0.4080) located at c:\Program Files\Common Files\Adobe AIR[2011-12-13:04:41:55] Installed app (com.nowcom.Misisipi) located at c:\program files\misisipi player\misisipi player\misisipi player.exe[2011-12-13:04:41:56] Unpackaging file:///C:/Users/Jaisu/AppData/Roaming/com.nowcom.Misisipi/Local%20Store/%23ApplicationUpdater/update.air to C:\Users\
Because right now it's quite slow and bothersome to transfer apps to the iPhone for testing. And iTunes is really slow on my PC.I saw a video on YouTube once where a guy used another program to transfer his apps to the iPhone. He said he didn't like iTunes as it was slow and a resource hog, so he used this 'other' program which made it way faster.
Hello! I am very new to working with applications, and would like information on how to submit my mobile phone applications to sell to the public. All tips are greatly appreciated! Kittie
I'm trying to upgrade my existing AIR 1.0 installation, in response to a Secunia PSI security threat warning. When I try, I get the message "The procedure entry point GetAdaptersAddresses could not be located in the dynamic link library IPHLPAPI.DLL." When I close the message, I get the message "This application requires a version of Adobe AIR which cannot be found. Please download the latest version of the runtime from http://www.adobe.com/go/getair, or contact the application author for an updated version." Of course, the link doesn't help, since it just sends me back to where I got the version I'm trying to install.My system is running Windows 2000 SP 4.
I am on a MacBook Pro running 10.7.2, and I am unable to install Air. I get one of two scenarios when I try to install. I either get absolutely no interface, error message, or anything else, or I get an error saying that a newer version of air is require (But how am I supposed to install a new version of air if it needs a new version simply to install?!) When I receive the latter error message, these are the log messages that are found in system.log:Dec 22 12:49:15 My-Computer Adobe AIR Installer[614]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.7.2 x86Dec 22 12:49:15 My-Computer Adobe AIR Installer[614]: Commandline is: -psn_0_360536Dec 22 12:49:15 My-Computer Adobe AIR Installer[614]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.frameworkDec 22 12:49:16 My-Computer Adobe AIR Installer[614]: -[NSTrackingArea backingScaleFactor]: unrecognized selector sent to instance 0x343620Dec 22 12:49:21 My-Computer com.apple.launchd.peruser.535[133] ([0
I am using FDT 5 and trying to use IOS native extensions. I am pulling my hair out because every time I try running the application locally I get the following error: "Not supported native extensions profile"So I've tried scouring the web to find solutions and I've tried the following and these are the results:1. Renaming the ANE file to a SWC file and including it to the class path. Results: Nothing, same error2. Tried adding extendedDesktop. Results: Error changes to "invalid profile specified 'Application does not support current profile'"3. Tried manually adding the ane file to the class path. Results: Nothing"Not supported native extensions profile" is the error that I just can't get around. Again, this is when I test locally in FDT (not on the device)
Hi, I'm facing problems while sending an air application to apple using the appliction loader software. Every time I try to send the ipa file I get an error saying "Application failed codesign verification". I checked many times and I'm using the correct certificate and mobile provision, both for distribution. This is the first time I'm uploading an app made with air sdk 3 - all my other apps were made with 2.7 and they were correctly uploade to itunes... Is there an issue about the upload to apple with the air sdk version 3 apps?
Hello everyoneI have created application in Flash Professional CS5.5 for iOS(iPad) and using AIR3.0, and currently I am at stage of finish and submit to Apple app store.I noticed that my application is not going to sleep/iddle mode when I run it, then I added:NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.NORMAL;but it doesn't work and it is still not going to sleep mode even I set Settings > Auto-Lock > 2 Minutes from iPad.I have created another testing application with SystemIdleMode.NORMAL and it is working Ok and device is going to sleep/iddle mode.Please help me what to do or advice what prevents system to go iddle mode. Thanks
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.