{"name":"Flowplayer Subtitle","key":"flowplayersubtitle","version":"1.0.1","instructions":"This shows how subtitles can be used with Flowplayer. In this case, the video may not display if no subtitles are present. Be careful. You will need a .vtt file in the same directory as the video file. The vtt file must have the same name as the video, but with the different file extension, ie .vtt.","showatto":"0","showplayers":"1","requirecss":"//releases.flowplayer.org/6.0.5/skin/minimalist.css","requirejs":"//releases.flowplayer.org/6.0.5/flowplayer.min.js","shim":"","defaults":"","amd":"1","body":"<div class=\"filter_poodll_flowplayersubtitle_outer\">\n<div class=\"filter_poodll_flowplayersubtitle_inner\" id =\"@@AUTOID@@\" >\n</div>\n</div>","bodyend":"","script":"var ensubtitles = { \"default\": true, // note the quotes around \"default\"!\n              kind: \"subtitles\", srclang: \"en\", label: \"English\",\n              src:  @@URLSTUB@@ + '.vtt' };\n\nrequiredjs_flowplayersubtitle(\"#\" + @@AUTOID@@, {\nclip:  {\n        sources: [\n              { type: \"video/\" + @@FILEEXT@@,\n                src:  @@VIDEOURL@@ }\n        ],\n      subtitles: [ensubtitles]\n    },\nratio: 3/4,  \nsplash: false  \n}); \n","style":".filter_poodll_flowplayersubtitle_outer {\ndisplay: inline-block;\n width: 600px;\n}\n.filter_poodll_flowplayersubtitle_inner{\n min-height: 400px;\n}","dataset":"","datasetvars":"","alternate":"<video id=\"@@AUTOID@@\"  style=\"background-color: #CCC;\" controls width=\"320\" height=\"240\" class=\"nomediaplugin\" >\n<source src=\"@@VIDEOURL@@\" type=\"@@AUTOMIME@@\" >\n<track label=\"English\" kind=\"subtitles\" srclang=\"en\" src=\"@@URLSTUB@@.vtt\" default>\n</video>","alternateend":""}