animate-vpaid-bridge

Bridges between Adobe Animate CC and VPAID advertisements. Open issues to give your comments.

Usage no npm install needed!

<script type="module">
  import animateVpaidBridge from 'https://cdn.skypack.dev/animate-vpaid-bridge';
</script>

README

animate-vpaid-bridge

Bridges between Adobe Animate CC and VPAID advertisements. Open issues to give your comments.

Build Status

Usage

import AnimateVpaidBridge from 'animate-vpaid-bridge'
window.getVPAIDAd = function () {
  return new AnimateVpaidBridge({
    mediaFiles: [
      {
        url: '<YOURVIDEOURL>',
        type: 'video/mp4'
      }
    ],
    createjsUri: 'https://code.createjs.com/createjs-2015.11.26.min.js',
    basePath: 'https://s3.amazonaws.com/animate-vpaid-bridge/dist/examples/exports/',
    animateJs: 'https://s3.amazonaws.com/animate-vpaid-bridge/dist/examples/exports/kahweetest.js',
    bridgeId: 'kahweetest'
  })
}

Demo

VAST with VPAID ad tag:

Try it in Google IMA Player and JW Player

License

MIT