I've placed this trial OVA code on one of my page and it works:
<embed
id="ply"
data="http://player.longtailvideo.com/player5.2.swf"
src="http://player.longtailvideo.com/player5.2.swf"
width="450"
height="300"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="plugins=ova-trial&config=http://www.longtailvideo.com/files/ova/jw-trial-config.xml"
/>
I then modified flashvars to include "file=...&plugins=ova-trial" and it works.
I then modified the data and src to point to my player-licensed.swf and it gives me an error 2048. How do I fix this error?
My next question is how to implement the following ad tag provided by my advertiser:
http://ad4.liverail.com/?LR_PUBLISHER_ID=XXXXXX&LR_SCHEMA= VPAID&LR_ADMAP=in%3A%3A0&LR_PARTNERS=XXXXXX&LR_URL=<url of video file>
Hi,
A new version of OVA is about to be pushed to production.
It's best that you use that version.
Here's what you should do now:
1. Go to the OVA developer site (http://developer.longtailvideo.com/ova)
2. Register on that site and then download the latest Release Candidate from the "Download the Latest" page (it is RC5 or the RC6 development version)
3. Assuming you have JW 5.7 or JW 5.8 installed, use the JW Embedder setup to construct your OVA config. Here's an example of a simple pre-roll setup using a direct ad tag:
http://static.openvideoads.org/qa/latest-qa-rc/ova.jwplayer.5x/examples/pages/setup/jw-embedder.html4. To use your ad tag, just replace the "tag" in that setup with your ad tag
There is also a simple Tag validator that may help you:
http://static.openvideoads.org/qa/latest-qa-rc/ova.jwplayer.5x/examples/pages/jw-specific/vast-validator/basic-validator.html?If you pop your ad tag in the text box, it will show you the config you need for a pre-roll and play the ad ...
Hope this helps,
Paul