# Creating a "download audio button" in flash... Any ideas?

**URL:** https://forum.kirupa.com/t/creating-a-download-audio-button-in-flash-any-ideas/268926
**Category:** flash
**Created:** [August 20, 2008, 2:29pm UTC](https://forum.kirupa.com/t/creating-a-download-audio-button-in-flash-any-ideas/268926 "2008-08-20T14:29:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![alfandango](https://avatars.discourse-cdn.com/v4/letter/a/da6949/32.png) [@alfandango](https://forum.kirupa.com/u/alfandango)
#### Post date: [August 20, 2008, 2:29pm UTC](https://forum.kirupa.com/t/creating-a-download-audio-button-in-flash-any-ideas/268926/1 "2008-08-20T14:29:06Z")

</div>

Hey,

I’ve made an audio player in flash but now I need a button that allows you to download each track.

I thought applying

```auto
on (release) {getURL(audio/pt1.mp3);}

```

to the download button may work but it doesn’t… Any ideas?

Al
