Embed MP3 Audio Files In Web Pages with Yahoo Media Player
many of web masters embed video from youtube, Google video ,msn video or from yahoo video have you think we can also embed mp3 audio files in our blog or website. Yahoo provides a media player that will help you to embed audio files in your blog or websites. For doing this you have follow these simple steps.
1. Link to Audio: Insert links to your audio files in your web page like this
<a href=”example1.mp3″>My first song</a>
<a href=”example2.mp3″>My second song</a>
2. Embed the player: Copy and paste the following code in web page
<script type=”text/javascript” src=”http://mediaplayer.yahoo.com/js”></script>
3. Use the Player: The player button
will appear next to your mp3 file links. Simply click on that button your mp3 files start playing and yahoo media player will appear.

























Hey, do you know if one can embed Yahoo media player on a web page so that it doesn’t have to make any external requests to mediaplayer.yahoo.com to fetch the player?
I need to put a mediaplyer on a website I am developing, but I want to completely embed the player, i.e. embed the swf, whatever else. That way, if I run the web server on my own machine, I could play it offline.
Leave a Reply