
Play mp4 with self-hosting
Very newbie question. I did this with the Free version and literally nothing happens, except "Loading the player . . .". Everything is at the root level of the webpage. Any thoughts? Thanks:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<title> JWPlayer Test</title>
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="ELeKukIvs1mbEfgOkMnoyFYV65kGLlePoSrLoQ==";</script>
</head>
<body>
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "NatKingCole.mp4"
});
</script>
</body>
</html>