Installing AIR From Different Servers

Hi,
I have an AIR application which can be downloaded from
different domains, I want the AIR application to target its parent
domain dynamically. Currently we do this by creating multiple
builds which has only change in the form of the target URL. Is
there any way I can make a single AIR build but it needs to update
some files inside the build to based on from which server it gets
downloads....
Thanks

Yes, this is possible. You have to sign up to redistribute
the runtime; see
http://www.adobe.com/products/air/runtime_distribution1.html.
regards,
Oliver Goldman | Adobe AIR Engineering

Similar Messages

  • Cannot install Air from download. Need Administrator permission.  I am the Administrator. Windows 7

    How can I install Air from download? Error msg: Need Administrator permisssion.  I am the Admisistrator. Windows 7 64bit.

    Ok, it works on my IPAD but not my PC.  UGH

  • Installing AIR from a CD

    Hi, I'm curious. Is it possible to install AIR from a CD on
    Windows without running the AIR Installer? I'm creating an app on
    AIR that will be distributed by CD. However users may not have
    Internet to download AIR, and I would like to make a one-click
    solution. They click on an AIR file and it installs AIR (if they
    don't have it) and then installs the app. While only showing one
    install screen.

    Yes, this is possible. You have to sign up to redistribute
    the runtime; see
    http://www.adobe.com/products/air/runtime_distribution1.html.
    regards,
    Oliver Goldman | Adobe AIR Engineering

  • Install OSX from different computer

    Here's the situation. Hard drive died, and data was unretrievable. Hard drive was replaced and 10.4.11 was installed. Before the failure I had 10.5.5 that I had bought as a family pack, which I also have installed on a different computer. Unfortunately I can't find the disc. Is there a way to make a copy of the OS or a way to install it from the other computer via firewaire, or am I going to have to buy a new disc?

    When you say not work properly, do you mean unusable
    Yes, I mean unusable; the system may not even boot, or it may boot but be erratic in operation
    if it doesn't work, is it possible to undo?
    Only with a reinstall of the OS.
    Between PowerPC systems, you can try cloning the drive on the "good" system if you absolutely can't get your hands on a retail Mac OS X installer. Boot the system with the new drive to Firewire target disk mode and use a cloning utility such as Carbon Copy Cloner to clone the OS from the "good" system to the other one. If you're lucky, it might work without problems. But it's by no means guaranteed; it could lead to erratic results and/or some functions, system prefs, etc may not work or may be missing. Note as well that you'll need to remove from the cloned system any applications that were installed on the "good" system for which you don't have a license to run on two machines.
    It will really be better if you can get a new retail installation disk for Mac OS X. That's going to be the most reliable method of installing on the new drive.
    Good luck.

  • Portal page serving portlets from different servers

    Can i make a portal page containing portlets which are served by different
    servers. Please reply this is urgent,
    Thanks in advance,
    Amit

    Amit,
    Using WLPortal 4.0 the best way to access remote information is to use the
    Web Service Portlet Wizard (available from the BEA Developer Center -
    http://developer.bea.com/index.jsp). You would need to set up web services
    on your different servers and then access the information using a portlet
    created using the wizard. We will be delivering a more comprehensive remote
    Portlet solution in a future release.
    Sincerely,
    Adrian.
    Adrian Fletcher.
    Senior Software Engineer,
    BEA Systems, Inc.
    Boulder, CO.
    email: [email protected]
    "Amit" <[email protected]> wrote in message
    news:3c608900$[email protected]..
    Can i make a portal page containing portlets which are served by different
    servers. Please reply this is urgent,
    Thanks in advance,
    Amit

  • Install app from different account?

    I have two Apple ID's, one for work, one for home. I accidentally installed XCode from the home ID instead of my work ID. I'd like to delete it and install it from the work ID, since that's the one I'm logged into most of the time, and since it pertains to work, not home.
    So, I deleted the XCode app (4.4.x), logged out of the home ID, logged into the work ID. However, XCode still says "Update" on the Mac App Store page instead of "Install".
    Is there a way to do this?
    Thanks!

    The MAS can see versions of the apps on mounted partitions and drives. Do you have a backup, perhaps Time Machine, which has the app? If so, unmount the partition or drive with the old app and try again.

  • Concatenate tables with same name from different servers - CR2013

    Hello,
    I need some help.  I need data from 2 tables with the same name on different SQL servers thru an ODBC connection. When I try to get the data by adding both to my datasource I get data from one or the other.  I have considered creating a view, but not sure how to handle this.  Thanks.

    Hi,
    Linked Servers are pretty simple and straightforward, just do a search for the procedure.
    I do have an additional comment, though.  Depending on what tables you're gathering, I've found noticeable differences in performance when I use a connector to a DB on Server Instance "A" linked to "B" versus Server Instance B linked to A.  I haven't determined the circumstances affecting one over the other.
    If I'm not happy with speed using a connector A, I try switching to B.  I like to use as much SQL code as possible, but you can't get around the connector still being a factor.
    Matt

  • Install windows from different computer

    Hello guys,
    firt, I would like to apology for my English.
    I tried to install Windows on my macbook pro 13 late 2011, but I don't have any SuperDrive in. I replaced my SuperDrive to HDD and on the place of HDD I put SSD.
    And my point is, that when I tried to install windows with bootcamp I always ended by black screen and text on it " no bootable device, please put device.......". When I looked for solutions, I found, that my MBP doesn't support boot from USB, but I did clean install OS X and it worked fine.
    So what I want to know is, IT'S POSSIBLE TO INSTALL WINDOWS TO HDD WITH DIFFERENT PC AND THEN PAST IT BACK TO MBP AND BOOT WINDOWS? Or it has to be strict install with bootcamp to boot ?
    Thank you for all responds !! :-)

    You can not install Windows in another computer then "PAST" it onto another computer. You must intall Windows onto the computer that will be booting Windows.

  • Transferring data from different servers of different versions.

    I have got data on Oracle 7.3 on one server and i want to
    transfer it to the another server on another location having
    version 8.1.5 . Both of these servers can be connected and
    communicated properly. My problem is how to transfer this data?
    I have tried export from 7.3 but it is unable to import at
    8.1.5, giving an error.

    Hi Yayati,
        this can be done and follow the below logic.
    Create an RFC to fetch the data you need and the tables parameter will have the table which will have all the fetched data. After creating this RFC in dev move it to QA.
    The create a Program and call this RFC inside the program. The program should also have logic to fetch the data from the current system. After the RFC is executed you will now have data from both the system and all you have to do is to display it. 
    move this program to QA as well.
    The RFC destination should vary as shown below.
    IF SY-SYSID EQ <Dev system id>.
      RFC destination <Quality system>.
    ELSEIF SY-SYSID EQ <quality system id>. 
      RFC destination <Dev system>.
    ENDIF.
    Please let me know if you require further clarifications.
    <removed by moderator>
    Regards,
    Praveenkumar T.
    Edited by: Thomas Zloch on Feb 14, 2012

  • Loading from different servers

    I have an admin running on one server and a managed server running on
              another. How can the admin server load the application that was
              installed on the managed server?
              Nael.
              

    Hi.
              I'm not sure I understand your question. Why would the admin server load
              an application from a managed server? It should be the other way
              around. I don't think it will do this.
              Can you add anything to clarify your situation?
              Thanks,
              Michael
              Nael wrote:
              > I have an admin running on one server and a managed server running on
              > another. How can the admin server load the application that was
              > installed on the managed server?
              >
              > Nael.
              Michael Young
              Developer Relations Engineer
              BEA Support
              

  • Maintaining client session in request for pages from different servers

    Dear sirs,
    I have a JSP page which is running on a server in a client session. In the JSP, i have a link which is pointing to the JSP of another application running on a different server. How can we maintain the communication in the same client session?
    Regards,
    Sudheesh K S

    Using cookies is one way.

  • Upload Sapscript Form from Different Servers

    Hi All,
    Is it possible to upload/import a downloaded sapscript form from one server to another server? If so, how am i going to do it?
    Points will be awarded.

    Hi,
    Use this program RSTXSCRP.
    In first server:
    Please follow this :
    Select radio Button form>Object name(Script Name)->Mode(Export)>select From on Front end--
    >give file name to download.
    In second server:
    Please follow this :
    Select radio Button form>Object name(Z Script Name)->Mode(Import)>select From on Front end--
    >Select Downlaoded file name which is on the front end for uplaoding.
    Regards
    Janardhan
    Edited by: JANARDHAN REDDY on Aug 14, 2008 9:56 AM
    Edited by: JANARDHAN REDDY on Aug 14, 2008 9:59 AM

  • I am trying to restore my old Macbook Pro data using Time Machine on a new Mackbook Air from external hard drive, but when I install I get two different loggin accounts and I only want one loggin account

    I am trying to restore my old Macbook Pro data using Time Machine to a new Macbook Air from an external hard drive, but when I restore I get two diferrent loggin accounts and I only wnat one loggin account to access all my data/files?

    This web site might answer all of your Time machine questions:
    http://pondini.org/OSX/Home.html
    Ciao.

  • My Mid-2011 Macbook Air becomes extremely hot when installing apps from the Mac App Store and when deleting apps

    My Mid-2011 Macbook Air 13-inch (OSX 10.8.1 Mountain Lion) becomes hot to the touch when trying to delete large documents, watching videos after waking it from sleep-mode and when installing applications from the Mac App Store. This has also been happening with OSX Lion before I upgraded it to Mountain Lion.

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico my first language is Spanish. I do not speak English, however I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    What needed to be done the day that you set up the new Mac was go into the Mac App Store (MAS), sign into your iTunes/MAS Apple ID, go to the Purchases pane and Accept the iLife apps that would have been there in a special section. That would have sent you Mac's unique identifier code to Apple's servers and verified that this Mac was eligible for the bundled iLife suite and then registered these apps into your MAS account.
    You might try going to  ~/Library/Caches/com.apple.appstore/adoption.plist, delete the adption plist, restart the Mac and then go to the Purchaes pane and see if you can Accept the apps into your account.

  • 1 Admin console to manage OSB and SOA installed on different servers

    Dear All,
    We are planning to have OSB installed on Host 1 and SOA server installed on Host 2. But there will be one Admin console to manage these 2 for the ease of maintenance. When i was trying to install this configuration I had few issues. Hope SOA experts can help me with the configuration.
    1)
    As SOA and OSB are installed on 2 different host both the servers must have weblogic installed as pre requisite. So I will have
    on host 1:
    http://host1:7001/console
    http://host1:7001/sbconsole
    On host 2:
    http://host2:7001/console (this is redundant)
    http://host2:8001/soa-infra
    2) Is it possible to inactivate http://host2:7001/console ? and add SOA server running on host2 to http://host1:7001/console. In the sense, I would like to control the SOA server from host 1.
    Issue No :2
    When I create a domain on Host 1 I just get the options for OSB and not SOA. It is obvious as SOA is not installed on Host1. but if that is the case, Is it possible to add SOA server running on host2 to host1. Is it going to be a cluster?
    Is this configuration seems realistic? Has anyone implemented. Any pointers please.
    Reagrds,
    Aani

    Hi Aani,
    Please go through the blog series -
    http://blogs.oracle.com/reynolds/2010/09/installing_an_11g_soa_cluster.html
    You may also refer EDG -
    http://download.oracle.com/docs/cd/E17904_01/core.1111/e12036/toc.htm
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Feb 23, 2011 9:14 PM

Maybe you are looking for

  • Have FCP, new Sony HDR-FX7e and an iMac G5 (non intel core) please help

    Hi, This is going to be a bit of a dumb question but i need to ask to be sure of the equipement i have and if i need some new hardawre n my mac to capture the video in HD. I have an older iMac G5, FCP and a new Sony HDR-FX7e with Belkin 4-6 pin iLink

  • Help needed with xml to flat file conversion

    Hi all, I am doing a webservice (SOAP) to file scenario. The file I get into the target directory is as below. <?xml version="1.0" encoding="UTF-8"?> <ns1:MT_Test_interface xmlns:ns1="http://test_namespace.co.uk"><fieldA>0000012345</fieldA><fieldB></

  • HT204411 tv series from uk

    How can I buy content from the UK if I live in the US? Will it work on my iphone in the US

  • Stopping a recording after each track

    I have an odd request...Is there any way to stop a recording after each track? Such that there are three tracks on a recording, after each track I would like the CD to stop. After it has stopped, I would like to be able to push play and move to the n

  • Creative cloud app not responding-not allowing use of photoshop

    Hello, When I try to open Photoshop it goes straight to the Adobe Application manager which does not respond and acts like it is loading for hours. What can I do to get this to work? Thank you