If I call the player like this:
jwplayer("container").setup({
'flashplayer': "player.swf",
'width': 700,
'height': 400,
'file': 'video.mp4',
'plugins': {
'ova-trial': true
},
config: 'config.xml'
});And it works fine. But what I need is an inline configuration instead of calling the config.xml. Is that possible and if so - how? I already tried a lot of things, like ova.json or plugin : { ... } but none of it worked.
Help would be greatly appreciated.
Hi,
Inline configuration won't work with the current "ova-trial". You need to run the latest development release (RC6) which you can grab from the OVA Developer site. Go to http://developer.longtailvideo.com/ova, register on there and then download the RC6 release from the "Download the Latest" page.
Load that up onto your server and reference locally.
Here's a good example of it running:
http://static.openvideoads.org/qa/latest/ova.jwplayer.5x/examples/pages/setup/jw-embedder.htmlPaul