﻿ 
var HostingFile = "http://bandocviet.kenh14.channelvn.net/";
//var HostingFile = "http://localhost:49573/";
function CreateFlashBanner(idctr,FlashFile,Width,Height,codename)
{
   
    var ctr = document.getElementById(idctr);
    var div = document.createElement("DIV");
	div.id = "div_" + codename;
	ctr.appendChild(div);
	FlashFile = HostingFile + FlashFile
	var s11 = new SWFObject(FlashFile,"mediaplayer",Width,Height,"7", "#FFFFFF");
	s11.write(div.id);
}
