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

  1. #1

    Default Download window?

    is it possible to get a download window like on the internet so a user using my director file can save a file to their hdd?
    Gibbz1 Guest

  2. Similar Questions and Discussions

    1. Popup Download Window
      Hi all, I have <b>Link</b> tag that contains the URL for a specific file in the server. I want that once the user click on that link a popup...
    2. download window opens twice
      I have a webpage that takes a query and gives the user the option of saving it to file as a CSV file. When the user clicks a button, a download...
    3. Download Now window
      Hello all. Quick one: I have a pdf file on-line. I want people to instead of viewing it from the server to have but one option, which is to...
    4. download file and close window challenge
      open the file download.asp from another main.asp page using window.open what the problem is when i clikc on the hyperlink it prompts me the ie...
    5. File download prompt window
      Typically, when clicking on a link on the internet that requires a download such as a.mpg file, a window pops up that gives the option to "save to...
  3. #2

    Default Re: Download window?

    The easiest code for saving simple 'preferences' data is the savePref,
    getPref commands, they write to a predefined location on the hard drive,
    with this technique you would create a special save dialog in director.

    The fileIO xtra that comes with director can generte standard system
    file save dialogs and write text files. There is example code in the
    macromedia site tech notes.

    The free fileXtra4 is good for file delete, copy , directory access, but
    not data saving.
    JB 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