I have the following Javascript variable.
<script type ="text/javascript">
document.getElementById("vid").src = video.url();
</script>
How do I put the videoUrl into my movie player.
<video width="320" height="240" controls autoplay>
<embed id="vid" src="videoUrl" width="200" height="200">
</video>