NTLM, Kerberos support in AIR app

Hi,
is it possible to use NTLM or Kerberos authentication when connecting from AIR application to server? Server will be configured to do NTLM authentication againts AD and user on Windows workstation will be already authenticated to AD. AIR application can communicate with server either by simple HTTP requests or by using RemoteObject.
My goal is to avoid duplicite loging.
Was anybody solving the same issue?
Thanks in advance,
Jan

So I built my client tonight against AIR 2.7 (on OSX) but for some reason my mic isn't working.   In another section of my application I was able to record audio using mic = Microphone.getEnhancedMicrophone(-1) and play it back so at least I know that part is working.
I can connect to my older client and I can hear audio and see video coming from them but no audio coming from me.   Maybe I've just fallen behind the times with LCCS.
In debug I can see that my audioPub is using the enhanced mic, and has selected the correct mic by looking at it's name.
Any ideas on what I should be hunting down?
Thank you,
-Eric

Similar Messages

  • Can AIR apps in sudo/admin mode?

    Will AIR for linux support running AIR apps in sudo mode?
    Meaning, will it be able to modify a setting that requires the app
    to run in sudo mode?
    If not, will there be an api to check if the app in running
    with sudo or admin privileges. This would also be great for Windows
    and Mac versions.

    So what if the application needs to write to a config file
    that require sudo user? How do we manage that task? will the AIR
    runtime prompt the user to enter a sudo password or will it throw a
    file access error?
    I think it would be easier for AIR to prompt the user for
    sudo access so the developer would not have to worry about the sudo
    access.

  • Does adobe AIR 13 support Windows mobile app?

    Does adobe AIR 13 support Windows mobile app?

    Please vote here for Universal Windows app support, and hopefully the Adobe people will listen:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3787892

  • Problem packaging AIR app with NativeProcess support!?

    My AIR packaged AIR app doent work with NativeProcess
    when I package it like
    <supportedProfiles>extendedDesktop desktop<supportedProfiles>
    or
    <supportedProfiles>desktop extendedDesktop<supportedProfiles>
    But when I use just <supportedProfiles>extendedDesktop<supportedProfiles>
    Packager complains with Error 306!!
    What is that suppose to mean?
    Help please
    I'm using FB4,SDK 4.1

    Are you packaging your application as a native application (.exe or .dmg)? I believe applications with extendedDesktop support (and nativeprocesses) can only be packaged as native applications.

  • How do I use transparent=true in my Air app but still displaying swf ?

    How do I use transparent=true in my Air app but still displaying swf's files ?
    The thing is that I created a customized chrome, and looks nice when it is transparent cause seems to be floating, it works as a browser, but the problem is that when I navigate with it into a page wich contains embedded youtube videos, as in example, or any other swf file... it just doesn't show...
    Any help ? thanks in advance,

    Contact iTunes Support: http://www.apple.com/support/itunes/contact/

  • Telstra Air App For Windows 8.1 Phone

    When will Telstra be providing an Air App for WIndows 8.1 phone?

    I, for one, support this request - especially with the universal app situation and the developer tools available to help convert iOS and Android code to Windows, there really shouldn't be much blocking this app being released. By all means say you're not going to write a Windows Phone 8.1 app from scratch, but how about a Windows 10 Mobile universal app? This would run not only on phones, but also 3G/4G enabled Windows tablets. If your developers are not aware of these tools, please get them to take a look at developer.windows.com to be enlightened! Here's a link to the actual iOS and Android 'bridges' that can help migrate an app easily: https://developer.windows.com/en-us/uwp-bridges

  • Example working Flex AIR app for Android?

    I'm having trouble getting even the most basic AIR app working on Android. Here is the code:
    <?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" xmlns:local="*"
                            width="600" height="600">
         <fx:Declarations>
             <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:Label text="Hello World"/>
    </s:WindowedApplication>
    It works fine running on  Windows in Flash Builder, obviously it's pretty simple. Here are the  commands I use to put it on a Samsung Galaxy Tab with Android 2.2.
    C:\Users\Ryan\Adobe  Flash Builder 4\Test2\bin-release>adt -package -storetype pkcs12  -keystore C:\Users\Ryan\STG-Android.pfx Test2.air Test2-app.xml  Test2.swf
    password:
    C:\Users\Ryan\Adobe Flash Builder 4\Test2\bin-release>adt -package  -target apk -storetype pkcs12 -keystore C:\Users\Ryan\STG-Android.pfx  Test2.apk Test2-app.xml Test2.swf
    password:
    test
    C:\Users\Ryan\Adobe Flash Builder 4\Test2\bin-release>adb install -r Test2.apk
    2286 KB/s (419172 bytes in 0.179s)
             pkg: /data/local/tmp/Test2.apk
    Success
    A Test2 app icon shows up on my Galaxy Tab  under Applications but when I run the app I just see a plain white  screen, I don't see the words "Hello World". Any ideas? Does anyone have  an example Flex AIR app that works on Android and can post the code so I  can try it on my Galaxy Tab? I know AIR is installed correctly on my  Galaxy because I installed an AIR app called South Park Avatar Creator  that I got from the market and it works fine.
    Thanks,
    Ryan
    P.S.  Here is the Test2-app.xml from my non-working project above in case it  helps. This is the default generated with a new Flex app in Flash  Builder 4 using the Flex 4.1.0 AIR 2.5 SDK but I uncommented the andoid  tags and set the visible tag to true.
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.5">
    <!-- Adobe AIR Application Descriptor File Template.
        Specifies parameters for identifying, installing, and launching AIR applications.
        xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.5
                 The last segment of the namespace specifies the version
                 of the AIR runtime required for this application to run.
         minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                 the application. Optional.
    -->
        <!-- A universally unique application identifier. Must be unique across all AIR applications.
         Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
         <id>Test2</id>
        <!-- Used as the filename for the application. Required. -->
         <filename>Test2</filename>
        <!-- The name that is displayed in the AIR application installer.
         May have multiple values for each language. See samples or xsd schema file. Optional. -->
         <name>Test2</name>
         <!-- A string value of the format  <0-999>.<0-999>.<0-999> that represents application  version which can be used to check for application upgrade.
         Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
         An updated version of application must have a versionNumber value  higher than the previous version. Required for namespace >= 2.5 .  -->
         <versionNumber>1.0.0</versionNumber>
         <!-- A string value (such as "v1", "2.5", or "Alpha 1") that  represents the version of the application, as it should be shown to  users. Optional. -->
         <!-- <versionLabel></versionLabel> -->
        <!-- Description, displayed in the AIR application installer.
         May have multiple values for each language. See samples or xsd schema file. Optional. -->
         <!-- <description></description> -->
        <!-- Copyright information. Optional -->
         <!-- <copyright></copyright> -->
        <!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
         <!-- <publisherID></publisherID> -->
        <!-- Settings for the application's initial window. Required. -->
         <initialWindow>
             <!-- The main SWF or HTML file of the application. Required. -->
             <!-- Note: In Flash Builder, the SWF reference is set automatically. -->
             <content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
             <!-- The title of the main window. Optional. -->
             <!-- <title></title> -->
            <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
             <!-- <systemChrome></systemChrome> -->
            <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
             <!-- <transparent></transparent> -->
            <!-- Whether the window is initially visible. Optional. Default false. -->
             <visible>true</visible>
            <!-- Whether the user can minimize the window. Optional. Default true. -->
             <!-- <minimizable></minimizable> -->
            <!-- Whether the user can maximize the window. Optional. Default true. -->
             <!-- <maximizable></maximizable> -->
            <!-- Whether the user can resize the window. Optional. Default true. -->
             <!-- <resizable></resizable> -->
            <!-- The window's initial width in pixels. Optional. -->
             <!-- <width></width> -->
            <!-- The window's initial height in pixels. Optional. -->
             <!-- <height></height> -->
            <!-- The window's initial x position. Optional. -->
             <!-- <x></x> -->
            <!-- The window's initial y position. Optional. -->
             <!-- <y></y> -->
            <!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
             <!-- <minSize></minSize> -->
            <!-- The window's initial maximum size, specified as a  width/height pair in pixels, such as "1600 1200". Optional. -->
             <!-- <maxSize></maxSize> -->
         </initialWindow>
        <!-- We recommend omitting the supportedProfiles element, -->
         <!-- which in turn permits your application to be deployed to all -->
         <!-- devices supported by AIR. If you wish to restrict deployment -->
         <!-- (i.e., to only mobile devices) then add this element and list -->
         <!-- only the profiles which your application does support. -->
         <!-- <supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles> -->
        <!-- The subpath of the standard default installation location to use. Optional. -->
         <!-- <installFolder></installFolder> -->
        <!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
         <!-- <programMenuFolder></programMenuFolder> -->
        <!-- The icon the system uses for the application. For at least one resolution,
         specify the path to a PNG file included in the AIR package. Optional. -->
         <!-- <icon>
             <image16x16></image16x16>
             <image32x32></image32x32>
             <image36x36></image36x36>
             <image48x48></image48x48>
             <image72x72></image72x72>
             <image128x128></image128x128>
         </icon> -->
        <!-- Whether the application handles the update when a user double-clicks an update version
         of the AIR file (true), or the default AIR application installer handles the update (false).
         Optional. Default false. -->
         <!-- <customUpdateUI></customUpdateUI> -->
         <!-- Whether the application can be launched when the user clicks a link in a web browser.
         Optional. Default false. -->
         <!-- <allowBrowserInvocation></allowBrowserInvocation> -->
        <!-- Listing of file types for which the application can register. Optional. -->
         <!-- <fileTypes> -->
            <!-- Defines one file type. Optional. -->
             <!-- <fileType> -->
                <!-- The name that the system displays for the registered file type. Required. -->
                 <!-- <name></name> -->
                <!-- The extension to register. Required. -->
                 <!-- <extension></extension> -->
                 <!-- The description of the file type. Optional. -->
                 <!-- <description></description> -->
                 <!-- The MIME content type. -->
                 <!-- <contentType></contentType> -->
                 <!-- The icon to display for the file type. Optional. -->
                 <!-- <icon>
                     <image16x16></image16x16>
                     <image32x32></image32x32>
                     <image48x48></image48x48>
                     <image128x128></image128x128>
                 </icon> -->
             <!-- </fileType> -->
         <!-- </fileTypes> -->
        <!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->
         <android>
             <manifestAdditions>
             <![CDATA[
                 <manifest android:installLocation="auto">
                     <uses-permission android:name="android.permission.INTERNET"/>
                     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
                     <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
                     <uses-configuration android:reqFiveWayNav="true"/>
                     <supports-screens android:normalScreens="true"/>
                     <uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/>
                     <application android:enabled="true">
                         <activity android:excludeFromRecents="false">
                             <intent-filter>
                                 <action android:name="android.intent.action.MAIN"/>
                                 <category android:name="android.intent.category.LAUNCHER"/>
                             </intent-filter>
                         </activity>
                     </application>
                 </manifest>
             ]]>
             </manifestAdditions>
         </android>
         <!-- End of the schema for adding the android specific tags in AndroidManifest.xml file -->
    </application>

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                            xmlns:s="library://ns.adobe.com/flex/spark"
                            xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:local="*"
                            width="600" height="600">
         <fx:Declarations>
             <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:Label text="Hello World"/>
    </s:Application>

  • Can individual Adobe Air apps be installed without local admin permission into a user-owned folder?

    Is this a supported scenario?
    Windows 7 PC.
    Adobe Air runtime (latest; 4.0) has been installed by an administrator using a local admin account and the eulaAccepted file is present under the "All Users" profile.
    User logs in using her own account which does not have local admin rights.
    User downloads an Air app and tries to install it to C:\Users\<username> where she has full write permissions to the disk.
    What I observe when acting as the User is that the Windows UAC (security escalation to local admin rights) dialog pops up. Can anyone clearly state what the Adobe Air installer is doing that requires the UAC escalation when installing an app to a user's folder? Thanks.

    Thanks for your reply, Chris. We're working around these problems by deploying the Air runtime + the application separately using an administration tool, which is fine for now.
    I logged the question because I don't see any registry edits or privileged folder access taking place. I suspect that the UAC escalation has something to do with the "eulaAccepted" file; checking that it exists. I doubt that escalated permissions are really required for this. In the long term, it'd be good if this "use case" could be added to the test cycle of Air; perhaps the UAC dialog could be avoided, improving the flexibility of deployment options.
    Ideally the test would start with an adminstrator-installed Air package *without* the EULA being accepted. The user should be able to install apps and approve the EULA without the UAC dialog popping up at all.

  • Will Adobe AIR apps work on iOS (Javascript/HTML)?

    Hello,
    I haven't been able to find any definitive answer on whether Adobe AIR apps using Javascript and HTML can work on iOS.
    Anyone know for sure?
    And if so, what happens with the APIs available through these swfs that we currently include:
    networkInfoWrapper.swf
    servicemonitor.swf
    applicationupdater_ui.swf
    Many thanks
    Stephen

    The answer is no. Apps developed for AIR using HTML and JavaScript are not supported on iOS or other mobile platforms. The mobile platforms do include a StageWebView component that can be used to load and display HTML and JavaScript. However, it is entirely different than the HTMLLoader control used on the desktop platforms (for HTML-based AIR apps). You cannot, for example, call any AIR/Flash APIs from JavaScript running in a StageWebView. In general, very little communication is possible between your ActionScript application code and the JavaScript code running in the StageWebView object.

  • Air apps on Microsoft Surface?

    Microsofts challenge to the iPad is due out in mid October, which isnt that far away and we havent yet heard anything about getting Air apps on to it. Does anyone from Adobe want to comment?
    It would seem a pretty good match. Microsoft needs quality apps for its new platform and if Air developers could just compile their exisiting iPad apps for Win8 Metro then I think a lot of people would do it (I would).
    And technically it should be almost trivial given that Adobe and MS have already worked together on a version of the flash player for win 8 tablets.
    so why no news on this?

    Hi Anupam,
    For surface, developing a game and porting it as a Windows store app will suffice your requirement.A windows store app can be run on laptops,desktops and also surface running on Windows 8/8.1.Preferrably, try deploying your game as windows 8.1 store app
    unity3d 4.3 supports this.
    Keep in mind that you have to use 3D models with mobile diffuse(texture),which consume less memory while loading/progressing of the game.
    Avoid using heavy GameObjects like terrain.Instead go for a plane.Terrains are not recommended by unity on mobiles.On a tab,it will work but with consumes more memory.
    Here's a blog which will help you achieve this ,
    http://onestopdotnet.wordpress.com/category/windows-store-2/

  • Adobe air apps cannot be installed

    Hi,
    I have trouble with my PC to install any kind of adobe air app. When I start to install a Adobe air app, I get the UAC request and I confirm it but then the Adobe Air Application Installer.exe *32 is hanging and doing nothing.
    When I repeat the process another Adobe Air Application Installer.exe *32 instance is started.
    Here is my equipment and what I tried:
    Equipment:
    Windows 7 professional SP1 64 -Bit
    - Reinstalling Adobe air with Revo Uninstaller(cleaning registry) and installing it new with Admin rights.
    - Installing Adobe air in Windows XP Sp3 mode
    - Multiple apps were tried and when I start them with the SDK, they are working fine.
    - No information are available in the windows eventlogs
    Any idea  how to solve it or any possibility to start a debug tool to get more information?
    Thank you in advance for any input and help!
    Cheers,
    Dominik

    Hi Chris,
    I appreciate your support!
    Sadly the Microsoft Install and Uninstall Fix It tool does not work, adobe air is still hanging during the app installation.
    This is what I have done:
    1. Uninstall Adobe air with the Microsoft Tool
    2. Install Adobe air new
    3. Try to install the app SmartClient.air -> Did not work
    4. Try to install the app DesktopiPhone.air -> Did not work
    Now I have 4 Adobe air instance in the task manager(see screenshot)
    2* Adobe Air Installer
    2* Adobe Air Application Installer
    Here the install log file:
    [2012-09-25:08:54:39] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-25:08:54:39] Commandline is:
    [2012-09-25:08:54:39] No installed runtime detected
    [2012-09-25:08:54:41] Relaunching with elevation
    [2012-09-25:08:54:41] Launching subprocess with commandline c:\users\sd000037\appdata\local\temp\airb183.tmp\adobe air installer.exe -ei
    [2012-09-25:08:54:43] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-25:08:54:43] Commandline is: -stdio \\.\pipe\AIR_4324_0 -ei
    [2012-09-25:08:54:43] No installed runtime detected
    [2012-09-25:08:54:43] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-09-25:08:54:43] Installing msi at c:\users\sd000037\appdata\local\temp\airb183.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-09-25:08:54:45] Runtime Installer end with exit code 0
    [2012-09-25:08:54:45] Elevated install completed
    [2012-09-25:08:55:46] Application Installer begin with version 3.4.0.2540 on Windows XP x86
    [2012-09-25:08:55:46] Commandline is: "D:\Arbeit\SmartOffice\0.07.23 MAIN_10082012_001_BETA\SmartClient.air"
    [2012-09-25:08:55:46] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-25:08:57:27] Application Installer begin with version 3.4.0.2540 on Windows XP x86
    [2012-09-25:08:57:27] Commandline is: D:\Arbeit\SmartOffice\DesktopiPhone.air
    [2012-09-25:08:57:27] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    Thanks,
    Dominik

  • How to read http cookies from adobe desktop Air app using flex/flash builder in AS 3.0 ??

    Im developing Adobe desktop air app where i need to read the session id from the cookie of a http request.
    I have found a property called URLRequest.manageCookies supported by AIR so i Hope there should be a way to read the cookies as well. Im Using Flash Builder 4.5
    Please provide any reference code or guide me for this research;
    searched a lot regarding on this web.
    Most results lead to local shared object or reading cookies fr a webpage using javascript and ExternalInterface.
    I want to read http cookies not Local shared Object and in a desktop AIR application.
    Im using Flash builder 4.5
    Thanks
    Hari

    Sorry, but you are at the wrong forum; this one is only for discussions on the forums themselves. The Air forums are here:
    http://forums.adobe.com/community/air

  • How can I uninstall and reinstall Adobe AIR so that AIR apps will find it?

    I installed Master Collection CS5.5 Trial, and I can run Photoshop and other apps, but Help, Content Viewer and Widget Browser won't run, they give an error message "This application requires a version of Adobe AIR which cannot be found."
    Before I installed the trial, there was no AIR installed (Clean Windows install)... After the trial is installed, I note that AIR 2.5 has been installed - and yet I get the above message. I try uninstalling 2.5, get the same message. After restoring the previous image (which does not have AIR installed yet), I go to <www.adobe.com/go/getair> as instructed; it seems to download 3.2, it shows up that way in the program list, but still same messages and I cannot uninstall this version either (3.2, same message).
    I followed the recommendation from here (and Microsoft) to use Mr. Fixit to uninstall, which appears to work successfully, and then reinstall from <www.adobe.com/go/getair>, which also appears to go successfully, but same erorrs as before.
    I restored the backup image again (no AIR), and try to download the trial version online, I download the Download Assistant, it runs and downloads AIR 3.2 and apparently downloads it, and yet it STILL gets the same message as above, and it too cannot be uninstalled (same message when uninstall is tried)
    I can't find any way to attach the log file, so /i will quote it inline here:
    [2012-04-17:03:45:55] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2012-04-17:03:45:55] No installed runtime detected
    [2012-04-17:03:45:55] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer
    [2012-04-17:03:46:08] Download success
    [2012-04-17:03:46:08] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer.p7
    [2012-04-17:03:46:12] Download success
    [2012-04-17:03:46:12] Detached signature verified
    [2012-04-17:03:46:12] Begin cert chain validation
    [2012-04-17:03:46:12] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-04-17:03:46:12] Download success
    [2012-04-17:03:46:12] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-04-17:03:46:12] Download success
    [2012-04-17:03:46:12] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-04-17:03:46:12] Download failure: could not retrieve crl crypt object
    [2012-04-17:03:46:12] Cert chain validation succeeded
    [2012-04-17:03:46:12] Launching subprocess with commandline "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRRuntimeInstaller.exe" -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant"
    [2012-04-17:03:46:18] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:46:18] Commandline is: -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant"
    [2012-04-17:03:46:18] No installed runtime detected
    [2012-04-17:03:46:18] Invoking Application Installer for combined install
    [2012-04-17:03:46:18] Launching subprocess with commandline C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRD.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRD.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant"
    [2012-04-17:03:46:19] Application Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:46:19] Commandline is: -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRD.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant"
    [2012-04-17:03:46:19] No installed runtime detected
    [2012-04-17:03:46:20] Validating app in folder C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant
    [2012-04-17:03:46:22] Application signature verified
    [2012-04-17:03:46:22] Unpackaging/validation complete
    [2012-04-17:03:47:36] Starting combined runtime and app install.
    Installing runtime version 3.2.0.2070.
    Installing app com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 to D:\downloads using the source file at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant
    [2012-04-17:03:47:37] Installing msi at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRD.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-17:03:47:40] Installing msi at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant\setup.msi with guid {969E11AA-8F3A-F162-1A5A-0965E216B6CE}
    [2012-04-17:03:47:42] Launching subprocess with commandline D:\downloads\Adobe Download Assistant\Adobe Download Assistant.exe
    [2012-04-17:03:47:42] Application Installer end with exit code 0
    [2012-04-17:03:47:42] Subprocess app installer succeeded
    [2012-04-17:03:47:43] Runtime Installer end with exit code 0
    [2012-04-17:03:47:43] Subprocess Runtime Installer succeeded
    [2012-04-17:03:47:43] Bootstrapper end with exit code 0
    [2012-04-17:03:49:24] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:49:24] Commandline is:
    [2012-04-17:03:49:24] No installed runtime detected
    [2012-04-17:03:49:30] Starting runtime install. Installing runtime version 3.2.0.2070
    [2012-04-17:03:49:30] Reinstalling c:\docume~1\admin\locals~1\temp\air1c.tmp\setup.msi
    [2012-04-17:03:49:38] Got an unexpected fatal error while quitting: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception TypeError: Error #1009" errorID=1009]
    [2012-04-17:03:49:38] Runtime Installer end with exit code 5
    [2012-04-17:03:51:31] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2012-04-17:03:51:31] No installed runtime detected
    [2012-04-17:03:51:31] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer
    [2012-04-17:03:51:43] Download success
    [2012-04-17:03:51:43] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer.p7
    [2012-04-17:03:51:46] Download success
    [2012-04-17:03:51:47] Detached signature verified
    [2012-04-17:03:51:47] Begin cert chain validation
    [2012-04-17:03:51:47] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-04-17:03:51:47] Download success
    [2012-04-17:03:51:47] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-04-17:03:51:47] Download success
    [2012-04-17:03:51:47] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-04-17:03:51:47] Download failure: could not retrieve crl crypt object
    [2012-04-17:03:51:47] Cert chain validation succeeded
    [2012-04-17:03:51:47] Launching subprocess with commandline "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRRuntimeInstaller.exe" -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant"
    [2012-04-17:03:51:53] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:51:53] Commandline is: -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant"
    [2012-04-17:03:51:53] No installed runtime detected
    [2012-04-17:03:51:53] Invoking Application Installer for combined install
    [2012-04-17:03:51:53] Launching subprocess with commandline C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2D.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2D.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant"
    [2012-04-17:03:51:53] Application Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:51:53] Commandline is: -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2D.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant"
    [2012-04-17:03:51:53] No installed runtime detected
    [2012-04-17:03:51:55] Validating app in folder C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant
    [2012-04-17:03:51:56] Application signature verified
    [2012-04-17:03:51:56] Unpackaging/validation complete
    [2012-04-17:03:52:19] Starting combined runtime install and app update.
    Installing runtime version 3.2.0.2070.
    Updating from com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 to com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 at D:\downloads using the source file at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant
    [2012-04-17:03:52:19] Reinstalling C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2D.tmp\setup.msi
    [2012-04-17:03:52:22] Installing msi at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant\setup.msi with guid {969E11AA-8F3A-F162-1A5A-0965E216B6CE}
    [2012-04-17:03:52:23] Launching subprocess with commandline D:\downloads\Adobe Download Assistant\Adobe Download Assistant.exe
    [2012-04-17:03:52:23] Application Installer end with exit code 0
    [2012-04-17:03:52:23] Subprocess app installer succeeded
    [2012-04-17:03:52:23] Runtime Installer end with exit code 0
    [2012-04-17:03:52:24] Subprocess Runtime Installer succeeded
    [2012-04-17:03:52:24] Bootstrapper end with exit code 0
    [2012-04-17:03:52:52] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2012-04-17:03:52:52] No installed runtime detected
    [2012-04-17:03:52:52] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer
    [2012-04-17:03:53:05] Download success
    [2012-04-17:03:53:05] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer.p7
    [2012-04-17:03:53:08] Download success
    [2012-04-17:03:53:08] Detached signature verified
    [2012-04-17:03:53:08] Begin cert chain validation
    [2012-04-17:03:53:08] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-04-17:03:53:08] Download success
    [2012-04-17:03:53:08] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-04-17:03:53:08] Download success
    [2012-04-17:03:53:08] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-04-17:03:53:08] Download failure: could not retrieve crl crypt object
    [2012-04-17:03:53:08] Cert chain validation succeeded
    [2012-04-17:03:53:08] Launching subprocess with commandline "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRRuntimeInstaller.exe" -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant"
    [2012-04-17:03:53:14] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:53:14] Commandline is: -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant"
    [2012-04-17:03:53:14] No installed runtime detected
    [2012-04-17:03:53:14] Invoking Application Installer for combined install
    [2012-04-17:03:53:14] Launching subprocess with commandline C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR3A.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR3A.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant"
    [2012-04-17:03:53:15] Application Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:53:15] Commandline is: -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR3A.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant"
    [2012-04-17:03:53:15] No installed runtime detected
    [2012-04-17:03:53:16] Validating app in folder C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant
    [2012-04-17:03:53:17] Application signature verified
    [2012-04-17:03:53:17] Unpackaging/validation complete
    [2012-04-17:03:53:35] Starting combined runtime install and app update.
    Installing runtime version 3.2.0.2070.
    Updating from com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 to com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 at D:\downloads using the source file at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant
    [2012-04-17:03:53:35] Reinstalling C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR3A.tmp\setup.msi
    [2012-04-17:03:53:38] Installing msi at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant\setup.msi with guid {969E11AA-8F3A-F162-1A5A-0965E216B6CE}
    [2012-04-17:03:53:38] Launching subprocess with commandline D:\downloads\Adobe Download Assistant\Adobe Download Assistant.exe
    [2012-04-17:03:53:38] Application Installer end with exit code 0
    [2012-04-17:03:53:39] Subprocess app installer succeeded
    [2012-04-17:03:53:39] Runtime Installer end with exit code 0
    [2012-04-17:03:53:39] Subprocess Runtime Installer succeeded
    [2012-04-17:03:53:39] Bootstrapper end with exit code 0
    As an alternative I am re-downloading the MC 5.5 through direct link instead of the Download Assistant which does not work, but I expect it will have the same problems.
    Thanks.

    Can you try the following for me.
    Run the microsoft fix it and have it uninstall AIR
    Delete the folder: C:\Program Files\Common Files\Adobe AIR (this might also be in Program Files(x86))
    Delete the folder: C:\Users\username\AppData\Roaming\Adobe
    Delete the folder: C:\Users\chris\AppData\Local\Adobe\AIR
    Install AIR 3.2 by itself, from: http://airdownload.adobe.com/air/win/download/3.2/AdobeAIRInstaller.exe
    Install Adobe Community Help from here: http://www.adobe.com/support/chc/air/350/AdobeHelp.air
    Does the AdobeHelp.air file install if you double click it?

  • Converting the web app into AIR app leads errors

    Hi all,
    I am new to flex, i am trying to convert a web app into air app.
    I changes the tags and when i complie i get the below 3 error popups with dismis and continue buttons on the bottom right..
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    Any help would be greatly appreciated.
    Thanks in advance.

    Thanks peter.
    commenting those lines avoids the first 2 errors but still i am getting the below errors.
    this is a microstrategy flex project.
    Error #1009: Cannot access a property or method of a null object reference.
    at com.microstrategy.web.vf.viewer::MstrWindowedApplication/handleCreationComplete()[Z:\Flex \projects\VisFrameworkAIR\src\com\microstrategy\web\vf\viewer\MstrWindowedApplication.as:9 9]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9298]
    at mx.core::UIComponent/set initialized()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as :1169]
    at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:718]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8628]
    at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8568]

  • XCode 5.1 updated and now I can't debug AIR apps on iOS Simulator anymore

    Today XCode updated itself to version 5.1, with new iOS 7.1 platform support. It updated itself without asking permission, and now I can't run my AIR apps on the iOS simulator anymore. All my apps fail with the following error:
    'Launching [myApplication]' has encountered a problem.
    Error occurred while installing the application:
    dyld: Library not loaded: @rpath/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient
      Referenced from: /Applications/AIR_SDKS/AIRSDK_4.0.0.1628/lib/aot/bin/isb/isb
      Reason: image not found
    /var/folders/g1/014r026919j9fkv085ypt31r0000gn/T/cmd7720052456329253213.tmp: line 1:  2126 Trace/BPT trap: 5       "/Applications/AIR_SDKS/AIRSDK_4.0.0.1628/lib/aot/bin/isb/isb" "-install" "-apppath" "/var/folders/g1/014r026919j9fkv085ypt31r0000gn/T/eb03981d-5689-4bb5-821c-78ca84086393/Pa yload/[myApplication].app" "-sdkpath" "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/ SDKs/iPhoneSimulator7.1.sdk"
    I use AIR SDK 4.0.1628 (the latest version according to the SDK download page today), and it doesn't make a difference if I choose another simulator version (7.0 and 6.1 fail the same way).
    I'm developing in Flash Builder 4.7, on OS X 10.9.2
    Any ideas of how to fix this? Will using the AIR 13 beta help?
    Thanks, Frank

    Thanks for the steer Jason that worked,
    So that would be Apache Flex 4.12 using Flex installer 2.7 will bring the same benefits of AIR SDK for Flex 13...... I basically have to use an installer from a third party to make the commercial product I pay for work to solve the precise problem its sold as solving.
    It's like buying a *******' drill you have to put together yourself.
    I'm gonna get this build finished, then sneak into Flash Builders room while it's having a sleep after a big dinner and smother it with a pillow. It's the kindest thing to do. Ha!
    @DavidDragon,
    Follow these steps:
    http://flex.apache.org/doc-getstarted.html
    However just make sure you use the latest version [4.12.0]

Maybe you are looking for