
Try OVA for JW Player or OVA for Flowplayer to evaluate before purchasing. Or, download the open source framework to integrate into any Flash video player.
JW Player plugins are loaded from LongTail Video's global CDN. To try OVA for JW Player, just copy-and-paste the embed code below onto a webpage.
If you want to explore different advertising options follow the OVA configuration instructions to create your own config file. Place this file on your web server and modify the config parameter in the embed code below to reference the file on your site. (e.g.: config=http://www.yoursite.com/config.xml)
Download the sample config file
Note: This example expects a 200x240 companion div with the id "companion".
<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" />
It's that simple. If you like what you see, then please buy a license.
To try OVA for Flowplayer, just copy-and-paste the embed code below onto a web page.
If you want to explore different advertising options follow the OVA configuration instructions and modify the embed code accordingly.
Note: This example expects a 200x240 companion div with the id "companion".
<script type="text/javascript" src="http://player.longtailvideo.com/flowplayer/flowplayer-3.1.4.min.js"></script>
<div id="player1" style="width:360;height:240;"></div>
<script type="text/javascript">
flowplayer("player1",
"http://player.longtailvideo.com/flowplayer/flowplayer-3.2.1.swf", {
"playlist": [
{
"url": "http://content.bitsontherun.com/videos/rO8PIVrl-393434.mp4",
"duration": 30
}
],
"plugins": {
"controls": { "autoHide": "always" },
"ova": {
"url": "http://player.longtailvideo.com/flowplayer/ova-trial.swf",
"autoPlay": true,
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"notice": { "textStyle": "smalltext" },
"displayCompanions": true,
"companions": [
{
"id":"companion",
"width":"200",
"height":"240"
}
],
"schedule": [
{
"zone": "47",
"position": "pre-roll"
},
{
"zone": "48",
"position": "auto:bottom",
"width": 320,
"height": 80,
"startTime": "00:00:02",
"duration": "15"
}
]
}
}
}
});
</script>
It's that simple. If you like what you see, then please buy a license.
You can download current and older versions of the GPL3-licensed framework from our developer site.
Visit the Developer Site to Download OVA for AS3
If you have a project that requires a non-GPL license, then contact us for a commercial license.