
Simpel embed code don't work.
I have follow the instructions on " http://support.jwplayer.com/customer/portal/articles/1406723-mp4-video-embed "
Have make a test page with BBEdit on: http://verkeerweb.be/jwpl_test/test.html
On the same directori ( jwpl_test ) is the map "jwplayer-6", startpage "test.html" and the video "testvideo_mp4.mp4"
I have convert/scale a mp4 video met "Miro video converter" to 640-360. (original much bigger)
this is the html code:
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8" />
<title>test jwplayer 6</title>
<script src="http://verkeerweb.be/jwpl_test/jwplayer/jwplayer.js" ></script>
<script>jwplayer.key="......mykey........";</script>
</head>
<body>
<center>
<p>
<h2>Dit is een Test - A Test of jw player</h2><br>
<h3>It does not work</h3>
<div id="elementFilm">Loading the player...</div>
<script type="text/javascript">
jwplayer("elementFilm").setup({
file: "http://verkeerweb.be/jwpl_test/testvideo_mp4.mp4",
<!-- image: "http://example.com/uploads/myPoster.jpg", !-->
width: 640,
height: 360
});
</script>
</p>
</center>
</body>
</html>