OVA with JW Embedder

It took me a really long time to find out how to use the JW Player with the OVA Plugin, using the JW Embedder. So finally, this is the solution:

jwplayer("container").setup({
	'flashplayer': "player.swf",
	'width': 700,
	'height': 400,
	'file': 'video.mp4',
    'plugins': {
       'ova-trial': true
    },
	config: 'config.xml'
});

So easy… once you know it…

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.