# How to create Downloadable Zip file

**URL:** https://forum.kirupa.com/t/how-to-create-downloadable-zip-file/166294
**Category:** flash
**Created:** [October 18, 2005, 6:09pm UTC](https://forum.kirupa.com/t/how-to-create-downloadable-zip-file/166294 "2005-10-18T18:09:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mcssr](https://avatars.discourse-cdn.com/v4/letter/m/34f0e0/32.png) [@mcssr](https://forum.kirupa.com/u/mcssr)
#### Post date: [October 18, 2005, 6:09pm UTC](https://forum.kirupa.com/t/how-to-create-downloadable-zip-file/166294/1 "2005-10-18T18:09:50Z")

</div>

We have a CD that we mail out to customers which contains 5 files that display a presentation of our company (similar to a powerpoint, but it was not created in ppt).

I would like to create a link in our flash site so that people could download a zip file to access this presentation. The presentation is about 300MB.

I am not sure how to go about this. I’m thinking I need to put the five files in a zip file, and create a button that links to this file on the server. Do I just create actionscript like this?

//Goto Webpage Behavior  
getURL(“[http://www.website.com/zipfile.zip","\_blank](http://www.website.com/zipfile.zip%22,%22_blank)”);  
//End Behavior

If so, then how does the user know which file to click on once it’s unzipped to run the presentation? I could create a text file with instructions, but I don’t know how many users will go through all the trouble.

Ideally, I’d like to create a link to the file and just have it play. Maybe the answer is really obvious here, but I’m new. Any help is appreciated. Thank you!
