Broadcasting  dynamic , and semitransparent  adobe air application

i need to broadcast semitransparent adobe air application (in execution ) over the network , please how can i accomplish this , please note that the application is dynamic , and semitransparent
i need to broadcast it in a local network to send it to an 'on air' TV mixer

Any chance of Testing with Flash Professional ? If so than connect your device and in Flash Professional CC go to Debug->Debug Movie-> On Device Via Usb -> Select your device.
It will start a debug session as soon as you start your app/game and than you can debug whats going wrong on the device, setup your trace statements or breakpoints and see in output panel what actually the problem is.
I hope it will help or some community guru may assist you or particularly you can post your problem in starling forum too, may be someone will help you there ...
PS: In debug session mode performance will be low so don't worry about that. This mode is just for debugging and testing purposes.
Thanks,
Muhammad Faisal Zaheer,
Sr. Software Engineer, Team Lead, Cubix Labs

Similar Messages

  • Problem with Expose and Adobe AIR application -can't click on app in Expose

    I just installed a new Adobe AIR application called TwitterLocal. The app was working fine until I accidently hit some keyboard shortcut and the application window disappeared. I figured I accidently assigned the window to some other "space," however I do not have SPACES turned on. Furthermore, when I select EXPOSE, I can now see the content of the application's window, however if I click on the app (which takes on that grey-highlight appearance when you mouse over it) the desktop returns to its normal position. I can see via the top status bar that the app is currently selected, but I cannot access the app window.
    Is there any way to send an app that was "sent" to expose back to the normal desktop? I've tried rebooting and even uninstalling/reinstalling the app but it is still lost in expose.
    Any thoughts on this would greatly be appreciated.

    Solution was to change display to lower resolution, then the Adobe AIR app TwitterLocal became visible on the standard desktop and I was able to click on and move the app window towards the left of the desktop. Once I switched the resolution back, everything was ok.

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • I start the computer the screen has blue vertical stripes and says that the Adobe Air application can not be found. Some of my programs don't run and say: You: Error access violation at 0x0055F525

    I start the computer the screen has blue vertical stripes and says that the Adobe Air application can not be found. Some of my programs don't run and say:
    You: Error access violation at 0x0055F525. I reinstalled Adobe Air. No change. I went to the Adobe webside and they said to repair it with a program. I bought RegCure. Didn't change anything. What to do?

    Hello cor-el, thanks for your reply. I changed my settings for downloads to desktop and it has appeared on there. When I double click I am asked which program I want to open file. I click firefox and another box "opening install" says I have chosen to open the file which is an application and do I want to save it. This is the only real option so I press save file. I get a box saying this is an executable file which may contain viruses - do you want to run. I press ok and the final box showing C drive file name and desktop appears stating application not found.
    This happens the same whenever I try to install.
    To my untrained eye the application is not being recognised as an application and I cannot work out how to get it to do that.
    My plugin is still showing as out of date.
    Is there anything you could suggest. Thanks for your time.

  • Deployment of an Adobe AIR application in an enterprise environment

    Dear Team members,
    first of all my apologies for posting this thread in more than one forum (see Installations Issues) but the argument is very important to us and I don't know where discuss it.
    I would like to post a question to you regarding deployment doubts that we are trying to address.
    My company is working on the new version of our primary application previously built as a J2EE application with some reporting functions with Flex, and we want to use AIR in order to leverage its possibilities:
    Seamless integration with existing application functionalities (implemented as standard JEE web application pages) thanks to the integrated HTML capabilities
    Improved integration of the user interface with the desktop
    Native processes to provide additional functionalities
    Our application is targeted to pharmaceutical industry, subject to FDA regulations, and it affects more than 5000 users for each customer, so we have some specific requirements affecting the deployment and distribution of the software:
    Allow to run multiple versions of the software on the same client machine (to support test and acceptance activities in addition to the production environment)
    Minimize the effort of the initial setup on each client
    Manage the version upgrades without manual activities on each client
    Keep the test/acceptance and production environments strictly aligned to improve effectiveness of formal validation (ideally, an application once validated should be transported in production without any source code modification, recompilation or repackaging)
    The current browser-based strategy is perfectly fit to these requirements, and in the shift towards a desktop-based strategy we need to continue satisfying them as much as possible. We evaluated the standard distribution strategy of Adobe AIR applications, and noticed several attention points in this scenario.
    The first issue we encountered is the back-end services endpoint discovery problem. Simply hardcoding a server URL in the packaged application could be a viable solution for public internet-accessible applications, but we need to support multiple customers in their intranet, and each one typically requires multiple environments for the application (acceptance, production, etc.). Maintaining dozens of different packages of the AIR application to support all these customer environments clearly is not the solution. Neither we want to force thousands of different users to enter and maintain the correct server location in their local preferences.
    So, we thought to use a badge hosted in the back-end application to run the local AIR application: using the underlying API, we could activate the application specifying also the network location of the back-end services. We could also rely on the badge to install the application (and the AIR runtime if necessary)… however, application packaged as native installers cannot be installed, upgraded, or launched by the badge API (and we need to package ours as native to use native processes).
    We also noticed that multiple versions of an AIR application cannot be installed side-by-side in a client machine, and that the installation and upgrade of the application can be performed only when the local user has administrative rights on the machine (using standard or native packages), forcing us to rely on external software distribution systems in some customer scenarios (introducing additional complexities in the release cycle).
    At this point, in our opinion the standard deployment strategies of Adobe AIR applications are unfit for enterprise environments. In the enterprise world, many of the applications have migrated to a completely browser-based solution, while others enhanced their client layer to comply with the requirements, for example installing only a thin portion of the client code and allowing to connect to multiple server versions/environments with it (e.g. the SAP GUI universal client). Without smarter deployment and distribution tools, AIR applications currently are a step back compared to web applications in terms of manageability.
    So, we are trying to develop a solution to address these problems, with some concepts similar to JStart: install on the client machine a launcher application capable of being activated from a web page, dynamically locate, download and run the actual client bytecode, transparently enforce client software updates, and supporting multiple applications (and multiple versions of the same application). However, we are facing many technical problems due to internal architecture of AIR and we already spent a considerable amount of effort trying to find a solution. We are now thinking to return on the choice of AIR, going back to Flex.
    What is the position of Adobe on this argument? Is Adobe aware of these issues and are there any plans on this topic? Any advice?
    Thank you in advance

    For those following along, Oliver Goldman will be answering this post in future articles on his blog.
    Many great comments and questions here. I’m working on some follow-up posts to address these; nothing I could cram into this comment field would really do your query justice. - Oliver Goldman
    Pursuit of Simplicity
    Chris

  • Adobe Air application installation using the bundled runtime installer

    Hello.
    We plan to develop application for different platforms with Adobe Air and testing installing Air applications with bundled runtime installer on different platforms. It's ok with Windows and Mac OS, but we got troubles with "silent" installation on Ubuntu OS 9.10.
    I tried to install Adobe Air application with bundled runtime, like in this document in part "Silent installation":
    http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html
    using command-line:
    "sudo ./MyInstaller -silent simple-air-air-application-1.0-SNAPSHOT.air"
    and installation fails. Installation log looks like this:
    [setup:2306][INFO] Runtime Installer begin with version 2.6.0.19140 on Linux x86
    [setup:2306][INFO] Commandline is: -silent simple-air-air-1.0-SNAPSHOT.air
    [setup:2306][INFO] No installed runtime detected
    [setup:2306][INFO] Invoking Application Installer for combined install
    [setup:2306][INFO] Launching subprocess with commandline /tmp/air.QMrLZl/build/opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer -runtime /tmp/air.QMrLZl/build/opt -silent -withRuntime -url file:///tmp/air.QMrLZl/simple-air-air-1.0-SNAPSHOT.air
    [setup:2306][ERR] Subprocess app installer failed (-1)
    [setup:2306][ERR] Runtime Installer end with exit code 7
    P.S. We tried do the same on Linux Mint 10. Everything's fine, application getting installed well.

    Thanks for the reply and solution MrSykes.
    I uninstalled adobe AIR and ran a file and registry cleaner to delete any left over files and installs.
    Then installed the v.15 Adobe AIR beta as recommended.
    The cleaners I used (ccleaner & jv16 power tools) did find some temporary install files and remnants of the Video Alchemy install.
    Tried the install again and still no installation window displays.
    I'm running Windows 7 on my PC and even changed the installation file compatibility to Windows XP service pack 2 to no avail.
    Funny that it installed fine on my notebook with Adobe AIR latest version running Windows 7.
    I'm watching task manager as I'm attempting the install and videoalchemy.exe has some cpu usage then drops to zero activity.
    Then Adobe AIR application Installer starts up then cycles to zero cpu activity.
    I'm stumped on this one :-(
    Thanks again for investing the time on my behalf.
    Regards
    Stephen

  • Adobe AIR Application Installer.exe

    On my win xp pro sp3 machine from all the Adobe stuff
    following software installed only:
    - acrobat reader
    - flash player
    - shockwave player
    The Secunia scan tool noticed me recently I had old version
    of flash player.
    It is not right, some days ago just upgraded to 9.0.151.0.
    Why I am using the 9.x one see my other thread in the adobe
    flash player forum.
    In-depth analysis has shown that the old one is really
    present on my station:
    Adobe AIR Application Installer.exe is present on this
    machine and it keeps the old and
    vulnerable version of adobe flash player.
    What for ???????
    I didn't ever install the air application installer on my
    own.
    It must be one of other three applications I'm using
    intentionally.
    What of the three application named above has installed AIR ?
    And what for ?
    Why is nobody upgrading the vulnerable flash version attached
    to AIR ?
    How can I deinstall it ?

    quote:
    Originally posted by:
    tzeng
    You can uninstall AIR by using the uninstall program control
    panel. Just like uninstall an application.
    AIR doesn't figure on the Add/Remove Programs list.

  • Adobe Air Application Installer.exe Documentation

    Hello All,
    i am having severe problems retrieving the documentation for "Adobe Air Application Installer.exe"
    We have applied as Publisher for Air Apps here:
    http://www.adobe.com/products/air/runtime_distribution1.html
    and filled out the form
    http://www.adobe.com/cfusion/mmform/index.cfm?name=air_distribution2
    After that we were hoping to receive documentation about seamless install of air applications, but we are waiting right now ...
    So, time is running out, and i need the documentation of the "Adobe Air App Installer.exe"
    So far i have managed to silently install an air app:
    '$1 -silent -programMenu -location "$INSTDIR" "$TEMP\AirApp.air"' $0
    Where $1 is the "Adobe Air Installer.exe" retrieved from the registry
    $INSTDIR is the installation target path
    $TEMP is a temporary folder, containing the to install Air Application
    the above command works fine for clean and empty systems with no prior versions of the application installed.
    what i now miss are the return code meanings, ranging from 0..9 where i only know that 0 means success !
    And i would like to have a documentation about the
    -update
    and the
    -uninstall
    parameters for seamless installation/deinstallation of a whole air app with data

    hi there,
    i got the documentation also, dunno why they make it so hard
    to get it
    thank you very much !
    greets from joymoney
    ck
    I was also facing this problem.
    Today I got this
    http://help.adobe.com/en_US/AIR/1.5/air_runtime_redist/air_runtime_redist.pdf
    http://help.adobe.com/en_US/AIR/1.5/air_runtime_redist/air_runtime_redist.pdf

  • Installing and using Adobe Air SDK 2.5 with Flash Professional CS4

    Hi,
    I am trying to install the Air SDK 2.5 with Flash Professional CS4 with the intention of creating a program to use Actionscript 3 to communicate with the UDP interface using datagrams. (The server is the IL2 device link interface) As I am very new to this development environment I was wondering if anyone could answer a few questions.
    1) Can I use datagram sockets with Air 2.5 with Actionscript 3 and Flash CS4?
    2) Is there special procedure for installing the AIR SDK 2.5 or do I use the instructions layout in "How to Overlay the Adobe Air 2 SDK for Use with Flash Professional - Flash professional CS4"?
    3) If I do use those instructions, when I edit the namespace for my application do I set it to 2.0 or 2.5?
    4) As a stepping stone to building my program I was trying to try to build the Actionscript 3  DatagramSocketExample program that is published by Adobe. Unfortunately I am getting a '1046: Type was not found or was not a compile-time constant: DatagramSocketDataEvent'.
    Is there a step by step tutorial on how to get the example code up and running?
    Thankyou for your time and patience with my noob questions
    Ian

    This was part of the AIR 2.0 beta release note, but I used this for 2.5 and it works nice.
    You can try it too an make sure you use 2.5 wherever the not says 2.0beta2.
    Goodluck.
    How to Update Flash CS4 to Use the AIR 2 Beta SDK
    If you use Flash CS4 Professional to build Adobe AIR applications, please follow the instructions below to manually update the version of the AIR SDK to use version 2.0.
    Update Flash CS4 Professional to version 10.0.2 at http://www.adobe.com/support/flash/downloads.html or select "Help > Updates... " from within Flash CS4.
    Quit Flash CS4 Professional if it is open.
    Navigate to the Flash CS4 installation folder. The default location on Windows is "C:\Program Files\Adobe\Adobe Flash CS4\" and on Mac OS "/Applications/Adobe Flash CS4/"
    Within the "Adobe Flash CS4" folder you should see a folder called "AIK1.5". If this folder is not present repeat step #1.
    Rename the folder "AIK1.5" to "AIK1.5 OLD" or delete it if you do not need to save a copy of it.
    Make a new folder called "AIK1.5"
    Download the Adobe AIR 2 SDK from the labs website and uncompress the contents of the folder to the new "AIK1.5" folder you just created.
    Copy the "airglobal.swc" file located within the "Adobe Flash CS4/AIK1.5/frameworks/libs/air/" folder into the "Adobe Flash CS4/Common/Configuration/ActionScript 3.0/AIR1.5/" folder.
    Flash CS4 is now configured to use the AIR 2 beta 2 SDK.
    In order to take advantage of the new AIR 2 beta 2 features, you will need to update your application descriptor file to use the "2.0beta2" namespace.

  • Adobe AIR Application won't install

    Also, tried reinistalling latest version of Adobe AIR but a message appears saying that the latest version of Adobe AIR is already installed, even though I thought I had unistalled it with the help of Microsoft Fix it (i.e. it no longer appeared in the least of programs installed on the computer).
    I am using a Samsung laptop with Windows 7.
    Following my latest attempt to install the application, I located the Adobe AIR log:
    [2013-11-29:20:21:14] Runtime Installer begin with version 3.9.0.1210 on Windows 7 x86
    [2013-11-29:20:21:14] Commandline is:
    [2013-11-29:20:21:14] Installed runtime (3.9.0.1210) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2013-11-29:20:21:18] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2013-11-29:20:21:18] Runtime Installer end with exit code 0
    [2013-11-29:20:21:37] Application Installer begin with version 3.9.0.1210 on Windows 7 x86
    [2013-11-29:20:21:37] Commandline is: "C:\Program Files (x86)\Mr Smooth\MrSmooth.1.0F.air"
    [2013-11-29:20:21:37] Installed runtime (3.9.0.1210) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2013-11-29:20:21:37] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-11-29:20:21:58] Application Installer begin with version 3.9.0.1210 on Windows 7 x86
    [2013-11-29:20:21:58] Commandline is: "C:\Program Files (x86)\Mr Smooth\MrSmooth.1.0F.air"
    [2013-11-29:20:21:58] Installed runtime (3.9.0.1210) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2013-11-29:20:21:58] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]
    [2013-11-29:20:22:03] Application Installer begin with version 3.9.0.1210 on Windows 7 x86
    [2013-11-29:20:22:03] Commandline is: "C:\Program Files (x86)\Mr Smooth\MrSmooth.1.0F.air"
    [2013-11-29:20:22:03] Installed runtime (3.9.0.1210) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2013-11-29:20:22:03] Got an unexpected fatal error while loading SWF: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/Adobe AIR Application Installer.swf" errorID=0]

    Please note that I managed to resolve this myself by first of all deleting the Adobe AIR folder contained within C\Program Files (x86)\Common Files of my hard drive and then re-attempting the Adobe Air application installation. This immediately caused a prompting of an update to Adobe AIR, which I ran. It  seems that the Adobe AIR application installation package contained an older version of Adobe AIR than was already installed within the 'Common Files' folder, and this apparently led to the error (sorry, I cannot explain it any more technical terms than that!).

  • 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?

  • Incorrect functionality of Embedded tag in html page, displaying object on top of all layers of Adobe air application native window

    Title
    Incorrect functionality of embed tag in html loader for adobe air development
    Description
    Problem Description: If we had loaded youtube.com video url in a view stack and navigate to other index of stack or away from we UI screen within the same native window video or embeded tag of flash player or any other embed object will be displayed on top of all screens layer in same position of where the object should be placed in side of html loader only.
    Steps to Reproduce:
    1) go to http://get.straweb.com/StraWebBrowser/StraWebBrowser.air download and install
    2) load 2 tabs and in the 3 tab load video player of youtube.com which will a sample video
    before completing the load of 3 tab which trying to load video from youtube.com, navigate to other tabs 1 or 2 in few second once the flash player of youtube.com video player is load it will display in the current tab or UI screen.
    3) Try navigating to other tabs than youtube.com loaded tab you see the flash player is on top it stable.
    4) navigate to 3 tab and try to navigate to other tab you can observe that so how it will not show that flash player and only visible in that 3 tab which is fine.
    Actual Result: Embedded tag of html page displaying on top of all layers of Adobe air application native window
    Expected Result: Embedded tag of html page should only displayed in side htmlloader
    This you can replicate in any adobe air plugin update and on any Hardware and Environment.
    Applicable to all sdk versions of adobe air.

    Adobe Bugbase: Bug 3823839 Incorrect functionality of embed tag in html loader for adobe air development

  • Developing and using Adobe AIR native extensions for Android devices

    I was using this tutorial:
    "Developing and using Adobe AIR native extensions for Android devices"
    http://www.adobe.com/devnet/air/articles/ane-android-devices.html
    When packing the Flex mobile ANESampleTest to deploy on an Android device, the below error happens
    Error occurred while packaging the application:
    aapt tool failed:invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/drawable-xxhdpi
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw600dp
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw720dp-lan
    Does anyone know what the issue might be?

    Did you find a workaround for the Error? I'm getting the same and I can't seem to find any solution.

  • Encrypt/Decrypt pdf files in adobe air applications

    Hi Friends
    I want to encrypt and decrypt pdf files in adobe air application. I tried it many ways but am not getting it right method.
    Please help me this situation.

    AFAIK, Adobe Acrobat has features to add security to pdf file, but as for decrypt pdf files, you need to give the password. For example, Adobe Acrobat 9 standard.  Decrypting pdf seems not the issue of acrobat. You can find proper version of Acrobat to encrypt your file, whereas decrypt pdf document, you need to turn to a pdf password removing program to achieve that.

  • How to save the date in Sqlite in Adobe Air application

    hi friends,
    i am doing a flex Adobe AIR Application with SQLITE Data base,in that i want to save Date in the following format DD/MM/YYYY, but in my TABLE i gave the data type is DATE,
    So it store the value like this Sun Dec 2 00:00:00 GMT+0530 2012.i want to store the value in DD/MM/YYYY.How to do that?
    looking for useful suggession.
    Cheers,
    B.venkatesan.

    Hi, maybe cannot help much on this since I have not much experiense on handling SQLITE in AIR.
    But I know there are a command/example for reading SQL:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/data/SQLConnectio n.html
    http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7d49.html
    And in mxml you should have an id for each individual TextInput component, also have a button:
    <Button click="updateSQLHandler(event)"/>
    When the button is click the handler function is launched.
    The updateSQLHandler(event:MouseEvent) is a script that read the each individual TextInput component by getting (id of textinput component).text.
    Then, you create a String varible that is an SQL commands with the texts in the form, and update the SQL database following the below using the execute() command (refer to http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7d49.html ).
    Hope this help.

Maybe you are looking for

  • Auto Update of conditions in Scheduling Agreement

    Dear experts, i have a requirement like this.. when we create a scheduling agreement ...we enter material,vendor,target qty and validity date ,price and enter tax code. After that we maintain condition types Vendor, material and Plant level.... So in

  • Lockbox - clearing SAP documents issue

    Hello all, Me along with our functional consultant are trying to figure out a lockbox document clearing issue and hope you could through some suggestions in. We are using FLB2 to clear SAP documents by using different search rules for invoice numbers

  • Anonymous PL/SQL Block

    Hello, How could I execute an anonymous PL/SQL using ODP.NET? I have de object OracleConnection and the object OracleCommand but I can only set the commandType of this last object to Text or Storedprocedure. Is there any way of doing this? Thank you!

  • Workaround for compressor HDV to DVD field issue?

    I need a work around for the field issue apparent when down-converting HDV to DVD. The Bonsai method <http://www3.telus.net/bonsai/Welcome.html> will not work, as there is too much motion and a side effect of the "fastest" conversion is that it gives

  • Systemd strange output

    # systemctl --all | grep error arch-per...ttings.service error inactive dead arch-persistent-settings.service auditd.service error inactive dead auditd.service display-manager.service error inactive dead display-manager.service plymouth...t-wait.serv