Is there, or could there be, a simple way to stop the plugin from accepting flash content? Rather than just not including the 'VPAIDFlash.swf' object. i.e.
player.vastClient({
adTagUrl: this.props.adverts.adTag,
vpaidFlashLoaderPath: '/VPAIDFlash.swf',
preferredTech: 'html5',
// example 'flashEnabled' option which defaults to true.
flashEnabled: false
})
Is there, or could there be, a simple way to stop the plugin from accepting flash content? Rather than just not including the 'VPAIDFlash.swf' object. i.e.