FOR REAL PLAYER
to setup display without any control
<embed src="URL"
height=200
width=200
type="audio/x-pn-realaudio-plugin"
autostart="true"
pluginspage="http://www.real.com/products/player/"
name="realPlayer"
controls="imagewindow"
console="video">
</embed>
to setup addtional control item, please refer to real player website
FOR MEDIA PLAYER
<embed
type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
src="URL"
width=250
height=250
showcontrols="false"
showstatusbar="false"
autostart="true">
</embed>