projector starting external application using lingo

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

  1. #1

    Default projector starting external application using lingo

    I am creating a projector that will be running of a CD-ROM. The projector
    needs to be able to open up an html file using user's default browser and
    run an exe file from the CD-ROM.

    Is there a way in Lingo to start up an external application (with a set of
    initial parameters)? On Windows? How about on Linux?

    Thank you,
    Mike.


    mike Guest

  2. Similar Questions and Discussions

    1. external lingo scriptEditor 2004 is out now!
      lingo scriptEditor is an external authoring tool for Lingo Object-Oriented programming. It provides a professional script environment for Macromedia...
    2. Opening an external application with lingo
      Lingo "open" command does not seem to open/launch files with extension .msi. Is there a workaround to this? Are there any other commands that can be...
    3. starting an external program
      starting an external program Tue, 11 November 2003 00:12 I'am using een php script with de exec() command to start een external program that...
    4. Maximize projector window from lingo?
      Anybody know of a way to maximize a projector window from the taskbar via lingo? I've seen the lingo for minimize, but no maximize. I would...
    5. Starting and Stopping GIF animation with lingo?
      Would it be possible, one way or another, to start and stop the animation of an animated gif? I don't need it to pause, but since it's an animation...
  3. #2

    Default Re: projector starting external application using lingo

    there is a built in function to access browser

    gotowebpage url


    there's a primitive app launch command built in

    open docpath with applicationpath


    xtras like buddyapi given a document path will lookup the registered
    application, and open the doc with it, not sure about parameter passing.


    linux may be unsupported
    JB Guest

  4. #3

    Default Re: projector starting external application using lingo

    Director isn't supported on linux, but I think I saw someone that built an
    Xtra that would create an exe that would run on linux. Also, the 'built-in
    function to access the browser' is goToNetPage not gotowebpage...close but
    no cigar ;-) I personally use buddyAPI (you can use two functions for
    free), and Gary also has an openURL Xtra that is totally free. Both are
    available at [url]www.mods.co.au[/url]

    hth,
    Doug
    "JB" <lingoguy@sbcglobal.net> wrote in message
    news:lingoguy-E19A5E.16441104082003@forums.macromedia.com...
    > there is a built in function to access browser
    >
    > gotowebpage url
    >
    >
    > there's a primitive app launch command built in
    >
    > open docpath with applicationpath
    >
    >
    > xtras like buddyapi given a document path will lookup the registered
    > application, and open the doc with it, not sure about parameter passing.
    >
    >
    > linux may be unsupported

    Doug Golenski 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