This example illustrates how to set a splash/thumbnail image when using OVA. Set as usual with the "image=" flashvar then if you have a pre-roll set, "ignoreDefaultSplashImage": true to the OVA config. This ensures that the player does not set a splash image before OVA - if you don't set this for pre-roll cases, you'll get a flicker in the player when the splash image is displayed. Set to false for cases where you have a show clip as the first stream. It is "false" by default.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Using a Thumbnail/Splash/Title Image
</ova.title>
<ova.json>
{
"autoPlay": false,
"ignoreDefaultSplashImage": true,
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"notice": { "textStyle": "smalltext" },
"schedule": [
{
"zone": "18",
"position": "pre-roll"
}
]
},
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
}
}
</ova.json>
</config>