# mp3 downloading

**URL:** https://forum.kirupa.com/t/mp3-downloading/108038
**Category:** Uncategorized
**Created:** [April 21, 2004, 8:33am UTC](https://forum.kirupa.com/t/mp3-downloading/108038 "2004-04-21T08:33:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![The\_warden](https://avatars.discourse-cdn.com/v4/letter/t/ce7236/32.png) [@The\_warden](https://forum.kirupa.com/u/The_warden)
#### Post date: [April 21, 2004, 8:33am UTC](https://forum.kirupa.com/t/mp3-downloading/108038/1 "2004-04-21T08:33:41Z")

</div>

I have a volume slider bar and want the mp3 to download from a site. see this for what I am trying out for starters: [http://www.kirupa.com/developer/mx/volume\_slider.htm](http://www.kirupa.com/developer/mx/volume_slider.htm)

Can someone hook me up with the code to get the mp3 to DL?

I looked at the tutorials at kirupa and they left me hanging. I checked out the help areas and found this:

The following example loads an event sound:

my\_sound.loadSound( “[http://serverpath](http://serverpath):port/mp3filename”, false); However, when I added my own url/93.mp3 and tried to publish preview it, Iwas left with the file path in IE running to my C drive rather than thelocation on the server. What am I missing?
