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")
}
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")
}
:: Copyright KIRUPA 2024 //--