The easiest way to add Audio to your web pages?
The Yahoo Media Player (described at the bottom of this page) is definitely a favorite.
It plays mp3 and a variety of other formats. You can add it to your page (or blog) with a single line of code, and easily turn your HTML page into a professional playlist.
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js">
</script>
Plugins can be added to HTML pages using <object> or <embed> tags.
The Yahoo Media Player (described at the bottom of this page) is definitely a favorite.
It plays mp3 and a variety of other formats. You can add it to your page (or blog) with a single line of code, and easily turn your HTML page into a professional playlist.
Example
<a href="song.mp3">Play Song</a><script type="text/javascript" src="http://mediaplayer.yahoo.com/js">
</script>
Using Plugins
A Plugin is a small computer program that extends the standard functionality of a web browser. Plugins are can be used in for many purposes. They can be used to display music, display maps, verify your bank id, control your input, and much more.Plugins can be added to HTML pages using <object> or <embed> tags.
Comments
Post a Comment