View Full Version : How Do I Do This??


chrisstewart200
04-05-2004, 07:28 PM
How do I put a link on my site and when clicked on it plays Music.Where do I link the link to, to play a specific song.And so it opens in Real Player, Media Player or something like that.

-Chris :)

pb&j
04-05-2004, 07:51 PM
<a href="filename.mid"> click </a>

the default player of the visitor will open the file.

chrisstewart200
04-05-2004, 08:20 PM
Filename.mid, is that a file on my hard-drive ????

pb&j
04-05-2004, 08:31 PM
you replace that with your actual filename of the music file.
enter the filename into the coding and upload your music file to your online area with your webpage.

nesianmysticfan
04-06-2004, 07:46 PM
If you do that with a quicktime sound, it comes in the browser. Actully it might be better if you did it like this:
<a href="the music address" target="_blank">Play Music</a>
You would have to edit the parts in bold. Actully, you cannot have it stored on your computer for other people to click on, it has to be on the net or it would be a secuity hazard.