Audio player and files

Hello all. Are there any FREE audio players available anywhere that I can download, so I can add my audio files to me webpage? It has to be something simple, and the instructions for adding my files has to be simple as well, because I am a newbie. Thanx for all the help.

This is not really a CSS question but you might find something here or [URL=“http://www.instantshift.com/2010/02/10/21-free-music-players-for-your-website/”]here.

The Yahoo example seemed simple enough. However, it did not embed the audio player (I cut and pasted the example given). Does the player have to be downloaded first?

Hi,

You just enter the code they gave you, upload your page and it should work. (I assume you need the flash player plugin in your browser.)

I just tried it and it worked.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>
</head>
<body>
<p><a href="http://mediaplayer.yahoo.com/example3.mp3">test Link</a></p>
</body>
</html>


More info here:

http://mediaplayer.yahoo.com/

I’m afraid that I’m the wrong person to ask about this as I’m strictly CSS :slight_smile: I’ll move this thread to web page design forum.