﻿// JScript File
document.write('<'+ objType +' ');
document.write('classid="clsid:'+ ClassIDVal +'" ');
document.write('codebase="'+ DownLoadURL +'" width="'+ objWidth +'" height="' + objHeight + '" id="RVCenter" align="middle">');
document.write('<'+ objParam +' name="allowScriptAccess" value="sameDomain" />');
document.write('<'+ objParam +' name="movie" value="'+ objFile +'.'+ objExt +'" />');
document.write('<'+ objParam +' name="quality" value="high" />');
document.write('<'+ objParam +' name="bgcolor" value="#282828" />');
document.write('<'+ objParam +' name="menu" value="false">');
document.write('<'+ objEmbed +' src="'+ objFile +'.'+ objExt +'" quality="high" bgcolor="#282828" ');
document.write('width="'+ objWidth +'" height="' + objHeight + '" name="RVCenter" align="middle"');
document.write(' allowScriptAccess="sameDomain" wmode="transparent" type="application/'+ objAppType +'"');
document.write(' pluginspage="'+ objPlugins +'" />');
document.write('</'+ objType +'>');