mp3 downloading

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

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: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?