﻿function createHTML5Player(d,c,b){var a=document.createElement("iframe");a.id="html5Vid";a.className="youtube-player";a.type="text/html";a.width=c;a.height=b;a.src="http://www.youtube.com/embed/"+d;a.setAttribute("frameborder","0");document.body.appendChild(a)}function createFlashPlayer(m,f,e,a){var b=document.createElement("object"),d="";if(a.autoplay)d+="&autoplay=1";if(a.loop)d+="&loop=1";if(a.hd)d+="&hd=1";if(a.start!=undefined)d+="&start="+a.start;if(a.border){var i="0x"+a.color1.substring(1),j="0x"+a.color2.substring(1);d+="&border=1&color1="+i+"&color2="+j}var g="http://www.youtube.com/v/"+m+"?fs=1"+d;b.id="flashVid";b.width=f;b.height=e;var h=createParamNode("movie",g),k=createParamNode("allowFullScreen","true"),l=createParamNode("allowscriptaccess","always"),c=document.createElement("embed");c.src=g;c.type="application/x-shockwave-flash";c.width=f;c.height=e;c.setAttribute("allowscriptaccess","always");c.setAttribute("allowfullscreen","true");b.appendChild(h);b.appendChild(k);b.appendChild(l);b.appendChild(c);return b}function createParamNode(c,b){var a=document.createElement("param");a.name=c;a.value=b;return a}
