Link to home
Start Free TrialLog in
Avatar of Dean OBrien
Dean OBrienFlag for United Kingdom of Great Britain and Northern Ireland

asked on

A few pointers please: Allowing music downloads on site

Dear experts,

I have been asked by a friend to help him set up a web site. He has specified that he would like to have a section within that allows users to download some of his music files (his own music). I have quite a lot of experience developing sites using Javascript / HTML / ASP, my inital thought would be simply to host the file on the server and provide a link to it to enable a user to download it.

However, i just wanted some pointers as to whether this is the most appropriate way of doing this. Is there some special software that i should be using to enable faster downloads?

Any advice would be greatly appreciated.
Regards
Easynow
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Download or listen?

I use this to allow visitors to hear music:

http://musicplayer.sourceforge.net/
as seen on
http://azarova.com/listen1.html
Avatar of Dean OBrien

ASKER

I think he is mor interested in having them available to download. However, the link you provided would be ideal for people to trial the music first. Am i correct in thinking you simply provide the linkto the file? or any other suggestions?

Cheers
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Mplungian,
Thanks alot for your suggestions, my apologies for the delay in replying, i have been away. The player you suggested seems ideal to my needs, i have been trying to get it to work however i cant get the player to accept my playlist.... any suggestions.

http://www.me-portal.co.uk/doingit4swing/scheduleOLD.htm

These files are in one place on my server. (xspf_player.swf / MyPlaylist.xspf / the two mp3 files).

Regards
Easynow
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="0" xmlns = "http://xspf.org/ns/0/">
  <trackList>
   <track>http://www.me-portal.co.uk/doingit4swing/funky_tang.mp3</location>
    <image>http://www.me-portal.co.uk/doingit4swing/ScheduleImage2.jpg</image>
    <annotation>Funky Tango</annotation>
   </track>
   <track>
   <track>
    <location>http://www.me-portal.co.uk/doingit4swing/GreatRunPodShow31.mp3</location>
    <image>http://www.me-portal.co.uk/doingit4swing/ScheduleImage1.jpg</image>
    <annotation>Great North run</annotation>
   </track>
   <track>
  </trackList>
</playlist>
Seems you managed?

Works for me assuming the 4 times funky tango is on purpose:)
Yeh i finally got it to work. Turns out my host server isnt set up to serve .xspf files, i had to change them to simple .txt files to work. (.xml didnt work either, i guess for the same reasons).
Thanks
great :)