
How to add subtitles
This is my code:
<video
src="http://proxy-68.dailymotion.com/video/090/816/30618090_mp4_h264_aac.mp4?auth=1305652524-9285de6b6f6805b71d846f54baf33674"
height="330"
id="container"
poster="/thumbs/image.jpg"
width="550"
> </video>
<script type="text/javascript"> jwplayer("container").setup({ flashplayer: "/player/player.swf", skin: "newtube.zip"});
</script>
I have an xml for the subtitles but how do I put it into this code, I have been looking around and I haven't found the answer.