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 7164795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:08:05+00:00 2026-05-28T14:08:05+00:00

I’d like to be able to pass additional arguments to ADL from Flash Builder

  • 0

I’d like to be able to pass additional arguments to ADL from Flash Builder 4.5.1. In the “Debug Configurations” and “Run Configurations” windows there is the “Command line arguments” field, but that is for passing arguments to the application being run (with –), not to ADL itself.

I can easily launch the application with ADL manually, but afaik FB cannot attach to that ADL process afterwards.

The purpose is to pass settings like -extdir <path> to ADL.

Is there a way to get this done?

From ADL documentation:

— arguments Any character strings appearing after “–” are passed to the application as command line arguments.

Thanks in advance for any pointers.

  • 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-28T14:08:05+00:00Added an answer on May 28, 2026 at 2:08 pm

    I know I’m late to answer this question, but I was wondering the same thing. I am playing with Native Extensions, but am trying to avoid migrating my whole team to Flash Builder 4.6 just yet, so I’m desperate to debug native extensions while still using Flash Builder 4.5. Here’s what I did:

    (I’m on a Mac. You can probably modify adl.bat in an equivalent way if you are on Windows)

    1. Go into the FlexSDK/bin folder
    2. Copy “adl” to “adl-original”
    3. Create a new bash script called “adl” with the following contents:
    #!/bin/sh
    
    #First, get the full path to my own folder (ignores working directory):
    DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
    
    #Now call the original adl with the same parameters as were passed in to me ("$@"), 
    #but pass in my extra parameter at the end : "-extdir blah-blah"
    $DIR/adl-original "$@" -extdir ./META-INF/AIR/extensions
    

    In my case, I wanted to add the “-extdir ./META-INF/AIR/extensions” parameter to every call of adl, but you should obviously replace my parameter with what you need.

    If you want this to be a generic solution instead of hard-coding stuff into the adl script, you could make this script read the extra parameters from a file called “extraAdlParameters.txt” and then have it immediately delete the file. As part of your build process in FB4.5, you could make a script that adds the desired parameters to that same file. That way, you are only adding the extra parameters once per call to adl, and are not affecting other calls to adl with these extraneous parameters.

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

Sidebar

Related Questions

For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
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
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I've got a string that has curly quotes in it. I'd like to replace
I am currently running into a problem where an element is coming back from
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from
Does anyone know how can I replace this 2 symbol below from the string

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.