Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Inline XML configuration for OVA plugin

2 replies [Last post]
Reply

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.

Reply

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.html

Paul

Reply

PS: Sorry, also meant to mention - you need to running at least JW 5.7 for that to work...

Paul

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options