The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: "",
scaling: "orig"
},
{
url: "",
duration: 20
}
],
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
tag: "http://openx.openvideoads.org/openx/...format=vast__amp__charset=UTF-8"
}
}
});