ADOBE AIR USING ASP PAGES??

Hi all,
does anyone know if I can use adobe air with ASP pages? I
want to create a app using my websit at
MovieRepliCars. It run
using asp pages. Please email me at
[email protected]
thanks

You
can write an AIR app that
accesses those ASP pages. AIR/Flash/Flex come with several
classes for accessing web services. If your site isn't already
factored out to provide generic web services, it's a good thing to
do anyway. Then your ASP pages and your AIR app both get their data
from the same source. This also lets you choose to open up the API
you've created to outside users, potentially increasing the
popularity of your site.

Similar Messages

  • Tried to install latest version of adobe air using file hippo, this didn't work so uninstalled adobe air in the hope of reinstalling but this didn't work either.

    Hi,
    I tried to install an update for adobe air 11 yesterday, at the end of the process I got the message "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
    After I click close, Windows Program Compatability Assistant opens saying "This program might not have installed correctly" and offers to "Reinstall using recommended settings".
    When I click on "Reinstall using recommended settings", the same message comes up about the error and contact the administrator.
    I use Google chrome and FileHippo update checker, I have also uninstalled the version of adobe air that was on my computer in the hope I could install the current version but unfortunately the error message is all I get.
    If you need any further information I will be happy to help, although I have forgotten how to do a screenshot.
    Regards,
    Helen Smith.

    A reply to myself! Thanks to Adobe support I needed to update the Adobe Applications Manager to the Creative Cloud App which so far appears to have fixed the problem

  • Adobe Air Uses Too Much RAM

    No matter what application i use, Adobe Air just eats as much as it wants:
    On screenshot you can see Market Samurai uses 1052MB which is ridiculous. And it is growing!
    Windows 7 Enterprise 64-bit
    4GB of RAM

    Memory "eating" is a strongest and hightest trouble of AIR and of Adobe company too.
    So, empty and simple AIR application under Android allocated 95M of RAM !!!
    And this value returned from AIR System.privateMemory() function.
    Why AIR need so much RAM?
    What contended in this heap? Runtime machine?
    With a huge collections of photos of developer's grandmothers?
    Developers from Abode never think about optimization. Never think about others developers - theirs customers.
    We need a simple and easy way to strong descreasing amount of RAM allocated by AIR. May be 30M will be a good number. But for empty applicatiobn is still too large.

  • Help with accepting adobe air using window vista

    How do I get my computer using windows vista to accept adobe air download for runtime

    Are you running in an Admin account?  Do you receive a message from User Account Control?  Have you tried temporarily disabling User Account Control?

  • Printing from Adobe AIR using Reader/Acrobat.

    I have a product created using Adobe AIR.
    I have a portion where a pdf is loaded into a window, and
    they print it. When we change what paper they are going to print on
    (different dimensions), it does not take effect.
    We have to load it in a native PDF application (Acrobat) and
    change the settings, then print the piece off again.
    This is horrible for efficiency.
    Has anyone had this problem?
    Help!
    Andrew

    Hi,
    If your PDF has embedded javascript, your AIR application can
    talk to this javascript function where you can call the Print()
    method.
    Take a look at
    http://www.adobe.com/devnet/air/flex/quickstart/scripting_pdf.html
    Make sure you set the location of HTML control to a HTML file
    (which has the object tag pointing to a PDF) using file:/// url
    scheme. I remember a bug where if you point to it using the app://
    or you don't specify any scheme, scripting between PDF and AIR
    won't work.

  • Share button to my App in Adobe Air using Adobe Flash CS6

    Anyone help me, I want to add share button like this in my app. How can do it?
    Have you found a solution? If so, would you like share to me?
    Thank you very much!

    Thank you guys for your support
    My air application descriptor is pointing to the "index.html" of my web application:
    <initialWindow>
    <content>index.html</content>
    <visible>true</visible>
    <width>1024</width>
    <height>786</height>
    </initialWindow>
    So I don't even know whether or not I'm using the HTMLLoader but with the help of @wadedwalker's hint, I was able to find the following link:
    http://anirudhsasikumar.net/blog/2007.12.19.html
    This is working! However as wadedwalker mentioned, the video is now played in a small box on top of my HTML pages left upper corner. If I understand you guy's correctly, it is not possible to embed this video box into a certain HTML element, right?
    Would it be possible to make the video play in full screen, add the player controls and a button to close this pop-up?
    It's okay for me to have some AIR specific JavaScript here, I can handle this in a build script and only embed the code when the AIR version for the iPads is build.
    Thanks in advance,
    J.

  • Commercial App using Adobe Air S

    Hello,
    I have completed building an entire commercial app using
    adobe air using html+ajax. Now when I decided to make the .air file
    and install it on various computers, I realised that the entire
    code (html+ajax+images) is available in plainsight to the users in
    their program files directory.
    Can someone please tell me a solution? Should I obfuscate the
    code? What options do I really have? Please help.
    Thank you.

    While this might not bee too comfortable, you could try to
    create a browser Flex app, which you use a a container for HTML/JS
    data container.
    Your app calls the Flex app for various parts. Within the
    Flex container you need to store and somehow encrypt all resources.
    For sure, the actual code in the browser will be visible -
    but probably not for each and any user.
    Not an ideal solution, but at least an option.
    Additionally google for 'JavaScript obfuscator':
    http://www.google.com/search?client=safari&rls=de-de&q=javascript+obfuscator&ie=UTF-8&oe=U TF-8
    Additionally, have a look at my
    previous
    post regarding Flex/AIR obfuscators

  • Multi Touch not supported in Adobe Air for IOS?

    Hi, I've just started developing my first app for my iPhone which is an iPhone 3GS. I'm using CS5 to make these apps.
    I did a simple test game where there are two arrows on the screen and a fire button. The screen also has a ground and the player standing on it which can be controlled with left/right and fire. Now, if I press right, he moves right, if I press left, he moves left, if I press fire, he jumps... BUT no matter what I do I can't make dual touch work, ie: I press right AND fire, it only recognize just ONE touch point. So I did alot of researching and didn't find much.  I thought maybe adding a TouchEvent.TOUCH_TAP which I found a guide on on this page: http://openexhibits.org/support/gestures/1/one-finger-tap , but couldn't make it work, so I found this: http://www.adobe.com/devnet/flash/articles/multitouch_gestures.html and it seems Adobe Air for iPhone only allows four different gestures, no TouchEvents. I found a code somewhere that when run it checks to see if the device it's running on supports TOUCH_TAP stuff and in CS5 I got the message that it is not supported, in Adobe Device Central I get it's supported, on the actual phone (yes, got dev license from Apple and all that and can run my apps from CS5 on my iphone) I get it IS supported, but it doesn't work when I try it for real.
    So, my question is: how can I make Adobe Air using CS5 to detect 2 finger presses at the same time in iPhone apps?  Like pressing right+fire at the same time, so it doesn't just detect ONE of them being pressed.
    Thanks a million for any reply.

    Before listening for TouchEvents like TOUCH_BEGIN, TOUCH_MOVE, TOUCH_END etc... you need to set the input mode of your device to TOUCH_POINT. By default it is set to GESTURE.
    This works fine on the iPAD:
    import flash.ui.Multitouch;
    import flash.ui.MultitouchInputMode;
    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;
    stage.addEventListener(TouchEvent.TOUCH_BEGIN, touchBegin);
    stage.addEventListener(TouchEvent.TOUCH_MOVE, touchMove);
    stage.addEventListener(TouchEvent.TOUCH_END, touchEnd);
    private function touchBegin(te:TouchEvent):void {
        // your code here
    private function touchMove(te:TouchEvent):void {
        // your code here
    private function touchEnd(te:TouchEvent):void {
        // your code here
    Hope that helps.

  • Adobe AIR 2.0 Major Bug

    Hello,
    We have an application built in Adobe AIR (HTML and Javascript Based).
    It's been running for 14 months now with no problems.
    Adobe came out with the AIR 2.0 version, and because the updates are pushed automaticaly to the clients, we started to suffer from major pages render issues.
    The app is written in Hebrew. and now with version 2.0 we get every few paragraphs, in the middle of the paragraph a question mark or two instead of the letters, and sometimes it just drops letters.
    This happens randomly and I can't put a rule on this.
    Because Adobe pushes this upgrade, a lot of our customers updated to this buggy version.
    This is a major issue. I wish to know if you know something about it or atleast tell me how can I easily revert this version back to AIR1.5.3 on the clients.
    This software is in our main structure of the company. Adobe should not release new upgrades that are automatically updates on the client side. this is something that we, the developers, should push to our clients (after checking for bugs).
    We spent a lot of hours and money to develop our app, what should we do now?
    I wish to know how can I contact someone from the Adobe AIR team, and get this issue resolved ASAP.
    Thanks,
    Uri

    Uri,
    First, I am sorry to hear that your application was impacted. Whenever possible, we release public betas so that customers can report back issues related to backwards compatibility. In the case of AIR 2, we released two public betas.
    However, per the Adobe AIR system requirements page, Hebrew is not a supported language. While it is possible that your application was working in an earlier version (AIR 1.5.3), it was still not a supported platform at that time.
    I would encourage you to submit a bug using our feedback form and we'll take a look. However, to set expectations, we always prioritize supported systems over unsupported systems.
    Feedback form (please provide all information necessary to reproduce the issue):
    http://www.adobe.com/go/wish/
    -Rob
    Product Manager, Adobe AIR

  • Flash Professional Help | Publishing for Adobe AIR for desktop

    This question was posted in response to the following article: http://helpx.adobe.com/flash/using/publishing-adobe-air-desktop.html

    This page is extremely helpful. Thank you!
    With the help of this page, I've managed to figure out how to do most of what I need to do, however, I'm having troubles creating a Mac and Linux installer for my application. So far, I have only been able to create a Windows installer (.exe). In the "general" tab, the only options I have in "output as" are "AIR package", "Windows Installer" and "Application with runtime embedded".
    I am using Adobe Flash Professional CS 6 and am using a Windows 7 computer.
    Thanks in advance.

  • Problem with installing/uninstalling Adobe AIR on Windows 7 x64

    I encounter problem while trying to do anything with AIR. I cannot uninstall Adobe AIR using default uninstaller or install any AIR software because the message "This application requires a version of Adobe AIR which cannot be found" is popping up.
    I tried to remove Adobe AIR with Revo Uninstaller and installing the AIR again but it didn't help. Revo Uninstaller removes all files and registry entries successfuly. After such reinstalation of Adobe AIR all the files in c:\Program Files (x86)\Common Files\Adobe AIR seems healthy and registry entries are added as well.
    I tried Microsoft Install and Uninstall Fix It tool, Windows Install Clean Up - didn't work.
    My whole log is below, I did a couple of trial today (2013-02-08).
    My AIR log (Install.log file):
    [2012-10-02:16:43:57] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-10-02:16:43:57] Commandline is: -silent
    [2012-10-02:16:43:57] No installed runtime detected
    [2012-10-02:16:43:57] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-10-02:16:43:57] Installing msi at c:\users\rafal\appdata\local\temp\airb76c.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-10-02:16:43:58] Runtime Installer end with exit code 0
    [2012-10-03:09:30:21] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-03:09:30:21] Commandline is:
    [2012-10-03:09:30:21] No installed runtime detected
    [2012-10-03:09:30:37] Relaunching with elevation
    [2012-10-03:09:30:37] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air6384.tmp\adobe air installer.exe -ei
    [2012-10-03:09:30:37] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-03:09:30:37] Commandline is: -stdio \\.\pipe\AIR_8416_0 -ei
    [2012-10-03:09:30:37] No installed runtime detected
    [2012-10-03:09:30:37] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-10-03:09:30:37] Installing msi at c:\users\rafal\appdata\local\temp\air6384.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-03:09:30:40] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2012-10-03:09:30:40] Rolling back install of c:\users\rafal\appdata\local\temp\air6384.tmp\setup.msi
    [2012-10-03:09:30:40] Rollback complete
    [2012-10-03:09:30:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2012-10-03:09:30:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2012-10-03:09:30:40] Runtime Installer end with exit code 7
    [2012-10-03:09:30:50] Runtime Installer end with exit code 7
    [2012-10-05:12:40:20] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2012-10-05:12:40:20] Commandline is: -silent -eulaAccepted -programMenu AdobeHelp.air
    [2012-10-05:12:40:20] No installed runtime detected
    [2012-10-05:12:40:21] Invoking Application Installer for combined install
    [2012-10-05:12:40:21] Launching subprocess with commandline C:\Users\Rafal\AppData\Local\Temp\AIRF2C.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Rafal\AppData\Local\Temp\AIRF2C.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air
    [2012-10-05:12:40:22] Application Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2012-10-05:12:40:22] Commandline is: -runtime C:\Users\Rafal\AppData\Local\Temp\AIRF2C.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air
    [2012-10-05:12:40:22] No installed runtime detected
    [2012-10-05:12:40:22] Unpackaging file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air to C:\Users\Rafal\AppData\Local\Temp\fla2386.tmp
    [2012-10-05:12:40:26] Application signature verified
    [2012-10-05:12:40:26] Unpackaging/validation complete
    [2012-10-05:12:40:26] Converting unpackaged application to a native installation package in C:\Users\Rafal\AppData\Local\Temp\fla2FC7.tmp
    [2012-10-05:12:40:26] Native installation package creation succeeded
    [2012-10-05:12:40:26] Starting silent combined runtime and app install.
    Installing runtime version 2.5.1.17730.
    Installing app chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 version 3.4.980 to C:\Program Files (x86)\Adobe using the source file at file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air
    [2012-10-05:12:40:26] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: App already exists" errorID=5007]
    [2012-10-05:12:40:26] Application Installer end with exit code 7
    [2012-10-05:12:40:27] Subprocess app installer failed (7)
    [2012-10-05:12:40:27] Runtime Installer end with exit code 7
    [2012-10-25:12:14:44] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-10-25:12:14:44] Commandline is:
    [2012-10-25:12:14:44] No installed runtime detected
    [2012-10-25:12:14:54] Relaunching with elevation
    [2012-10-25:12:14:54] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air6480.tmp\adobe air installer.exe -ei
    [2012-10-25:12:14:54] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-10-25:12:14:54] Commandline is: -stdio \\.\pipe\AIR_2996_0 -ei
    [2012-10-25:12:14:54] No installed runtime detected
    [2012-10-25:12:14:58] Starting silent runtime install. Installing runtime version 3.4.0.2710
    [2012-10-25:12:14:58] Installing msi at c:\users\rafal\appdata\local\temp\air6480.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-25:12:15:00] Runtime Installer end with exit code 0
    [2012-10-25:12:15:00] Elevated install completed
    [2012-10-25:12:15:03] Runtime Installer end with exit code 0
    [2012-10-25:12:18:07] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-10-25:12:18:07] Commandline is:
    [2012-10-25:12:18:07] No installed runtime detected
    [2012-10-25:12:19:31] Runtime Installer end with exit code 6
    [2012-11-16:14:10:15] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-16:14:10:15] Commandline is:
    [2012-11-16:14:10:15] No installed runtime detected
    [2012-11-16:14:10:30] Relaunching with elevation
    [2012-11-16:14:10:30] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air32a9.tmp\adobe air installer.exe -ei
    [2012-11-16:14:10:30] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-16:14:10:30] Commandline is: -stdio \\.\pipe\AIR_7936_0 -ei
    [2012-11-16:14:10:30] No installed runtime detected
    [2012-11-16:14:10:30] Starting silent runtime install. Installing runtime version 3.5.0.600
    [2012-11-16:14:10:30] Reinstalling c:\users\rafal\appdata\local\temp\air32a9.tmp\setup.msi
    [2012-11-16:14:10:30] Runtime Installer end with exit code 0
    [2012-11-16:14:10:30] Elevated install completed
    [2012-11-16:14:10:44] Runtime Installer end with exit code 0
    [2012-11-17:12:59:00] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-17:12:59:00] Commandline is:
    [2012-11-17:12:59:00] No installed runtime detected
    [2012-11-17:12:59:02] Relaunching with elevation
    [2012-11-17:12:59:02] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air1e3d.tmp\adobe air installer.exe -ei
    [2012-11-17:12:59:03] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-17:12:59:03] Commandline is: -stdio \\.\pipe\AIR_6276_0 -ei
    [2012-11-17:12:59:03] No installed runtime detected
    [2012-11-17:12:59:03] Starting silent runtime install. Installing runtime version 3.5.0.600
    [2012-11-17:12:59:03] Reinstalling c:\users\rafal\appdata\local\temp\air1e3d.tmp\setup.msi
    [2012-11-17:12:59:03] Runtime Installer end with exit code 0
    [2012-11-17:12:59:03] Elevated install completed
    [2012-11-17:12:59:05] Runtime Installer end with exit code 0
    [2013-02-08:17:00:08] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:00:08] Commandline is:
    [2013-02-08:17:00:08] No installed runtime detected
    [2013-02-08:17:00:23] Relaunching with elevation
    [2013-02-08:17:00:23] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\airc5a7.tmp\adobe air installer.exe -ei
    [2013-02-08:17:00:24] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:00:24] Commandline is: -stdio \\.\pipe\AIR_4732_0 -ei
    [2013-02-08:17:00:24] No installed runtime detected
    [2013-02-08:17:00:24] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:00:24] Installing msi at c:\users\rafal\appdata\local\temp\airc5a7.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:00:28] Runtime Installer end with exit code 0
    [2013-02-08:17:00:28] Elevated install completed
    [2013-02-08:17:00:30] Runtime Installer end with exit code 0
    [2013-02-08:17:38:43] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:38:43] Commandline is:
    [2013-02-08:17:38:43] No installed runtime detected
    [2013-02-08:17:39:09] Relaunching with elevation
    [2013-02-08:17:39:09] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air1425.tmp\adobe air installer.exe -ei
    [2013-02-08:17:39:09] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:39:09] Commandline is: -stdio \\.\pipe\AIR_7416_0 -ei
    [2013-02-08:17:39:09] No installed runtime detected
    [2013-02-08:17:39:09] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:39:09] Installing msi at c:\users\rafal\appdata\local\temp\air1425.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:39:11] Runtime Installer end with exit code 0
    [2013-02-08:17:39:11] Elevated install completed
    [2013-02-08:17:39:13] Runtime Installer end with exit code 0
    [2013-02-08:17:48:46] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:48:46] Commandline is:
    [2013-02-08:17:48:46] No installed runtime detected
    [2013-02-08:17:48:49] Runtime Installer end with exit code 6
    [2013-02-08:17:49:38] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:49:38] Commandline is:
    [2013-02-08:17:49:38] No installed runtime detected
    [2013-02-08:17:49:48] Relaunching with elevation
    [2013-02-08:17:49:48] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air16d3.tmp\adobe air installer.exe -ei
    [2013-02-08:17:49:48] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:49:48] Commandline is: -stdio \\.\pipe\AIR_11804_0 -ei
    [2013-02-08:17:49:48] No installed runtime detected
    [2013-02-08:17:49:48] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:49:48] Installing msi at c:\users\rafal\appdata\local\temp\air16d3.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:49:49] Runtime Installer end with exit code 0
    [2013-02-08:17:49:49] Elevated install completed
    [2013-02-08:17:49:51] Runtime Installer end with exit code 0
    [2013-02-08:17:59:04] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:59:04] Commandline is:
    [2013-02-08:17:59:04] No installed runtime detected
    [2013-02-08:17:59:06] Relaunching with elevation
    [2013-02-08:17:59:06] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air9d57.tmp\adobe air installer.exe -ei
    [2013-02-08:17:59:07] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:59:07] Commandline is: -stdio \\.\pipe\AIR_2348_0 -ei
    [2013-02-08:17:59:07] No installed runtime detected
    [2013-02-08:17:59:07] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:59:07] Installing msi at c:\users\rafal\appdata\local\temp\air9d57.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:59:08] Runtime Installer end with exit code 0
    [2013-02-08:17:59:08] Elevated install completed
    [2013-02-08:17:59:17] Runtime Installer end with exit code 0

    Help please?

  • Distribute Adobe Air Runtime via Apple Remote Desktop

    I've be researching whether or not it's possible to distribute the Adobe Air framework via Apple Remote Desktop, but I haven't found any solutions. The Adobe Air Admin guide has this to say:
    Enterprise deployment
    IT administrators can install Adobe AIR and AIR applications silently using standard desktop deployment tools. IT administrators can deploy the following:
    •Silently install Adobe AIR using tools such as Microsoft SMS, IBM Tivoli, or any deployment tool that allows silent installations that use a bootstrapper
    No mention of Apple Remote Desktop, or any other Apple-related Enterprise deployment methods. Is this possible, or must Mac software vendors bundle the Adobe Air framework with their pkgs (and jump through the necessary licensing hoops) in order for clients to get an Adobe Air app and all it's dependencies (i.e. the Adobe Air framework) distributed to a network of Apple machines.
    Thanks!

    Thanks for the interest in AIR.  You are correct that you would have to wrap everything (runtime and application) up in a .pkg for installation via ARD.  Another alternative would be to get the AIR Runtime installer on to the remote system, and then execute it via ssh.
    Chris

  • Remote installation of Adobe AIR on Apple OS X 10.6.8

    Hello all,
    I'm attempting to remotely install Adobe AIR via SSH on an Apple OS X machine running 10.6.8 (64-bit) when no users are logged in locally. Let's say I remotely mount the latest dmg released for Adobe AIR using the hdiutil command on the desired host.
    hostname:~ ladmin$ hdiutil attach -quiet "AdobeAIR.dmg"
    hostname:~ ladmin$ ls -l /Volumes
    total 8
    drwxr-xr-x@ 3 ladmin  staff  102 Aug  5 13:11 Adobe AIR
    lrwxr-xr-x  1 root    admin    1 Aug 18 12:09 Macintosh HD -> /
    (Excellent.)
    Using this post (http://forums.adobe.com/message/3795207#3795207), I attempted to install Adobe AIR on the OS X system, but I get the following response back. I am not able to Cntrl+C out of the command once the error message appears. I need to Cntrl+Z and kill (-9) the process.
    hostname:~ ladmin$ sudo /Volumes/Adobe\ AIR/Adobe\ AIR\ Installer.app/Contents/MacOS/Adobe\ AIR\ Installer -silent -eulaAccepted
    password:
    Mon Aug 22 10:26:25 facula Adobe AIR Installer[34743] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
    The above command works via SSH when a user is logged in locally (admin or standard user), and it does not interrupt their processes with any prompts. It only seems to fail for machines without users logged in locally at the console.
    Is there a work-around for this?
    Thanks!
    Jonathan

    Hi Jonathan,
    You've run into a known bug in AIR (internal bug #2827334) however there is a workaround for 10.6.  It's broken again with 10.7 and we've filed an issue with Apple against it.  This command should work for you:
    sudo launchctl bsexec `ps auwwx |grep [l]oginwindow | awk '{ print $2 }'` Adobe\ AIR\ Installer.app/Contents/MacOS/Adobe\ AIR\ Installer -silent
    Thanks,
    Chris

  • Create an IM client in Adobe Air

    how to create an IM client in Adobe Air using Xiff AS3 library?

    Problem is if i define internal table under code initialization of interface it does not come in the Form ...
    Please tell me how to define internal table so that it can appear in Form as well.
    I simply wants to display records of KNA1...Suggest whatever way you know..
    Regards,
    Gurmukh

  • Java class in ASP page

    My company uses ASP pages calling java objects ( do not ask me why). Now we have an issue about passing the http requests into the java objects.
    You know in asp pages you can Server.createObject(MyClass), and then in MyClass.java, we uses com.ms.iis.asp.Request as the wrapper of Http request.
    Here I have two questions:
    1)Where the heck can I find the API documents about those Microsoft JRE classes? Could not find it anywhere myself.
    2) I used in getQueryString().getString(param_name) in com.ms.iis.asp.Request , as suggested in http://www.javaworld.com/javaworld/jw-06-2000/jw-0616-iis.html. But I did not get any http request params in my java class. Can someone paste a fragment of working code?
    Thanks

    >
    Now I want to write some java class and call in ASP
    Page.
    Is there any way to achieve my goal.
    One I don't want to Install Microsoft's Visual J++ or
    Microsoft JVMTo call java program directly in ASP, you have to write some com+ component around Java and call through com component.
    To call java program indirectly in ASP, you can put all java code in *.jar file and call it through a batch file in ASP.
    Otherwise, just install Tomcat behind IIS and write JSP code and let IIS pass the control to Tomcat if a user request a JSP page.

Maybe you are looking for

  • Startup oc4j

    I have installed oracle 10g, then oc4j standalone, j2se version 1.4.2. I am now trying to startup oc4j by following command java -jar oc4j.jar and getting following error message: Error initializing server: Error initializing ejb-module, Exception: j

  • I reset my passcode and can't rememmber what it is.  How do i unlock phone?

    I changed my passcode on my phone last night and can't remember what it is.  How can I unlock my phone?

  • Datasource 2LIS_06_INV - Available

    Hi experts, I have to activate datasource, but it's only available for ECC 6.0. I check my system status, and it show (SAP R/3 Enterprise): SAP_BASIS     620 SAP_ABA     620 SAP_APPL     470 SAP_HR     470 ABA_PLUS     100 It indicates that i have th

  • EA1 - Save File prompt for Worksheet does not match title

    When prompted for saving changes in a worksheet, the "file" is given as "SQLWorksheet@<connection name>", but the title of the worksheet itself is "<connection name><n>". This means when exiting SQL Developer with multiple modified worksheets for a g

  • Can't open iTunes 12.01

    Since attempting to change libraries and opening and closing iTunes several times, I can no longer open iTunes 12.01 on my Windows 7 computer.  I have tried opening and closing it several times, even after restarting the computer.  I have also tried