I setup my video like this:
<div id="container">Loading...</div>
<script type="text/javascript">
jwplayer('container').setup({
'width': 700,
'height': 400,
'file': 'VIDEOLINK',
'plugins': {
'ova-trial': true
},
'config' : 'jwplayer/config.xml',
'modes': [
{type: 'html5'},
{type: 'flash', src: 'jwplayer/player.swf'},
{type: 'download'}
]
});
</script>It took me a long time to find out how to use ova-trial. Now I have a licensed version of the OVA plugin and I just don't see how to use it. Are there files I have to upload for it to work? How do I call it?
Another question: is there a way to config without an external config.xml file? Can I do this inline and if so - how?
Thanks in advance!
Do you have a link to where this is not working?