If you really don't want people to stream the music from your site, you may consider zipping the files. Even if you find a method to prompt to save the music, knowing the path to the MP3 file, you could manually enter the path, and still get it streamed down. I did find some IE code:
document.execCommand('SaveAs',null,fname)
That will open an IE saveAs dialog, but it saves the current html page and defaults the name to the input fname parameter.
Hope this helped you... Good luck
__________________
"Reality is just a crutch for people who can't cope with drugs."
Robin Williams.
|