All Adobe AIR Applications stopped function today, what happened?

I'm running OS X 10.6.3, all of my Adobe AIR applications stopped functioning today.
Here is a list of all the Adobe AIR applications that I use...
http://imgur.com/CNXz5
Now here is the error that each of them have been giving me as of today...
http://imgur.com/8R2Nb
http://imgur.com/sbgPL
http://imgur.com/yFQng
I have changed absolutely nothing with any of these apps, or Adobe AIR in a very long time... I actually haven't even installed anything to my knowledge in a few weeks.
I have tried reinstalling all of these apps, reinstalling Adobe AIR... everything. I've tried everything.
Can anyone assist me in figuring out what is wrong? Thanks in advance for any help.

I just put those commands through terminal and here is what I got...
Last login: Thu May 27 10:27:19 on console
ChrisLaBontysMacbook:~ macbook$ cat /Applications/Utilities/Adobe\ AIR\ Application\ Installer.app/Contents/Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>CFBundleAllowMixedLocalizations</key>
    <true/>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleExecutable</key>
    <string>Adobe AIR Application Installer</string>
    <key>CFBundleGetInfoString</key>
    <string>Adobe AIR 1.5.3</string>
    <key>CFBundleIconFile</key>
    <string>Adobe AIR</string>
    <key>CFBundleIdentifier</key>
    <string>com.adobe.air.ApplicationInstaller</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>1.5.3</string>
    <key>CFBundleVersion</key>
    <string>1.5.3.9130</string>
    <key>LSBackgroundOnly</key>
    <true/>
    <key>LSMinimumSystemVersion</key>
    <string>10.4.9</string>
    <key>NSHumanReadableCopyright</key>
    <string>Copyright © 2007-2009 Adobe Systems Inc.</string>
    <key>CFBundleDocumentTypes</key>
    <array>
      <dict>
        <key>CFBundleTypeExtensions</key>
        <array>
          <string>air</string>
        </array>
        <key>CFBundleTypeIconFile</key>
        <string>Adobe AIR Installer Package.icns</string>
        <key>CFBundleTypeMIMETypes</key>
        <array>
          <string>application/vnd.adobe.air-application-installer-package+zip</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>com.adobe.air.InstallerPackage</string>
        <key>CFBundleTypeRole</key>
        <string>Viewer</string>
      </dict>
    </array>
  </dict>
</plist>ChrisLaBontysMacbook:~ macbook$
ChrisLaBontysMacbook:~ macbook$
ChrisLaBontysMacbook:~ macbook$
ChrisLaBontysMacbook:~ macbook$
ChrisLaBontysMacbook:~ macbook$
ChrisLaBontysMacbook:~ macbook$
ChrisLaBontysMacbook:~ macbook$ head /Applications/RedditAddictLite.app/Contents/Resources/META-INF/AIR/application.xml
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/1.0">
  <filename>RedditAddictLite</filename>
  <description>For power redditors: Track your karma scores in real-time -- with graphs!</description>
  <customUpdateUI>false</customUpdateUI>
  <name>RedditAddict Lite</name>
  <id>com.tritelife.redditaddictlite</id>
  <version>1.0</version>
  <allowBrowserInvocation>true</allowBrowserInvocation>
  <initialWindow>
ChrisLaBontysMacbook:~ macbook$

Similar Messages

  • All Adobe Air applications have stopped working

    After running Bit Defender - all my Adobe Air applications are no longer working.
    These are Tweet Deck
    SEESMIC Desktop
    basically they won't communicate with twitter - they say user name and password is wrong when it is not.

    That's odd, I had a problem with my Twitter/Tweetdeck feed last week but it seemed to resolve itself.  I'm not sure what AIR could be doing to interfere here.  Have you tried a native application out to see if it is able to authenticate you with Twitter?  You might also want to check in the TweetDeck forums to see if others have encountered this issue.  Please let me know how it goes.
    Chris

  • 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

  • How to Enable Auto Update functionality in  adobe AIR application?

    Hi All,
         How to Enable Auto Update functionality in  adobe AIR application and ask for new version to install to user.
         Please provide some informarion regarding above topic.
    Thanks,
    Sunil Rana

    Hi All,,
    Got solution. call checkUpdate() function in application level initialize event.
    private function checkUpdate() : void
                    appUpdater.updateURL = "http://www.aa.com/flex/aa/NativeUpdater.xml";
                    appUpdater.addEventListener(UpdateEvent.INITIALIZED, updater_initializedHandler);
                    //we can hide the dialog asking for permission for checking for a new update;
                    //if you want to see it just leave the default value (or set true).
                    appUpdater.isCheckForUpdateVisible = false;               
                    //we initialize the updater
                    appUpdater.initialize();   
                 * Handler function for updater_initializedHandler events triggered by the ApplicationUpdater.INITIALIZED
                 * @param updater_initializedHandler
                protected function updater_initializedHandler(event:UpdateEvent):void
                    //initializeHandler();
                    appUpdater.checkNow();
    In NativeUpdater.xml
    <?xml version="1.0" encoding="utf-8" ?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/1.0">
         <version>2.0</version>
          <url>http://www.aa.com/flex/aa/AutoUpdate.air</url>
         <description>
         <![CDATA[                 * This a Win update
          ]]>
          </description>
    </update>
    Upload NativeUpdater.xml file on your Server. When you open your old .air file it will ask for replace with new version.
    Thanks,
    Sunil Rana

  • What are the System Requirements for Web Server hosting Adobe Air application

    Working on a project that is using Adobe Air . The Adobe support site has system requirements for the client side application, but for the server side, what are the system requirements?
    Using a Windows server, would expect to have approx. 100 concurrent connections at any given time.

    Adobe AIR applications are installed on the end user's computer. They are not hosted on a web server. You can deploy an AIR file, which is the installer file for an AIR application, via your web server.

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

  • Need better alternative to Adobe AIR Application Installer

    In order to build a double-clickable desktop application,
    apparently one has to use the Adobe AIR Application Installer. This
    is bad for a few reasons:
    It's not scriptable.
    It hard-wires the name of the swf file to load into the
    generated binary.
    For Mac OS X, the "swf launcher" should be a simple "launcher
    stub". The name of the swf file to load should be read from the
    Info.plist file. If it did this, then the stub could be the same
    for all applications. For Windows, there could be a simple XML
    config file in the same directory as the app that serves the same
    purpose as Info.plist on the Mac.
    I hope Adobe addresses this soon.

    quote:
    Originally posted by:
    mattkane
    How about creating your native launcher app with the whole
    AIR client in the Resources folder. When you launch your app it
    launches your server executable, then after its done its stuff it
    launches the AIR app.
    You could make the launcher app itself headless so you don't
    get two dock icons.
    This doesn't address the need to have a non-GUI alternative to
    the Air Application Installer so builds can be completely
    automated.
    It definitely breaks the drag-and-drop of a file onto the
    application's icon.
    I never said I have 2 Dock icons. (I already solved that
    problem by making the server "faceless" by setting LSUIElement to 1
    in the server's Info.plist.)
    Why do I want completely automated builds? Aside from the
    ease of just being able to type "ant" and press Return, any real
    development group has things such that a "build machine"
    automatically rebuilds the app (on all platforms) after ever
    developer check-in to check for accidental build breakage. Those
    builds also become available to QA for them to test.
    Ever time some new development tool comes out where the
    authors provide a GUI tool (presumably because they think GUI =
    easy), I have to wonder, "What were they thinking?" If the authors
    are themselves developers, how can they not see how crippling not
    providing an all-command-line tool-chain is? Don't all non-trivial
    development groups do automated builds as described above? The only
    answer I can think of is that some
    PHB
    somewhere thought it would be a "neat idea" to have an
    "easy-to-use" GUI application (because that sells to other PHBs).
    As to drag-and-drop: presumably, the swf launcher that gets
    generated properly handles drag-and-drop of files onto the
    application's icon and Does The Right Thing when it happens (where
    "right thing" usually means simply opening the document dropped
    onto the icon). Now, since my launcher gets launched instead, that
    breaks drag-and-drop unless I implement that functionality myself.
    The way I've implemented my launcher is such that, after the
    fork(), it's the parent process that exec's itself into the client
    thus keeping the original process ID. The hope is that Launch
    Services on the Mac, when handling and drag-and-drop event, will
    send said event to the original process -- which is now the client
    -- and everything Just Works. I have yet to get around to testing
    this (I'm busy with other things at the moment); but, if it turns
    out that my hope isn't fulfilled, well then I can fall back to
    keeping my launcher running to get and forward the OpenDoc
    AppleEvents from my launcher to the swf launcher.
    So, anyway, back to my original plea: Adobe,
    please just give us a command-line replacement for the Air
    Application Installer (preferably just a launcher stub that reads
    Info.plist). Thanks.

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

    Hi there,
    I am a newbee on this forum as well as for developing Adobe
    Air applications. Can any one tell me whether i can use oracle as
    database for adobe air apps or not. What about SQL Server instead
    of SQLite.
    Thanx in advance. Awaiting for your quick & favourable
    reply.
    Regards,
    Harish

    You can use java and servlets to talk to the database. If you
    have your servlet setup, just have it output xml and your flex can
    process the results:
    <mx:HTTPService id="dbService" useProxy="false"
    method="GET" result="processResults" url="{servletURL}"/>
    Then you call something like this in Actionscript:
    private function init():void {
    var s:String = 'args';
    var params:Object = {};
    params[s] = s;
    params["password"] = password;
    params["user"] = user;
    dbService.send(params);
    You can then handle the results in a method:
    private function processResults(event:ResultEvent):void { }
    or access them directly in an object via
    dbService.lastResult.
    Hope that helps. It would take a lot of time to explain it
    more in depth and there are certainly other ways to accomplish
    this.

  • Conversion to Adobe Air application to run on desktop?

    Hi all,
    I watched the Adobe tutorials and the presenter said that flash is more for designers wheras flex is more for developers. I would like to know if:
    1. It's possible to convert a flash application to an adobe air application to run on desktop? If so, how? (I really need to know this! )
    2. Besides development time, what else is the advantages of flex over flash? (also, is the claim that flex is faster to develop true?)
    3. Is there any tutorials on how to use Adobe Air? Is it a compiler or some sort?
    A few long questions here but i really hope you can take the time to answer them for me. Whatever feedback would be very much appreciated! Cheers!

    Hi Chien
    1) Sure you can develop AIR with flash, here a link to get you quickly started: http://www.adobe.com/devnet/air/flash/getting_started.html
    2) Advantage of Flex over Flash:
         - Less development time (if done right, no problems with layout, history, management)
         - Data driven applications can be done quicker with Flex then with Flash
         - There is absolutely nothing that you can't do with Flex over Flash, but to enhance the look & feel of the Flex components (buttons, panels) you can use Flash to skin and design.
    3) Look above step 1.
    Have fun
    Tiago

  • My camera all of the sudden stopped working. What is going on?

    My camera all of the sudden stopped working. What is going on?

    if by camera you are referring to iSight, here is how to troubleshoot:
    Built-in iSight cameras
    These steps are for iSight cameras that are built into a computer, such as the iMac G5 (iSight) or later, the MacBook, or MacBook Pro.
    See if the issue is application-specific.
    Try another application (iSight works with applications like iChat, PhotoBooth, and iMovie HD 6) to see if the iSight camera exhibits the same behavior in all applications. If it only happens in one application, try reinstalling that application.
    See if the issue is user-specific.
    Test your iSight camera in another user account. If the issue only occurs in one user, the issue would be isolated to user settings.
    Find out if the computer recognizes the iSight
    Check System Profiler (in the Utilities folder, inside the Applications folder). Under the USB header, check to see if the iSight camera is detected.
    Reset SMC or PMU
    Reset your computer's SMC or PMU, and then check System Profiler again. (SMC reset instructions for iMac G5 (iSight), Intel-based iMacs; PMU reset instructions for MacBook and MacBook Pro.)
    If your built-in iSight camera is still not behaving correctly after trying all these steps, you may need to contact Apple or an Apple-Authorized Service Provider for service.
    Standalone iSight cameras
    The instructions in this section apply if you have an iSight camera that is not built into your computer but attaches to the computer via a FireWire cable.
    Make sure the cable is completely plugged in.
    Incomplete cable connections are the most common cause of hardware problems. Follow these quick instructions to make sure your iSight cable is completely plugged in.If your iSight camera continues to function improperly, continue on to the steps below.
    Turn the computer and the camera off.
    Unplug the FireWire cable from your computer and the camera.
    Wait a few seconds.
    Firmly, without forcing, plug the cable back in to the camera and the computer.
    Caution: FireWire ports are keyed so the FireWire cable can only be inserted one way. Make sure you are inserting the FireWire cable into the FireWire port in the correct orientation.
    Restart your computer.
    If the green light on top of the iSight is not lit, turn on the camera by gently twisting the lens.
    Launch iChat AV.
    See if a different FireWire port works.
    Some Macs have more than one FireWire port. If your computer has another FireWire port, disconnect the iSight camera from the current port and plug it into the other one. Restart your computer and test the camera before continuing to step three.
    Check to see if other FireWire devices work.
    If you have another FireWire device, such as a video camera or an external hard drive, try plugging it into your computer to see if it works. If your other FireWire devices work, this means that your computer's FireWire port is working correctly. If your other FireWire devices don't work, there may be an issue with your computer. Contact an Apple Authorized Service Provider for assistance.
    Determine if there is an incompatibility with another FireWire device.
    If more than one FireWire device is connected to your computer, there may be an incompatibility between two of the devices. To rule this out, disconnect all other FireWire devices from the computer, including external hard drives, CD/DVD drives, other cameras, and FireWire-based networking equipment, such as hubs and repeaters. If your iSight camera works normally when you remove other FireWire devices, plug them back in one at a time to isolate the cause of the issue.
    Make sure the FireWire cable is good.
    Follow these steps to test the FireWire cable:Information about your iSight camera should appear in the FireWire Information field. If you see the iSight camera in this field, your cable is good. Once you've confirmed the cable you are using is good, use it to plug your iSight into your computer. If the green light on the top of the camera does not light up immediately (within a second), there may be an issue with your camera. Fill out an iSight Service Request to have your camera repaired.
    Important: Do not send your iSight camera for repair until you have tried each troubleshooting step.If the FireWire cable that came with your iSight camera didn't work, try another FireWire cable that you know works. If this cable works, there is an issue with your iSight's FireWire cable. If your camera is in the limited warranty period, fill out an iSight Service Request to receive a replacement cable.
    Choose About This Mac from the Apple menu.
    Click More Info. System Profiler opens.
    In the System Profiler window, click on the Devices and Volumes option.
    Click the disclosure triangle, if necessary, in the FireWire Information area.
    Check to see if there is an issue with your camera.
    If information about your iSight appears in System Profiler but the camera still does not work, follow these steps:Video from your iSight camera should appear on screen. If the screen is blue or black, there may be an issue with the camera. Fill out an iSight Service Request to have your camera repaired.
    Open iChat AV.
    Choose Preferences from the iChat menu.
    Click the Video button.
    Twist the front of the iSight camera lens to open the iris barrier. The green light on the camera turns on when the iris barrier is open.

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

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