MailOnline / videojs-vast-vpaid

video.js vast plugin
MIT License
296 stars 232 forks source link

Disable flash #280

Open tomellwood opened 7 years ago

tomellwood commented 7 years ago

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
})