-
Hi :)
is it possible to specify to not use the VAST configuration in the backend. In one case we need the flowplayer instance to play one video without ads. It is configured like:
var api = flowplayer(“#videoad-top”,{
loop: false,
fullscreen: false,
clip: {
sources: [{
type: “video/mp4”,
src: “//www.gamers.de/wp-content/uploads/2015/08/mafia-3-1190×497-de.mp4” }
]
}
});Is there something like vast: false?
Thanks for your answer in advance! :)