I Radio
function createWMPEmbedMarkup(src, width, height, baseurl) {
var x = document.createElement("embed");
x.setAttribute("FileName", src);
x.setAttribute("type", "application/x-mplayer2");
x.setAttribute("width", width);
x.setAttribute("height", height);
x.setAttribute("ShowStatusBar", "1");
x.setAttribute("showtracker",...
Subscribe Now