Creating a download link

How do you make a download link to a mp3 file?

first zip the file or the browser will open the file instead of downloading it

the just make a button and use this script

instanceName.onRelease = function () {
	getURL ("yourFile.zip", "_blank")
}