Hi all,
The code below does exactly what we need it to for our organization except for closed-cpationing of the content. Does anyone know how I can add a closed-captioning parameter to the code below? I looked at the closed-captioning add-on here on the longtail site, but that only appears to work with the swfObject code. Thanks in advance.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML5_VIDEO_TEST</title>
<script type="text/javascript" src="jwplayer.js"></script>
</head>
<body>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "player.swf",
file: "LEO.mp4",
height: 270,
width: 480
});
</script>
Under:
flashplayer: "player.swf",
Add:
plugins: "captions-1",
'captions.file': "file.xml",