Google’s MP3 Player on Your Site
Last week, Google had upgraded it’s Google Talk adding an MP3 player feature which was meant for playback of voicemail messages. It didn’t take long before someone had figured out that this is the Google Video Player which can be freely used on any webpage.
All you have to do it add the code below to your webpage and alter the part after “?audioUrl=http://…” to point to your mp3 file (it conversations in this case).
< iframe src="http://mail.google.com/mail/html/audio.swf?audioUrl=http://www.itconversations.com/audio/download/itconversations-1332.mp3" style="width: 450px; height: 25px; border: 1px solid #aaa;" id="musicPlayer">< /iframe >
For example:














