function setEmbedHeight(newHeight) {
  var flashContent = document.getElementById('flashContent');
  flashContent.style.height = newHeight + "px";
}