Hi,
A quick announcement.
OVA for Flowplayer (from version 1.0.0 RC6 build 13) now includes support for the "loadOnDemand" and "refreshOnReplay" configuration options (as per the OVA for JW5 implementation).
This means that you can now configure your Flowplayer ad slots to load as they are required rather than all at once on startup via an OVA ad slot config that takes the following form:
{
...
"ads": {
"schedule": [
{
"position": "pre-roll",
"loadOnDemand": true,
"tag": "place-your-ad-tag-here"
}
]
}
...
}A set of OVA for Flowplayer examples running the "load on demand" options can be found via the following link:
http://static.openvideoads.org/qa/latest/ova.flowplayer/examples/deferred-loading/index.html
For further information, please consult the RC6 release note here on the OVA developer site (http://developer.longtailvideo.com/ova):
http://developer.longtailvideo.com/ova/wiki/OvaReleaseNote-1.0.0-RC6
As usual, download the latest RC6 build from the OVA developer site @ http://developer.longtailvideo.com/ova - via the "Download the Latest Releases" page (registration required).
Paul