How To Add a Online MP3 Player In your Blog.
Adding MP3 players or Video player kill your Data usage.Best thing is avoid them from your Gadgets.But some of them likely to Add these type of Gadget on there blog/Web site.
These are some MP3 Gadgets.
1.Google MP3 Player
Code:
<embed src="http://www.google.com/reader/ui/3523697345-audio-player.swf" flashvars="audioUrl=http://www.example.com/song.mp3" width="400" height="27" quality="best" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
http://www.example.com/song.mp3:Your MP3 url Link.Upload MP3 to any hosting service
Add these code to prevent Auto play:
"http://www.example.com/song.mp3&autoplay=false"
Preview:
2.Yahoo audio Player
Use this code:
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>
Preview:
Labels: Blog tips, Blog Tools