var fp;
function initVideo() {
  fp = document.getElementById("FlowPlayer");
}
window.onload = initVideo;

