Opening a .hlp file with director

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

  1. #1

    Default Opening a .hlp file with director

    Hi guys (and girls), i allready posted this on the lingo forum but cant find any answers but i hope one of you guys might have a clue.

    I made an .hlp file and i want director to open it when people press the F1 key.

    I can trigger the F1 key (keycode 122) but how do i let it open a program?

    I tried the gotonetpage command (i just tried) and the open command but it did not work. I can trigger an alert with the key so i know the code to trigger it is allright.

    I dont want to use any extras in fact but if there are no other ways it should at least be costless. i heard of the file extra on [url]www.kenlab.net/xtras[/url] but its showing offline. Is there something to do with the FileIO xtra Macromedia is giving me?

    BuddyApi is already used but if there is no other way can anyone give me the code to try to open the file?

    Thanks in advanced,


    Frenk
    the Netherlands



    SchneiderPapier webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. opening an exe from director
      Hope someone can help, I'm making a programme in which one of the things we need to do is to open up another programme (in the form of an .exe)...
    2. Opening Powerpoint with Director 7
      Hi there, If anyone can help, I would be very grateful. I am very new to Director, and have put together a 2 minute presentation, but have been...
    3. Opening a Director 9 project in Director 8. Is it possible??
      Please help!! I am having serious trouble. I have Director 8 at home and use director 8 at school. Is it possible to open my project in Director 8,...
    4. trouble opening PDF from MAC director
      I'm having trouble opening a PDF from a MAC director file. There's two different issues here, I guess. 1) I downloaded the classic Reader since...
    5. Opening a file and associated program from Director
      Hi all, I want to launch a Powerpoint slideshow from a director cd - how can i achive this? I have buddy API - but not really sure what lingo i...
  3. #2

    Default Re: Opening a .hlp file with director

    Try

    open "explorer.exe" && the moviePath & "helpdir\helpfile.hlp"

    ....but do test it on all your intended Windows platforms.

    Andrew
    Andrew Morton Guest

  4. #3

    Default Re: Opening a .hlp file with director

    Below is the correct link for the fileXtra, which is free and can do what you require

    hth

    johnAq



    Referring URLs
    [url]http://www.kblab.net/xtras/[/url]




    johnAq webforumsuser@macromedia.com Guest

  5. #4

    Default Re: Opening a .hlp file with director

    Thanks man, trying it right now!



    SchneiderPapier 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