/* Layout, design, and code is Copyright 2010 micksam7 - me@micksam7.com */

function updateEmbed() {
	var new_width = document.embed.widthh.value / ac_width;
	var new_height = Math.round(ac_height * new_width) + 20;
	if (document.embed.widthh.value <= 640) {
		var quality = "|mq";
	} else if (document.embed.widthh.value <= 450) {
		var quality = "|lq";
	} else {
		var quality = "";
	}
	document.embed.code.value = '<object width="'+document.embed.widthh.value+'" height="'+new_height+'"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid='+ac_vid+quality+'" /><param name="wmode" value="direct" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid='+ac_vid+quality+'" type="application/x-shockwave-flash" wmode="direct" bgcolor="#000000" allowFullScreen="true" width="'+document.embed.widthh.value+'" height="'+new_height+'"></embed></object>';
	return false;
}