Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7668367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:20:45+00:00 2026-05-31T15:20:45+00:00

I’d like people to have the ability to launch a Native AIR app via

  • 0

I’d like people to have the ability to launch a Native AIR app via URL. My AIR app would read some parameters on it and open to the correct state.

So the use case would be someone would be browsing our site, then would click on a link, and it would open the native desktop app to the correct content that’s associated to their link.

I know iTunes does this, and other apps support it.

I know AIR (non-native) installer supports this too.

I don’t know if I can do this with a native AIR app (.exe or .dmg install).

Edit: This is for the desktop.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T15:20:47+00:00Added an answer on May 31, 2026 at 3:20 pm

    Ok so this is how you do that for desktop applications.

    -First of all in the application descriptor file set allowBrowserInvocation to true:
    true
    (http://livedocs.adobe.com/flex/3/html/help.html?content=File_formats_1.html#1043413)

    -The application must listen to BrowserInvokeEvent at the start
    and then you can use the arguments passed to the application like this:

    public function onInvokeEvent(invocation:InvokeEvent):void 
    {
        arguments = invocation.arguments;
        currentDir = invocation.currentDirectory;
    }
    

    -You can launch an AIR APP only from an SWF. A SWF file in the browser can launch an AIR application by calling the launchApplication() method in the air.swf file loaded from http://airdownload.adobe.com/air/browserapi/air.swf
    Once the air.swf file is loaded, the SWF file can call the air.swf file’s launchApplication() method, as in the following code:

    var appID:String = "com.example.air.myTestApplication";
    var pubID:String = "02D88EEED35F84C264A183921344EEA353A629FD.1";
    var arguments:Array = ["launchFromBrowser"]; // Optional
    airSWF.launchApplication(appID, pubID, arguments);
    

    For more informations
    http://livedocs.adobe.com/flex/3/html/help.html?content=app_launch_1.html#1038008

    Hope it helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
For some reason, after submitting a string like this Jack’s Spindle from a text
I have just tried to save a simple *.rtf file with some websites and
I would like to run a str_replace or preg_replace which looks for certain words
I would like to count the length of a string with PHP. The string
I would like my Web page http://www.gmarks.org/math_in_e-mail.txt on my Apache 2.2.14 server to display
I have two tables with like below codes: Table: Accounts id | username |
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a jquery bug and I've been looking for hours now, I can't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.