I'm curious if anyone has used OVA to serve pre-roll ads before a .swf game vs. a video. The JW Player and Flowplayer use .flv files, but I would need to break the player down and swap it out with a .swf file. Not sure if OVA can do that.
I'm curious if anyone has used OVA to serve pre-roll ads before a .swf game vs. a video. The JW Player and Flowplayer use .flv files, but I would need to break the player down and swap it out with a .swf file. Not sure if OVA can do that.
Cool... I should also have added that there are some Javascript related examples here that may also help:
http://static.openvideoads.org/qa/latest/ova.jwplayer.5x/examples/pages/javascript/index.html
http://static.openvideoads.org/qa/latest/ova.flowplayer/examples/javascript/index.html
All the best,
Paul
Hi,
Yep - I've definitely seen it used in a case where OVA is loaded before a SWF game, the ad plays, then on completion of the ad the player is removed and the SWF game shown.
Normally it's done as a DIV over the SWF game as it's loading so the game load happens during ad playback.
There are some Javascript callbacks in OVA RC5 to make all this work.
See section 17:
http://developer.longtailvideo.com/ova/wiki/OvaReleaseNote-0.5.0-RC5
From the OVA developer site (http://developer.longtailvideo.com/ova)
It's a nice use-case and definitely works...
Paul