A quick way to insert music in your site:
Create hyper-links for few MP3 files
Insert following script code to your page
<script type=”text/javascript” src=”http://mediaplayer.yahoo.com/js”></script>
You are done! Yahoo! Media Player will be loaded and it will make all media links clickable
Here are few of my favorite tracks. Use the play button to listen. Thanks to RadioReloaded.com.
[...]
Here is how you can embed a mp3/song on a web page:
<embed type="application/x-shockwave-flash"
src="http://beemp3.com/player/player.swf" style="width: 290px;" id="126954385" name="126954385" bgcolor="#ffffff"
quality="autohigh" wmode="transparent"
flashvars="playerID=1&bg=0xCDDFF3&soundFile=http://www.tdfast.com/mfiles/headroom-Happy_Birthday_.mp3&autostart=yes"
allownetworking="internal" allowscriptaccess="never" width="290" height="24">
You should replace the mp3 file mentioned under soundFile variable. The autostart=yes variable causes the player to play mp3 immediately (it can be removed).
You can follow this to add jingles on your friend’s scrap [...]