Downloading a zipped file from CD

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

  1. #1

    Default Downloading a zipped file from CD

    Hi All-

    Doing a project in Director 8, and the client has requested that the project
    included playing QT videos (easy) but has also requested that the end user be
    able to click on a "download" button for each particular video and download
    that video clip to their hard drive.

    Told them that the clips would need to be zipped so the computer wouldn't try
    to open the clip in the QT player. Tried the URL method (root folder
    name/sub-directory name/moviename.zip) and that didn't work.

    Anybody ever try this? Maybe these need to be stored on a server for the url
    method to work?

    Any suggestions highly appreciated!

    THX!

    ombdinc Guest

  2. Similar Questions and Discussions

    1. Downloading file
      i want to click on a link which then displays a file on the cd in word, how can i make this file able to be downloaded on the users computer? i...
    2. Downloading file(s) from CD
      How can I make a button which start a downloading of file or more from the CD the presentation is running from, into the local hard disk in a...
    3. Downloading a file from a CD
      Hi, Im using Director MX. On my CD, I want people to be able to click on an option that starts to download a video from my CD to the users...
    4. Downloading a file
      I want my users to access my .aspx and hit a button to download a file. I tried using the a System.Net.Webclient object but instead of the file...
    5. cat zipped files
      I was hoping someone would have an idea of how to cat zipped files.. gzcat is NOT available to me, however, cat and zcat are.. But is there a module...
  3. #2

    Default Re: Downloading a zipped file from CD

    It not clear if this is a cd/projector projct or a shockwave file.


    An xtra like the free fileXtra4 can present a file save dialog and copy
    a file to the hard drive. I don't see a need for zip files. Is the
    copy on the hard drive to be played standalone in the QT player, or
    player by the director projector.

    File functions are limited in shockwave, downloadnetthing can copy to
    hads drive but picking the folder is trickier.
    JB Guest

  4. #3

    Default Re: Downloading a zipped file from CD

    Sorry for not being clearer about delivery. This is a projector on CD project.
    Never used the fileXtra4 before, but it sounds like it should do the trick.

    Where can I fing the Xtra? Are there clear instructions on how to use it?

    Thanks for the quick reply!

    ombdinc Guest

  5. #4

    Default Re: Downloading a zipped file from CD

    [url]http://kblab.net/xtras/FileXtra4/[/url]


    Here's an older article on using fileXtra

    [url]http://www.director-online.com/buildArticle.php?id=893[/url]

    The current version no longer provides 'global' handlers, one must
    create an instance of the xtra.



    BuddyAPI provides some file handling functions, but it's strong suit is
    it's system api functions.
    You can use any 2 functions of this commercial xtra without paying a
    licence fee.
    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