Adobe AIR HTML/JS application and Windows Native Installer

Hi,
I am building an Adobe AIR application with HTML and Javascript and I would like to know how to make an Windows Native Installer.
I am trying to build it with Flash Pro but it keeps returning the error 'Invalid SWF file'. At the application.xml file the <content> points to my index.html file. I don't use any SWF file. When I change this to point to the SWF it does build tha installer but the application loads the SWF.
Is there any way to build a Windows Native Installer and the initial content be an HTML file?
p.s. I tried to extract the files from the installer file and edit the application.xml there to point to the index.html. But I can't repackage the files to a valid air native installer.
Thank you.

Hi,
Thank you for reporting this. The internal bug number for the issue is #2740755. The issue is currently under review and will be investigated by one of AIR team members.
Regards,
Catalin

Similar Messages

  • Adobe air html/js - application act like a browser.

    I just started in Adobe air html/js . In the current application I want to do something like this .
    I want to open the urls/web pages in the application and application should act like a web-browser to them .
    But with that I want to modify the opened pages a little, like add some css/js to them.
    Something like when you open Web pages in Firefox and a plugin (example grease monkey scripts) modifies the displayed content .
    Is it possible ?
    I tried opening in iframe it works , but I cannot add my own  JavaScript to the page (is there any way in air to remove cross domain  strictness?).
    Note: Please don't suggest that I fetch the html content of the page  and add it to the app body.  My app should really act as browser. (Adobe  air is webkit based so I think it can be achieved)

    Hi,
    Thank you for reporting this. The internal bug number for the issue is #2740755. The issue is currently under review and will be investigated by one of AIR team members.
    Regards,
    Catalin

  • Can I redistribute the Adobe AIR Runtime as part of a native installer or with my product's installer?

    Hi to All,
    Can I redistribute the Adobe AIR Runtime as part of a my
    product’s installer? So that if users don't have Adobe Air
    runtime installed then the Adobe Air runtime should be installed
    first and then simultaneously my adobe air application should be
    installed on single click, removing the difficulty of downloading
    each installer seperately.
    So is there any way so that I can package both Adobe Air
    runtime and my application into a single installer file.
    Any help or suggestions will be greatly appreciated!.
    Thanks in Advance...

    You need to apply for it. See the details on how to do this
    here:
    http://www.mikechambers.com/blog/2008/04/07/redistributing-the-adobe-air-runtime-installer /
    -ted

  • Adobe AIR HTML / Ajax Developement and Android

    Just confirming...  I haven't been developing in Flash since the days of Actionscript 2.0.  I've been mostly doing HTML / Ajax dev the past couple of years.  I started playing around with developing apps using HTML and Ajax.  I read in another thread that for Android dev, you have to use flash.  Is this true?  If so, is there any plans to open this up more?  I realize there might be some things that might not translate over, such as the touch interface, but I would really love to create some applications without having to get back into flash or learning Flash Builder. 

    Joe is correct on the support for HTML & AJAX. If you want to leverage those skills, you are going to have to stick with just using the on device web browser (which should be fairly robust) or look at alternate solutions like PhoneGap or Titanium's Appcelerator.
    Chris

  • Adobe Air - HTML, Javascript and Threading

    Hello,
    I am developing an application using Adobe Air - HTML and
    Javascript. What I am trying to do is to implement threading in
    Javascript. I am using implementing threading in Javascript as per
    this Neil blog.
    Click
    Here. It clearly says that this threading works only in Firefox
    2.0 and I am trying to use this in with my Adobe Air, but when I
    try to refer a function , it gives me error saying "unable to find
    it".
    I was wondering if this is the best way to go for threading
    in Adobe Air HTML application or there is some other way also.
    Thanks,
    Jaikishan

    Hi jjalan,
    The yield and generator functionality is only available in
    Firefox's javascript execution engine. When you are executing
    javascript in AIR, it is done by the webkit and squirrelfish. Take
    a look at
    http://webkit.org/blog/189/announcing-squirrelfish/
    If you can find a javascript library that works on safari /
    webkit, chances are high that it may work in AIR.
    Also, you can always do pseudo-threading via the age old
    setTimeout()

  • Packaging an AIR application in a native installer

    Hi! I'm trying to create a native installer of my AIR Application,  because (I think) it's the only way make the native processes working.  But I have a problem: I used the following command to pack: "adt  -package -storetype pkcs12 -keystore myCert.pfx -target native  -storetype pkcs12 -keystore myCert.pfx myApp.exe myApp-app.xml", but I get  the error: "File myApp-app.xml is not a valid AIRI or AIR file". In the  Flash Builder I use as additional compiler arguments:  "-locale=pt_PT,en_UK,fr_FR,de_DE,ro_RO,es_ES  -allow-source-path-overlap=true -source-path=assets" and I add the  source path "src/locale/{locale}/". What is the sintax for packing my  AIR application in a native installer? Thanks in advance.

    Hi again! Thanks for the reply. I based myself on the link to see what command syntax I should use to pack my Air Windowed Application and it was the command that I presented in the previous post.
    adt version "2.0.1.12090"
                                                  My Descriptor File
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.0">
    <!-- 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.0
                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>com.MyCompany.Application</id>
        <!-- Used as the filename for the application. Required. -->
        <filename>Production Control System</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>Production Control System</name>
        <!-- An application version designator (such as "v1", "2.5", or "Alpha 1"). Required. -->
        <version>2.1.3</version>
        <!-- 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>My Company</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>none</systemChrome>
            <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
            <transparent>true</transparent>
            <!-- Whether the window is initially visible. Optional. Default false. -->
            <!-- <visible></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> -->
        <supportedProfiles>extendedDesktop</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>
            <image48x48></image48x48>
            <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>true</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> -->
        <!-- iPhone/iPad -specific capabilities -->
        <!-- <iPhone> -->
            <!-- A list of plist key/value pairs to be added to the application Info.plist -->
            <!-- <InfoAdditions>
                <![CDATA[
                    <key>UIDeviceFamily</key>
                    <array>
                        <string>1</string>
                        <string>2</string>
                    </array>
                    <key>UIStatusBarStyle</key>
                    <string>UIStatusBarStyleBlackOpaque</string>
                    <key>UIRequiresPersistentWiFi</key>
                    <string>YES</string>
                ]]>
            </InfoAdditions> -->
        <!-- </iPhone> -->
    </application>

  • Installation of adobe air is not completing on windows 7

    I am trying to install adobe air version 15 on my Toshiba laptop with Windows 7.  When installation starts the Adobe AIR Setup screen freezes and installation does not complete. I cancelled the install, but the Adobe AIR Setup screen persists and just says "Cancelling". Trying to upgrade AIR as have been having issues with Windows 7 after installing th 2014 Jaqui Lawson Advent calendar.  (Windows will not shut down using Shutdown button, and Ctrl-Alt-Del does not bring up task manager anymore). Here is my Adobe Air Install Log:
    [2014-10-16:18:48:33] Clearing unused background update directory
    [2014-10-16:18:48:34] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-10-16:18:48:34] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-10-16:18:48:34] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-10-16:18:48:34] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-10-16:18:49:13] Unpackaging complete
    [2014-10-16:18:49:15] Unpackaging complete
    [2014-10-16:18:49:18] Download success
    [2014-10-16:18:49:18] Runtime updated downloaded
    [2014-10-16:18:49:18] Download success
    [2014-10-16:18:49:18] Runtime updated downloaded
    [2014-10-25:08:58:35] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-10-25:08:58:36] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-10-25:08:58:36] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-10-25:08:58:36] Commandline is: -updatecheck
    [2014-10-25:08:58:36] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-10-25:08:58:36] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-10-25:08:58:36] Commandline is: -updatecheck
    [2014-10-25:08:58:36] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-10-25:08:58:36] Performing pingback request
    [2014-10-25:08:58:37] Starting runtime background update check
    [2014-10-25:08:58:37] Clearing unused background update directory
    [2014-10-25:08:58:37] Performing pingback request
    [2014-10-25:08:58:37] Starting runtime background update check
    [2014-10-25:08:58:37] Clearing unused background update directory
    [2014-10-25:08:58:37] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: could not clear background update directory" errorID=0]
    [2014-10-25:08:58:37] Runtime Installer end with exit code 0
    [2014-10-25:08:58:37] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-10-25:08:58:37] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-10-25:08:58:41] Unpackaging complete
    [2014-10-25:08:58:42] Download success
    [2014-10-25:08:58:42] Runtime updated downloaded
    [2014-10-25:08:58:55] User had deferred installing the update
    [2014-10-25:08:58:55] Runtime Installer end with exit code 0
    [2014-10-25:14:06:33] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-10-25:14:06:33] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-10-25:14:06:33] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-10-25:14:06:33] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-10-25:14:06:33] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-10-25:14:06:38] Starting runtime background update installation
    [2014-10-25:14:06:38] Background updates not installed due to running applications
    [2014-10-25:14:06:38] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-10-25:14:06:38] Runtime Installer end with exit code 0
    [2014-11-01:16:39:59] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-01:16:40:00] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-01:16:40:01] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-01:16:40:01] Commandline is: -updatecheck
    [2014-11-01:16:40:01] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:16:40:01] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-01:16:40:01] Commandline is: -updatecheck
    [2014-11-01:16:40:01] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:16:40:02] Performing pingback request
    [2014-11-01:16:40:03] Performing pingback request
    [2014-11-01:16:40:03] Starting runtime background update check
    [2014-11-01:16:40:03] Starting runtime background update check
    [2014-11-01:16:40:03] Clearing unused background update directory
    [2014-11-01:16:40:03] Clearing unused background update directory
    [2014-11-01:16:40:03] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: could not clear background update directory" errorID=0]
    [2014-11-01:16:40:03] Runtime Installer end with exit code 0
    [2014-11-01:16:40:03] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-01:16:40:03] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-01:16:40:10] Unpackaging complete
    [2014-11-01:16:40:11] Download success
    [2014-11-01:16:40:11] Runtime updated downloaded
    [2014-11-01:17:40:16] User had deferred installing the update
    [2014-11-01:17:40:16] Runtime Installer end with exit code 0
    [2014-11-01:18:10:41] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-01:18:10:42] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-01:18:10:42] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-01:18:10:42] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:18:10:42] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-01:18:10:42] Commandline is: -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-01:18:10:42] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:18:10:43] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-01:18:10:43] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-01:18:10:44] Starting runtime background update installation
    [2014-11-01:18:10:44] Starting runtime background update installation
    [2014-11-01:18:10:44] Launching subprocess with commandline C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-01:18:10:44] No background updates pending
    [2014-11-01:18:10:44] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-01:18:10:44] Runtime Installer end with exit code 0
    [2014-11-01:18:10:51] Runtime updater successfully launched
    [2014-11-01:18:10:51] Runtime Installer end with exit code 0
    [2014-11-01:18:11:08] Runtime Installer begin with version 15.0.0.293 on Windows 7 x86
    [2014-11-01:18:11:08] Commandline is: -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-01:18:11:08] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-01:18:11:08] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-09:13:10:56] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-09:13:10:57] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-09:13:10:57] Commandline is: -updatecheck
    [2014-11-09:13:10:57] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-09:13:10:57] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-09:13:10:57] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-09:13:10:57] Commandline is: -updatecheck
    [2014-11-09:13:10:57] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-09:13:10:58] Performing pingback request
    [2014-11-09:13:10:58] Starting runtime background update check
    [2014-11-09:13:10:58] Clearing unused background update directory
    [2014-11-09:13:10:59] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-09:13:10:59] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-09:13:10:59] Performing pingback request
    [2014-11-09:13:10:59] Starting runtime background update check
    [2014-11-09:13:10:59] Clearing unused background update directory
    [2014-11-09:13:10:59] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-09:13:10:59] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-09:13:11:00] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3013" errorID=3013]
    [2014-11-09:13:11:00] Runtime Installer end with exit code 0
    [2014-11-09:13:11:10] Unpackaging complete
    [2014-11-09:13:11:13] Download success
    [2014-11-09:13:11:13] Runtime updated downloaded
    [2014-11-09:13:11:23] User had deferred installing the update
    [2014-11-09:13:11:23] Runtime Installer end with exit code 0
    [2014-11-11:20:45:34] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-11:20:45:34] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-11:20:45:34] Commandline is: -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-11:20:45:34] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-11:20:45:35] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-11:20:45:35] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-11:20:45:35] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-11:20:45:35] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-11:20:45:35] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-11:20:45:36] Starting runtime background update installation
    [2014-11-11:20:45:36] Launching subprocess with commandline C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-11:20:45:36] Starting runtime background update installation
    [2014-11-11:20:45:36] No background updates pending
    [2014-11-11:20:45:36] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-11:20:45:36] Runtime Installer end with exit code 0
    [2014-11-11:20:45:39] Runtime updater successfully launched
    [2014-11-11:20:45:39] Runtime Installer end with exit code 0
    [2014-11-11:20:46:01] Runtime Installer begin with version 15.0.0.293 on Windows 7 x86
    [2014-11-11:20:46:01] Commandline is: -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-11:20:46:01] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-11:20:46:01] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-11:20:46:09] Launching subprocess with commandline c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-11:20:46:09] Runtime Installer end with exit code 6
    [2014-11-16:13:37:08] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-16:13:37:09] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-16:13:37:09] Commandline is: -updatecheck
    [2014-11-16:13:37:09] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-16:13:37:10] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-16:13:37:10] Commandline is: -updatecheck
    [2014-11-16:13:37:10] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-16:13:37:11] Performing pingback request
    [2014-11-16:13:37:11] Performing pingback request
    [2014-11-16:13:37:11] Starting runtime background update check
    [2014-11-16:13:37:11] Starting runtime background update check
    [2014-11-16:13:37:11] Clearing unused background update directory
    [2014-11-16:13:37:12] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-16:13:37:12] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-16:13:37:12] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-16:13:37:12] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-16:13:37:45] Unpackaging complete
    [2014-11-16:13:37:47] Download success
    [2014-11-16:13:37:47] Runtime updated downloaded
    [2014-11-16:13:37:55] Unpackaging complete
    [2014-11-16:13:37:55] Download success
    [2014-11-16:13:37:55] Runtime updated downloaded
    [2014-11-16:14:23:22] User had deferred installing the update
    [2014-11-16:14:23:22] Runtime Installer end with exit code 0
    [2014-11-16:14:31:30] User had deferred installing the update
    [2014-11-16:14:31:30] Runtime Installer end with exit code 0
    [2014-11-16:19:10:47] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-16:19:10:49] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-16:19:10:49] Commandline is: -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-16:19:10:49] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-16:19:10:49] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-16:19:10:51] Starting runtime background update installation
    [2014-11-16:19:10:51] Background updates not installed due to running applications
    [2014-11-16:19:10:51] Launching subprocess with commandline c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-16:19:10:51] Runtime Installer end with exit code 0
    [2014-11-24:08:24:51] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-11-24:08:24:51] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:08:24:51] Commandline is: -updatecheck
    [2014-11-24:08:24:51] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:24:51] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:08:24:51] Commandline is: -updatecheck
    [2014-11-24:08:24:51] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:24:52] Performing pingback request
    [2014-11-24:08:24:52] Performing pingback request
    [2014-11-24:08:24:52] Starting runtime background update check
    [2014-11-24:08:24:52] Starting runtime background update check
    [2014-11-24:08:24:52] Clearing unused background update directory
    [2014-11-24:08:24:52] Clearing unused background update directory
    [2014-11-24:08:24:52] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: could not clear background update directory" errorID=0]
    [2014-11-24:08:24:52] Runtime Installer end with exit code 0
    [2014-11-24:08:24:52] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-11-24:08:24:52] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-11-24:08:24:55] Unpackaging complete
    [2014-11-24:08:24:55] Download success
    [2014-11-24:08:24:55] Runtime updated downloaded
    [2014-11-24:08:25:16] User had deferred installing the update
    [2014-11-24:08:25:16] Runtime Installer end with exit code 0
    [2014-11-24:08:35:22] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-24:08:35:29] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:08:35:29] Commandline is: -applyupdates "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-24:08:35:29] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:35:29] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:08:35:29] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-24:08:35:29] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:35:30] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-24:08:35:30] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-24:08:35:31] Starting runtime background update installation
    [2014-11-24:08:35:31] Starting runtime background update installation
    [2014-11-24:08:35:31] Launching subprocess with commandline C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-24:08:35:35] Runtime updater successfully launched
    [2014-11-24:08:35:35] Runtime Installer end with exit code 0
    [2014-11-24:08:35:50] Runtime Installer begin with version 15.0.0.356 on Windows 7 x86
    [2014-11-24:08:35:50] Commandline is: -update "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-11-24:08:35:50] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:35:50] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-24:08:35:50] Runtime Installer begin with version 15.0.0.356 on Windows 7 x86
    [2014-11-24:08:35:50] Commandline is: -update "c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe"
    [2014-11-24:08:35:50] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:08:35:50] Installed app (JLAdventCalendarEdwardian2013) located at c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-24:08:36:43] Launching subprocess with commandline c:\program files (x86)\jl edwardian advent calendar\jl edwardian advent calendar.exe
    [2014-11-24:08:36:43] Runtime Installer end with exit code 6
    [2014-11-24:08:36:45] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-11-24:08:36:45] Runtime Installer end with exit code 6
    [2014-11-24:18:01:27] Application Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:18:01:27] Commandline is: C:\Users\chris\Downloads\jlchristmasmarket.air
    [2014-11-24:18:01:27] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:18:01:28] Unpackaging file:///C:/Users/chris/Downloads/jlchristmasmarket.air to C:\Users\chris\AppData\Local\Temp\fla863.tmp
    [2014-11-24:18:01:43] Application signature verified
    [2014-11-24:18:01:43] Unpackaging/validation complete
    [2014-11-24:18:01:43] No app located for appID 'com.jacquielawson.marketadventcalendar2014' and pubID ''
    [2014-11-24:18:01:53] Converting unpackaged application to a native installation package in C:\Users\chris\AppData\Local\Temp\fla68CB.tmp
    [2014-11-24:18:01:56] Native installation package creation succeeded
    [2014-11-24:18:01:56] Starting app installation to C:\Program Files (x86). Installing app com.jacquielawson.marketadventcalendar2014 version 1.0.1 using the source file at file:///C:/Users/chris/Downloads/jlchristmasmarket.air
    [2014-11-24:18:01:56] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Directory can't be written to" errorID=5006]
    [2014-11-24:18:01:56] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/chris/Downloads/jlchristmasmarket.air
    [2014-11-24:18:01:56] Relaunching with elevation
    [2014-11-24:18:02:06] Application Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-11-24:18:02:06] Commandline is: -stdio \\.\pipe\AIR_20968_0 -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/chris/Downloads/jlchristmasmarket.air
    [2014-11-24:18:02:06] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-11-24:18:02:07] Unpackaging file:///C:/Users/chris/Downloads/jlchristmasmarket.air to C:\Users\chris\AppData\Local\Temp\fla9DAF.tmp
    [2014-11-24:18:02:44] Application signature verified
    [2014-11-24:18:02:44] Unpackaging/validation complete
    [2014-11-24:18:02:44] No app located for appID 'com.jacquielawson.marketadventcalendar2014' and pubID ''
    [2014-11-24:18:02:44] Converting unpackaged application to a native installation package in C:\Users\chris\AppData\Local\Temp\fla307D.tmp
    [2014-11-24:18:02:46] Native installation package creation succeeded
    [2014-11-24:18:02:46] Starting silent app installation to C:\Program Files (x86). Installing app com.jacquielawson.marketadventcalendar2014 version 1.0.1 using the source file at file:///C:/Users/chris/Downloads/jlchristmasmarket.air
    [2014-11-24:18:02:46] Installing msi at C:\Users\chris\AppData\Local\Temp\fla307D.tmp\setup.msi with guid {B995C6BE-D74C-4E8F-3C2F-B6E2B374A664}
    [2014-11-24:18:03:05] Application Installer end with exit code 0
    [2014-11-24:18:03:08] Elevated install completed
    [2014-11-24:18:03:08] Launching subprocess with commandline C:\Program Files (x86)\JL Christmas Market\JL Christmas Market.exe
    [2014-11-24:18:03:22] Application Installer end with exit code 0
    [2014-12-01:17:33:53] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-12-01:17:33:54] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-12-01:17:33:54] Commandline is: -updatecheck
    [2014-12-01:17:33:54] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-12-01:17:33:55] Performing pingback request
    [2014-12-01:17:33:55] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2014-12-01:17:33:55] Starting runtime background update check
    [2014-12-01:17:33:55] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-12-01:17:33:55] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-12-01:17:33:55] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-12-01:17:33:55] Commandline is: -updatecheck
    [2014-12-01:17:33:55] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-12-01:17:33:56] Performing pingback request
    [2014-12-01:17:33:56] Starting runtime background update check
    [2014-12-01:17:33:56] Clearing unused background update directory
    [2014-12-01:17:33:58] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update
    [2014-12-01:17:33:58] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.6.0.6090/update to C:\Users\chris\AppData\Roaming\Adobe\AIR\Updater\Background
    [2014-12-01:17:34:04] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3013" errorID=3013]
    [2014-12-01:17:34:04] Runtime Installer end with exit code 0
    [2014-12-01:17:34:07] Unpackaging complete
    [2014-12-01:17:34:07] Download success
    [2014-12-01:17:34:07] Runtime updated downloaded
    [2014-12-01:18:24:30] User had deferred installing the update
    [2014-12-01:18:24:30] Runtime Installer end with exit code 0
    [2014-12-01:20:01:12] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-12-01:20:01:14] Runtime Installer begin with version 3.6.0.6090 on Windows 7 x86
    [2014-12-01:20:01:14] Commandline is: -applyupdates "c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe"
    [2014-12-01:20:01:14] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-12-01:20:01:14] Installed app (JLCircus) located at c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-12-01:20:01:15] Starting runtime background update installation
    [2014-12-01:20:01:15] Background updates not installed due to running applications
    [2014-12-01:20:01:15] Launching subprocess with commandline c:\program files (x86)\jacquie lawson circus\jacquie lawson circus.exe
    [2014-12-01:20:01:15] Runtime Installer end with exit code 0
    [2014-12-06:16:27:54] Runtime Installer begin with version 15.0.0.356 on Windows 7 x86
    [2014-12-06:16:27:54] Commandline is:
    [2014-12-06:16:27:54] Installed runtime (3.6.0.6090) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2014-12-06:16:28:04] Relaunching with elevation
    [2014-12-06:16:28:04] Launching subprocess with commandline c:\users\chris\appdata\local\temp\airfd41.tmp\adobe air installer.exe -ei
    [2014-12-06:16:33:44] Cancelling elevated install

    IGiveUponAdobe wrote:
    Have a look through the pages of pages of requests for help on installing Adobe Air apps on Windows 7 machines. What you'll find is that Adobe has duped a lot of people into doing basic testing on a vehicle that it should have tested thoroughly itself before release. So you'll find lengthy, highly technical and apparently idiosyncratic install logs posted, and then every once in a while Chris Campbell, Adobe's rep, comes online and says something like "Ho Hum. It doesn't seem to work. What you need to do is stand on your head while drinking a gallon of gasoline and singing through your ears. Why don't you spend another 20 hours trying that?"
    Amazing. Could you imagine a supposedly legitimate company jerking people like this 50 years ago?
    Don't waste your time. Air doesn't work. Find an alternative to Adobe products instead.
    I wonder how long this will stay posted before somebody removes it.
    Hello,
    I understand the frustration, believe me, I really do.  Unfortunately, while we do thoroughly test installers we do run into system specific issues from time to time.  I do my best to help users, going out of my way to do desktop sharing sessions (at all times of the day and night to accomidate our global user base), creating repair scripts, etc.  But you are correct, sometimes it does get technical and we do require the installer log to figure out what might be failing.  I apologize if I wasn't able to solve your problem in the past, if you can point me to a post where I didn't follow through I'd be happy to re-read it and see if we can make progress.
    I promise I won't remove your post, I just ask that you keep the responses polite and try not to get personal.
    Thanks,
    Chris

  • Adobe AIR 3 Performance Issues and Code Signing Certificate Problem

    I recently updated to Adobe AIR 3.0 SDK (and runtime) doing HTML/Javascript development using Dreamweaver CS5.5 in a Windows 7 Home Premium (64 bit).
    The AIR app I'm developing runs well from within Dreamweaver. But when I create/package the AIR app and install it on my machine:
    1. The app literally CRAWLS running it in my Windows 7 12G RAM machine (especially when I use the mouse to mouse over a 19-by-21 set of hyperlinks on a grid) --- IT IS THAT SLOOOOWWWW...
    2. The app runs fine in my Mac OS X 10.6.8 with 4G RAM, also using the Adobe AIR 3 runtime.
    About the Code Signing Certificate problem:
    When I try to package the AIR app with ADT using AIR's temporary certificate feature, I get the error message "Could not generate timestamp: handshake alert: unrecognized_name".
    I found some discussions on this problem in an Adobe AIR Google Groups forum, but no one has yet offered any resolution to the issue. Someone said Adobe is using the Geotrust timestamping service --- located at https://timestamp.geotrust.com/tsa --- but going to this page produces a "404 --- Page not found" error.
    The Google Groups Adobe AIR page is here:
    http://groups.google.com/group/air-tight/browse_thread/thread/17cd38d71a385587
    Any ideas about these issues?
    Thanks!
    Oscar

    I recently updated to Adobe AIR 3.0 SDK (and runtime) doing HTML/Javascript development using Dreamweaver CS5.5 in a Windows 7 Home Premium (64 bit).
    The AIR app I'm developing runs well from within Dreamweaver. But when I create/package the AIR app and install it on my machine:
    1. The app literally CRAWLS running it in my Windows 7 12G RAM machine (especially when I use the mouse to mouse over a 19-by-21 set of hyperlinks on a grid) --- IT IS THAT SLOOOOWWWW...
    2. The app runs fine in my Mac OS X 10.6.8 with 4G RAM, also using the Adobe AIR 3 runtime.
    About the Code Signing Certificate problem:
    When I try to package the AIR app with ADT using AIR's temporary certificate feature, I get the error message "Could not generate timestamp: handshake alert: unrecognized_name".
    I found some discussions on this problem in an Adobe AIR Google Groups forum, but no one has yet offered any resolution to the issue. Someone said Adobe is using the Geotrust timestamping service --- located at https://timestamp.geotrust.com/tsa --- but going to this page produces a "404 --- Page not found" error.
    The Google Groups Adobe AIR page is here:
    http://groups.google.com/group/air-tight/browse_thread/thread/17cd38d71a385587
    Any ideas about these issues?
    Thanks!
    Oscar

  • Squareup integration with Adobe AIR based ios Application

    Hi All,
    Does anyone is having any experice to work with 'Squareup' i.e.   https://squareup.com/
    I want to integrate it with my adobe air based ios application.Is there any native extension is available for this?
    Any information will be appriciated.
    with Regards,
    Shardul

    Hi, please forget my last message. I was changing so many things I finished using a wrong mobileprovision. That's why I couldn't install the app in the device.
    On the other hand I have found the problem. Some changes in one of our ANE were not tested in iOS 5.0.1 devices and it made the app crash because it found a Adobe Air 3.5 bug. Adobe fixed it in AIR 3.6

  • The Error Message 'Application descriptor file cannot be parsed' shows when compiling (Ctrl + Enter) Adobe AIR for Android applications on Flash Professional CS5.5

    The Error Message 'Application descriptor file cannot be parsed' shows when compiling (Ctrl + Enter) Adobe AIR for Android applications on Flash Professional CS5.5
    This is happening for most of the pupils and staff at our school and they are unable to complete their work.
    This also happens on a fresh copy of windows and CS5.5 without any updates and also with all latest updates.
    I have tried it on 32-bit and 64-bit CS5, Windows, Air and Java with the same error every time.
    There are a small minority of users where this works fine for them with no issue.
    I have tried re-setting user profiles.
    I have tried a local admin and domain admin account with the same issue
    I have noticed however that if the file is moved to the shared area it will compile. If it is on their documents area it will not compile. The users have full control in both locations. This is fine for staff but we are unable to give full control or modify access to the shared area for the pupil's
    I have been through the online support section and it directed me to phone Adobe Customer care who informed me that all support has been discontinued for CS5, CS5.5 and CS6 and they will only support creative cloud.
    Any ideas what to try next? There is no other information about this error and I cannot work out what is causing it.

    I have tried and  able to package an apk using your XML file.Could you please make sure your XML file starting from line 1 and coloumn 0.Any space will results in the error (Application Descriptor file cannot be parsed)
    -Pranali

  • Adobe AIR HTML component ignores Google Maps GPolyline opacity

    I have a Google Maps mashup web site that I want to display
    in an
    Adobe AIR app using the AIR HTML component. My mashup shows a
    Google map with some semi-
    transparent polylines (drawn as circles) drawn with the
    Google Maps API . In Safari, everything looks
    as it should. In AIR, the polylines are opaque; the GPolyline
    opacity
    value is ignored. I've tried the AIR app on Linux and Windows
    XP.
    Has anyone else encountered this issue or have some
    suggestions?
    The web site:
    http://dstresearch.com/map.html
    The AIR code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" height="800" width="800">
    <mx:HTML id="html"
    width="100%"
    height="100%"
    location="
    http://dstresearch.com/map.html"
    />
    </mx:WindowedApplication>
    Thanks,
    Josh

    You might also want to check out the useCache property to see if this helps.  See these links:
    http://forums.adobe.com/thread/726573
    http://forums.adobe.com/thread/490497
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/html/HTMLLoader.h tml

  • How can I get serial numbers or the free versions of Adobe, Air, Flash Player 14, and Reader XI Pro

    How can I get serial numbers or the free versions of Adobe, Air, Flash Player 14, and Reader XI Pro that I had installed on my computer before Microsoft crashed my computer and I had to do a fresh install? I finished reinstalling Win 8.1Pro on my computer thanks to Microsoft Lvl 1 Techies corrupting my Command Structure so nothing would work. I had recently taken a picture of my installed programs (control panel, uninstall programs list) so that I would be able to reinstall everything I needed. I can't seem to find an email for the Reader which I remember paying for, the others I believe were free installs. Can anyone help me out.

    Safari Version 5.0.5  <  from your first post
    5.0.5 is an outdated version of Safari.
    There is an update available for Safari for version 5.1.1
    That may help.
    Click your Apple menu icon top left in your screen the click Software Update
    Restart your Mac after the updates are installed.
    Try full screen ...
    If you have problems using Software Update from the menu you can use the standalone installer here >  Safari 5.1.1

  • Does adobe air support drop shadows and blur?

    Does adobe air support drop shadows and blur? I can see it on the swf on pc but I don't see it once I put it on the android as .apk. Thanks!

    change your render mode to cpu and test.

  • X-Fi Titanium and Windows 7 installation disk

    Hi,
    I've bought a X-Fi Titanium card which came with a driver?CD, I would like to know if the driver CD which came it's safe to install on Windows 7, or to download the drivers and Control Panel from the web an to install them instead.
    The CD contains also applications besides drivers, but I think they are more Vista compatible since on the CD is copyrighted 2008.
    So it's ok to install the CD and then to apply the updates from the web, or to install only the web drivers and control panel ?

    Re: X-Fi Titanium and Windows 7 installation diskT This is the best thing to install to take care of all your needs:
    <a rel="nofollow" href="http://forums.creative.com/t5/Sound-Blaster/SB-X-Fi-Series-Support-Pack-2-0-05-5-2009/td-p/527485"]http://forums.creative.com/t5/Sound-Blaster/SB-X-Fi-Series-Support-Pack-2-0-05-5-2009/td-p/527485[/url]
    Then you can update to the newest Creative driver and applications afterward. The software CD works in Windows 7, but I felt that my system was sluggish and unresponsi've afterward. So, I recommend you try Daniel K.'s pack, and then you can upgrade your driver and any other applications that Creative has updated since. There are a few things in the installation scripts for the applications and drivers on the CD that just dont work, in my opinion. That is why Daniel made his package, because he wanted to integrate things a bit more smoothly. I have run an X-Fi Fatality PCI and now my Titanium Fatality PRo PCI-express card with the support pack and it works great under XP, Vista, and Windows 7 in either 32 or 64 bit flavors.

  • Adobe AIR HTML Native Full Screen on Mac OS X

    I am building an application in Adobe AIR for Mac in HTML/JavaScript.
    What I want to do is when the application loads, make the application go into full-screen mode using the correct native full-screen found in OS X Lion and above.
    e.g.
    This is NOT using the displayState that Flash/Flex uses.
    If the users decides to exit full screen mode they will see the app in a native window and can re-enter full screen mode using the icon you get in the top-right of a window.
    I've found some information about an extension here: http://forums.adobe.com/thread/1209193
    FREObject _EnableFullScreenMode(FREContext ctx, void* functionData, uint32_t argc, FREObject argv[])
            //We should be okay to do this, even on 10.6, according to this post:
            //http://www.cocoabuilder.com/archive/cocoa/311124-implementing-full-screen-for-10-7-but-app-should-also-run-on-10-6.html
            //We can't use [NSApp mainWindow] - didn't appear to work
            //This seems to though:
            NSArray * allWindows = [NSApp windows];
            if (allWindows.count > 0)
                NSWindow *mainWindow = [allWindows  objectAtIndex: 0];
                NSWindowCollectionBehavior behavior = [mainWindow collectionBehavior];
                behavior |= NSWindowCollectionBehaviorFullScreenPrimary;
                [mainWindow setCollectionBehavior:behavior];
            //TODO: Return a boolean instead depending on if we found the main window
            return NULL;
    That looks to do what I want! But after reading the Adobe AIR docs I can't get my head around where this code should live in my app directory and how I can call it on app load.
    So in my index.html I have:
    $(document).ready(function() {  // Make window full-screen // CALL THE EXTENSION TO MAKE THE APPLICATION FULL_SCREEN  // Make window active window.nativeWindow.activate();  // Make it visible window.nativeWindow.visible = true;  });
    The initialWindow is not visible by default using <visible>false</false> in the application descriptor XML file. And is made visible and active on the document ready as shown above.
    The missing piece is loading in the extension and making the window go native full-screen.
    To break this question up:
    Where does the extension code go? E.g. do I create an extension file and put it in any particular location in the app directory?
    How do I then load the extension into the application
    Finally how do I then do the full-screen on document ready
    What happens in OS X below Lion? How did full-screen work before it was introduced?
    Hopefully I can get pointed in the right direction as the docs have totally baffled me and don't explain how the extension file is created (to me at least).

    Extensions require both native code and ActionScript code and are packed by the native extension compiler by Adobe to an ANE file. Check this tutorial: http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt1.html
    After compiling the extension, you can put the extensionId into your <extensions> branch in the application.xml and add the .ane as an excluded library into your AS3 project. Then you can use the extension like any other external library (swc file).
    It's also helpful to download and play around with extisting ANEs. There are some nice open source libraries here: https://github.com/freshplanet

Maybe you are looking for

  • Scheduling

    Hi experts, see, we use to manually open and close the posting periods but now my client wants it to be automised one .And i went through sm36 and while feeding data there is one field asking the programe name for it to schedule .. as per transaction

  • I already downloaded the tracking program but FF wants to install it again?

    Why did I get a msg from FF about the spotlight app that detects tracking when it it already installed? I can't seem to find it in the applications.

  • REM Product cost collectors and Production version

    Hi All, Can some one pls let me know What are the product cost collectors in REM and how to create the product cost collectors ? What is the production version and the difference between production version and controlling version? Thanks & Regards, B

  • Invoice type WIA

    Hello! I have to bill a delivery type NL with an invoice type WIA. I see there is the copy control between the 2 documents type (delivery NL to invoice WIA), so I think it is possible to do this kind of invoicing. But when I try to create the invoice

  • Basic authentication of a WebService -- Possible?

    Hi All, I have a web service that's defined like this: <mx:Webservice wsdl=" http://username:password@intranet/webservices/myservice.asmx?WSDL" /> username and password are replace with the username and password used by IIS's basic authentication sub