Any way to pass arguments to projectors from Windows command line?

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Any way to pass arguments to projectors from Windows command line?

    Hello,

    I'd like to pass variables/arguments to a projector from the Windows command line, just like with the externalParamName() and externalParamValue() functions, but which as we all know only work in a browser. Is this possible? Any help is greatly appreciated. Thanks,

    Matt


    matt_s webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. #39277 [NEW]: php-cgi does not parse command line arguments when running under Apache
      From: nisoi at mail dot ru Operating system: FreeBsd 6.1 PHP version: 4.4.4 PHP Bug Type: CGI related Bug description: ...
    2. #39277 [Opn]: php-cgi does not parse command line arguments when running under Apache
      ID: 39277 User updated by: nisoi at mail dot ru Reported By: nisoi at mail dot ru Status: Open Bug Type: ...
    3. command line arguments
      I am developing application which shows users html pages in Visual Basic using WebBrowser control. My problem is how to give option by which users...
    4. Windows Print PDF from Command Line
      Franke, I have a problem some thing like this one. I need to have my user be able to print using adobe printer. I tried the above and it does only on...
    5. Regexp constructed from command line arguments.
      ddtl <this.is.invalid@yahoo.com> wrote: I like to say that like this: next unless length $entry;
  3. #2

    Default Re: Any way to pass arguments to projectors from Windows command line?

    "the commandLine" doesn't appear to be a valid property in Director 8.5. Should I be aware of something that I'm missing? Thanks,

    Matt


    matt_s webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Any way to pass arguments to projectors from Windows command line?

    "matt_s" <webforumsuser@macromedia.com> wrote in message
    news:bqdj3d$69b$1@forums.macromedia.com...
    >
    > "the commandLine" doesn't appear to be a valid property in Director 8.5.
    > Should I be aware of something that I'm missing? Thanks,
    It is undocumented, but it is valid. It simply contains whatever text is
    entered on the command line. For example, if your projector is called
    proj.exe, and you open:

    "c:\prog\proj.exe" "somefile.dat" /p

    Then the commandLine will contain:

    "somefile.dat" /p

    - Robert


    Robert Tweed Guest

  5. #4

    Default Re: Any way to pass arguments to projectors from Windows command line?

    use 'the commandLine' property
    --
    Alex.
    ----------------------------------------------------------
    Meliora Software, "Ameliorated Development!"
    [url]http://www.meliorasoft.com[/url]
    > Hello,
    >
    > I'd like to pass variables/arguments to a projector from the Windows
    command line, just like with the externalParamName() and
    externalParamValue() functions, but which as we all know only work in a
    browser. Is this possible? Any help is greatly appreciated. Thanks,
    >
    > Matt
    >
    >

    Alex Meliora Guest

  6. #5

    Default Re: Any way to pass arguments to projectors from Windows command line?

    it's valid in Director 8.5, check this article out
    [url]http://www.mediamacros.com/item/item-986157009/[/url]
    --
    Alex.
    ----------------------------------------------------------
    Meliora Software, "Ameliorated Development!"
    [url]http://www.meliorasoft.com[/url]
    > "the commandLine" doesn't appear to be a valid property in Director 8.5.
    Should I be aware of something that I'm missing? Thanks,
    >
    > Matt

    Alex Meliora Guest

  7. #6

    Default Re: Any way to pass arguments to projectors from Windows command line?

    That worked great. Thanks!

    Matt


    matt_s webforumsuser@macromedia.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139